[
http://jira.jboss.com/jira/browse/JBAS-3390?page=comments#action_12341405 ]
Rajesh Rajasekaran commented on JBAS-3390:
------------------------------------------
I am still unable to start the tomcat-ssl config. the server log shows a classNotFound
error.
2006-08-17 13:44:58,277 ERROR
[org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Start:
name=jboss.web.deployment:id=1287709902,war=ROOT.war state=Create mode=Manual
requiredState=Installed
java.lang.NoClassDefFoundError: org/jboss/injection/InjectionContainer
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at
org.jboss.mx.loading.RepositoryClassLoader.findClassLocally(RepositoryClassLoader.java:566)
at
org.jboss.mx.loading.RepositoryClassLoader.findClass(RepositoryClassLoader.java:546)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at
org.jboss.mx.loading.RepositoryClassLoader.loadClassLocally(RepositoryClassLoader.java:190)
at
org.jboss.mx.loading.ClassLoadingTask$ThreadTask.run(ClassLoadingTask.java:131)
at org.jboss.mx.loading.LoadMgr3.nextTask(LoadMgr3.java:399)
at
org.jboss.mx.loading.UnifiedClassLoader.loadClassImpl(UnifiedClassLoader.java:281)
at
org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:406)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
Error starting up tomcat-ssl config on jboss-head testsuite module
------------------------------------------------------------------
Key: JBAS-3390
URL:
http://jira.jboss.com/jira/browse/JBAS-3390
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Test Suite
Affects Versions: JBossAS-5.0.0.Beta
Reporter: Rajesh Rajasekaran
Assigned To: Anil Saldhana
Fix For: JBossAS-5.0.0.Beta
The "tomcat-ssl" configuration fails to start with the following error:
2006-07-13 06:11:48,320 INFO [org.apache.coyote.http11.Http11Protocol] Initializing
Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
2006-07-13 06:11:48,585 INFO [org.apache.coyote.http11.Http11Protocol] Initializing
Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8443
2006-07-13 06:11:48,587 INFO [org.apache.coyote.http11.Http11Protocol] Initializing
Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-9080
2006-07-13 06:11:48,598 ERROR [org.apache.coyote.http11.Http11Protocol] Error
initializing endpoint
java.io.IOException
at org.apache.tomcat.util.net.jsse.JSSESocketFactory.init(JSSESocketFactory.java:393)
at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocketFactory.java:134)
at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:495)
at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:160)
at org.apache.catalina.connector.Connector.initialize(Connector.java:1016)
at org.jboss.web.tomcat.tc6.StandardService.initialize(StandardService.java:688)
at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:791)
The error messages are enclosed in the following server log file.
http://cruisecontrol.jboss.com/cc/artifacts/jboss-head-testsuite-1.5/2006...
This can be verified by running the following target on the testsuite module.
ant tomcat-ssl-tests
http://cruisecontrol.jboss.com/cc/artifacts/jboss-head-testsuite-1.5/2006...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira