Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3428 | minor | always | 03-31-09 10:57 | 02-18-11 17:08 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.27 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.16 | ||
|
|||||
Summary: | 0003428: SSL on Solaris x86 64bit (3.0.x) | ||||
Description: |
(rep by Gary Zhu) I am able to get the SSL working on 64 bit Linux workstation, but our production system is Solaris x86. I have consistently got errors (with 3.0.24 pro): [19:14:57.752] Loaded Socket JNI library. [19:14:57.753] http listening to *:8001 [19:14:57.754] com.caucho.config.ConfigException: SSL JNI was not properly initialized. Make sure the resinssl library is properly created and the SSL libraries are installed. [19:14:57.754] at com.caucho.vfs.OpenSSLFactory.initConfig(OpenSSLFactory.java:459) [19:14:57.754] at com.caucho.vfs.OpenSSLFactory.create(OpenSSLFactory.java:374) [19:14:57.754] at com.caucho.server.port.Port.bind(Port.java:682) [19:14:57.754] at com.caucho.server.resin.ServletServer.bindPorts(ServletServer.java:1015) [19:14:57.754] at com.caucho.server.resin.ServletServer.start(ServletServer.java:975) [19:14:57.754] at com.caucho.server.deploy.DeployController.startImpl(DeployController.java:621) I have tried several ways, downloaded source and compiled OpenSSL and then configure Resin ./configure --enable-64bit --enable-ssl --enable-jni --with-openssl=/opt/sfw/openssl make install all seem good, here are 3 libraries generated under $RESIN_HOME/libexec, all 64 bit binary: libresin.so: ELF 64-bit LSB dynamic lib AMD64 Version 1, dynamically linked, not stripped libresin_os.so: ELF 64-bit LSB dynamic lib AMD64 Version 1, dynamically linked, not stripped libresinssl.so: ELF 64-bit LSB dynamic lib AMD64 Version 1, dynamically linked, not stripped Ldd shows all linking are fine: libresin.so: libnsl.so.1 => /lib/64/libnsl.so.1 libsocket.so.1 => /lib/64/libsocket.so.1 libthread.so.1 => /lib/64/libthread.so.1 libmp.so.2 => /lib/64/libmp.so.2 libmd5.so.1 => /lib/64/libmd5.so.1 libscf.so.1 => /lib/64/libscf.so.1 libc.so.1 => /lib/64/libc.so.1 libdoor.so.1 => /lib/64/libdoor.so.1 libuutil.so.1 => /lib/64/libuutil.so.1 libgen.so.1 => /lib/64/libgen.so.1 libm.so.2 => /lib/64/libm.so.2 libresin_os.so: libnsl.so.1 => /lib/64/libnsl.so.1 libsocket.so.1 => /lib/64/libsocket.so.1 libthread.so.1 => /lib/64/libthread.so.1 libmp.so.2 => /lib/64/libmp.so.2 libmd5.so.1 => /lib/64/libmd5.so.1 libscf.so.1 => /lib/64/libscf.so.1 libc.so.1 => /lib/64/libc.so.1 libdoor.so.1 => /lib/64/libdoor.so.1 libuutil.so.1 => /lib/64/libuutil.so.1 libgen.so.1 => /lib/64/libgen.so.1 libm.so.2 => /lib/64/libm.so.2 libresinssl.so: libnsl.so.1 => /lib/64/libnsl.so.1 libsocket.so.1 => /lib/64/libsocket.so.1 libthread.so.1 => /lib/64/libthread.so.1 libmp.so.2 => /lib/64/libmp.so.2 libmd5.so.1 => /lib/64/libmd5.so.1 libscf.so.1 => /lib/64/libscf.so.1 libc.so.1 => /lib/64/libc.so.1 libdoor.so.1 => /lib/64/libdoor.so.1 libuutil.so.1 => /lib/64/libuutil.so.1 libgen.so.1 => /lib/64/libgen.so.1 libm.so.2 => /lib/64/libm.so.2 |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |