I'm using OpenSSL 0.9.8a. It is working well with resin-3.0.21.

Regards,
Anoop

Stephen P. Bouzan wrote:
> What openssl libraries are you using?  Around Resin 3.0.18 they switch
> to openssl 0.9.8 so you might want to check that.  I ran into problems
> getting Resin to start up with SSL support, but I am running on Windows.
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Anoop K Achuthan
> Sent: Thursday, November 02, 2006 12:45 AM
> To: General Discussion for the Resin application server
> Subject: Re: [Resin-interest] resin 3.1 problem
> 
> Hi,
>    I tried starting resin by using :
> # java
> -Djava.library.path='/usr/openwin/lib:/usr/local/new-resin/libexec' -jar
> lib/resin.jar
> 
> The error I was getting earlier is not there now. But it shows another
> exception :
> ------------------------------------------------------------------------
> -------------------------------------
> [01:32:09.968] https listening to *:443
> [01:32:09.992] java.lang.NullPointerException
> [01:32:09.992]  at
> com.caucho.vfs.OpenSSLFactory.setTcpNoDelay(OpenSSLFactory.java:399)
> [01:32:09.992]  at com.caucho.server.port.Port.bind(Port.java:762)
> [01:32:09.992]  at
> com.caucho.server.cluster.Server.bindPorts(Server.java:1091)
> [01:32:09.992]  at
> com.caucho.server.cluster.Server.start(Server.java:1041)
> [01:32:09.992]  at
> com.caucho.server.cluster.Cluster.startServer(Cluster.java:667)
> [01:32:09.992]  at
> com.caucho.server.cluster.ClusterServer.startServer(ClusterServer.java:4
> 29)
> [01:32:09.992]  at com.caucho.server.resin.Resin.start(Resin.java:596)
> [01:32:09.992]  at
> com.caucho.server.resin.Resin.initMain(Resin.java:1002)
> [01:32:09.992]  at com.caucho.server.resin.Resin.main(Resin.java:1189)
> ------------------------------------------------------------------------
> -------------------------------------
> 
> I'm not getting any clue.
> 
> -Anoop
> 
> 
> 
> Anoop K Achuthan wrote:
>> Hi,
>>    I upgraded resin to 3.1(using resin-pro-3.1.s061026 snapshot).
> After
>> installing,
>> when I start resin I get the following error:
>>
> ------------------------------------------------------------------------
> -----------------------
>> Oct 31, 2006 8:42:39 PM com.caucho.vfs.OpenSSLFactory <clinit>
>> WARNING: java.lang.UnsatisfiedLinkError: no resinssl in
> java.library.path
>> java.lang.UnsatisfiedLinkError: no resinssl in java.library.path
>>         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
>>         at java.lang.Runtime.loadLibrary0(Runtime.java:822)
>>         at java.lang.System.loadLibrary(System.java:992)
>>         at
> com.caucho.vfs.OpenSSLFactory.<clinit>(OpenSSLFactory.java:538)
>>         at java.lang.Class.forName0(Native Method)
>>         at java.lang.Class.forName(Class.java:164)
>>         at com.caucho.server.port.Port.createOpenssl(Port.java:382)
>>
> ------------------------------------------------------------------------
> ------------------
>> 'libresinssl.so' is present in libexec dir and I tired setting
>> java.library.path when starting
>> resin, but no luck. Any help would be appreciated.
>>
>> Thanks,
>> Anoop
>>
>> _______________________________________________
>> resin-interest mailing list
>> resin-interest@caucho.com
>> http://maillist.caucho.com/mailman/listinfo/resin-interest
>>
>>
> 
> 
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
> 
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
> 
> 


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to