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:429) [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 > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest > > _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
