jonas 4.10.9 SSL problem
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
Hello ! I'm using jonas 4.10.9 tomcat 5.5.28 both under win xp and AIX (IBM java 1.4 SR11 ) . Under winXP every thing is fine. Trying this under AIX, I get an exception when starting jonas . Tomcat does not start because of the exception listed below. Every thing is fine when not using SSL. The exception, if I understand it, says that javax.net.ServerSocketFactory.createServerSocket abstract method is not implemented , so there is some jar missing somewhere., but I can' t figure out which one : Oct 14, 2010 4:04:14 PM org.apache.coyote.http11.Http11BaseProtocol init SEVERE: Error initializing endpoint java.net.SocketException: Unbound server sockets not implemented at javax.net.ServerSocketFactory.createServerSocket(Unknown Source) at org.apache.tomcat.util.compat.Jdk14Compat.getUnboundSocket(Jdk14Compat.java:130) at org.apache.tomcat.util.net.jsse.JSSESocketFactory.checkConfig(JSSESocketFactory.java:387) at org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.init(JSSE14SocketFactory.java:124) at org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocketFactory.java:95) at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:293) at org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:139) at org.apache.catalina.connector.Connector.initialize(Connector.java:1017) at org.apache.catalina.core.StandardService.initialize(StandardService.java:578) at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:782) at org.objectweb.jonas.web.catalina55.CatalinaJWebContainerServiceImpl.doStart(CatalinaJWebContainerServiceImpl.java:303) at org.objectweb.jonas.service.AbsServiceImpl.start(AbsServiceImpl.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code)) at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) at org.objectweb.jonas.web.wrapper.catalina55.CatalinaJWebContainerServiceWrapper.invoke(CatalinaJWebContainerServiceWrapper.java:158) at org.objectweb.jonas.web.wrapper.catalina55.CatalinaJWebContainerServiceWrapper.start(CatalinaJWebContainerServiceWrapper.java:549) at org.objectweb.jonas.service.ServiceManager.startServices(ServiceManager.java:336) at org.objectweb.jonas.server.Server$1.run(Server.java:578) JOnAS error: java.lang.Exception: Error in Server start java.lang.Exception: Error in Server start at org.objectweb.jonas.server.Server.start(Server.java:652) at org.objectweb.jonas.server.Server.main(Server.java:200) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) at java.lang.reflect.Method.invoke(Method.java:391) at org.objectweb.jonas.server.Bootstrap.main(Bootstrap.java:97) Caused by: java.lang.Exception: org.objectweb.jonas.service.ServiceException : Cannot init/start service 'web': Protocol handler initialization failed: java.net.SocketException: Unbound server sockets not implemented: LifecycleException: Protocol handler initialization failed: java.net.SocketException: Unbound server sockets not implemented: org.objectweb.jonas.service.ServiceException : Protocol handler initialization failed: java.net.SocketException: Unbound server sockets not implemented: LifecycleException: Protocol handler initialization failed: java.net.SocketException: Unbound server sockets not implemented at org.objectweb.jonas.server.Server$1.run(Server.java:616) Caused by: org.objectweb.jonas.service.ServiceException : Cannot init/start service 'web': Protocol handler initialization failed: java.net.SocketException: Unbound server sockets not implemented: LifecycleException: Protocol handler initialization failed: java.net.SocketException: Unbound server sockets not implemented: org.objectweb.jonas.service.ServiceException : Protocol handler initialization failed: java.net.SocketException: Unbound server sockets not implemented: LifecycleException: Protocol handler initialization failed: java.net.SocketException: Unbound server sockets not implemented at org.objectweb.jonas.service.ServiceManager.startServices(ServiceManager.java:339) at org.objectweb.jonas.server.Server$1.run(Server.java:578) Caused by: org.objectweb.jonas.service.ServiceException : Protocol handler initialization failed: java.net.SocketException: Unbound server sockets not implemented: LifecycleException: Protocol handler initialization failed: java.net.SocketException: Unbound server sockets not implemented at org.objectweb.jonas.web.catalina55.CatalinaJWebContainerServiceImpl.doStart(CatalinaJWebContainerServiceImpl.java:308) at org.objectweb.jonas.service.AbsServiceImpl.start(AbsServiceImpl.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code)) at java.lang.reflect.Method.invoke(Method.java(Compiled Code)) at org.objectweb.jonas.web.wrapper.catalina55.CatalinaJWebContainerServiceWrapper.invoke(CatalinaJWebContainerServiceWrapper.java:158) at org.objectweb.jonas.web.wrapper.catalina55.CatalinaJWebContainerServiceWrapper.start(CatalinaJWebContainerServiceWrapper.java:549) at org.objectweb.jonas.service.ServiceManager.startServices(ServiceManager.java:336) ... 1 more Caused by: LifecycleException: Protocol handler initialization failed: java.net.SocketException: Unbound server sockets not implemented at org.apache.catalina.connector.Connector.initialize(Connector.java:1019) at org.apache.catalina.core.StandardService.initialize(StandardService.java:578) at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:782) at org.objectweb.jonas.web.catalina55.CatalinaJWebContainerServiceImpl.doStart(CatalinaJWebContainerServiceImpl.java:303) ... 10 more JOnAS halting Thanks for your help...