I updated my local copy from the trunk and ran ant build. Got this error
message: 2008-04-14 09:11:27,156 (main) [ JSSEImplementation.java:58 :DEBUG] Error getting factory: org.apache.tomcat.util.net.jsse.JSSE15Factory java.lang.ClassNotFoundException: org.apache.tomcat.util.net.jsse.JSSE15Factory at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:164) at org.apache.tomcat.util.net.jsse.JSSEImplementation.<init>(JSSEImplementation.java:54) at org.ofbiz.catalina.container.SSLImpl.<init>(SSLImpl.java:46) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at java.lang.Class.newInstance0(Class.java:350) at java.lang.Class.newInstance(Class.java:303) at org.apache.tomcat.util.net.SSLImplementation.getInstance(SSLImplementation.java:74) at org.apache.coyote.http11.Http11BaseProtocol.checkSocketFactory(Http11BaseProtocol.java:730) at org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:121) at org.apache.catalina.connector.Connector.initialize(Connector.java:1017) at org.apache.catalina.core.StandardService.initialize(StandardService.java:578) at org.ofbiz.catalina.container.CatalinaContainer.init(CatalinaContainer.java:209) at org.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:168) at org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:65) at org.ofbiz.base.start.Start.initStartLoaders(Start.java:248) at org.ofbiz.base.start.Start.init(Start.java:87) at org.ofbiz.base.start.Start.main(Start.java:396) I deleted the whole installation and did a fresh checkout, ran ant run-install - still get same error (run-install works, the error message appears while starting OFBiz from the command prompt). The JAVA_HOME env variable is pointing to 1.5 SDK. I'm stumped. Has anyone else seen this problem? -Adrian |
This wasn't clear. After running ant build, I get this message when
starting OFBiz from the command prompt. Adrian Crum wrote: > I updated my local copy from the trunk and ran ant build. Got this error > message: > > 2008-04-14 09:11:27,156 (main) [ JSSEImplementation.java:58 :DEBUG] > Error getting factory: org.apache.tomcat.util.net.jsse.JSSE15Factory > java.lang.ClassNotFoundException: > org.apache.tomcat.util.net.jsse.JSSE15Factory > at java.net.URLClassLoader$1.run(URLClassLoader.java:200) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:188) > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > at java.lang.ClassLoader.loadClass(ClassLoader.java:251) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:164) > at > org.apache.tomcat.util.net.jsse.JSSEImplementation.<init>(JSSEImplementation.java:54) > > at org.ofbiz.catalina.container.SSLImpl.<init>(SSLImpl.java:46) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > > at java.lang.reflect.Constructor.newInstance(Constructor.java:494) > at java.lang.Class.newInstance0(Class.java:350) > at java.lang.Class.newInstance(Class.java:303) > at > org.apache.tomcat.util.net.SSLImplementation.getInstance(SSLImplementation.java:74) > > at > org.apache.coyote.http11.Http11BaseProtocol.checkSocketFactory(Http11BaseProtocol.java:730) > > at > org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:121) > > at > org.apache.catalina.connector.Connector.initialize(Connector.java:1017) > at > org.apache.catalina.core.StandardService.initialize(StandardService.java:578) > > at > org.ofbiz.catalina.container.CatalinaContainer.init(CatalinaContainer.java:209) > > at > org.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:168) > > at > org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:65) > at org.ofbiz.base.start.Start.initStartLoaders(Start.java:248) > at org.ofbiz.base.start.Start.init(Start.java:87) > at org.ofbiz.base.start.Start.main(Start.java:396) > > I deleted the whole installation and did a fresh checkout, ran ant > run-install - still get same error (run-install works, the error message > appears while starting OFBiz from the command prompt). The JAVA_HOME env > variable is pointing to 1.5 SDK. I'm stumped. Has anyone else seen this > problem? > > -Adrian > |
Free forum by Nabble | Edit this page |