You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "anita kulshreshtha (JIRA)" <de...@geronimo.apache.org> on 2005/10/07 17:28:48 UTC

[jira] Created: (GERONIMO-1048) TomcatWebSSLConnector does not start properly

TomcatWebSSLConnector does not start properly
---------------------------------------------

         Key: GERONIMO-1048
         URL: http://issues.apache.org/jira/browse/GERONIMO-1048
     Project: Geronimo
        Type: Bug
  Components: Tomcat  
    Versions: 1.0-M5    
 Environment: All
    Reporter: anita kulshreshtha
    Priority: Minor


When the default server is started,  the console shows the following message :
  8453 0.0.0.0 Tomcat Connector HTTPS,
     but TomcatWebSSLConnector Gbean does not start properly. it gives ClassNotFoundException :
.............
............
...........
11:16:50,171 DEBUG [GBeanInstanceState] GBeanInstanceState for: geronimo.server:J2EEApplication=null,J2EEModule=org/apache/geronimo/Tomcat,J2EEServer=geronimo,j2eeType=GBean,name=TomcatWebSSLConnector State changed from stopped to starting
11:16:50,390 DEBUG [Embedded] Adding connector (org.apache.catalina.connector.Connector/2.1)
11:16:50,390 DEBUG [Registry] Managed= Geronimo:type=Connector,port=8453,address=%2F0.0.0.0
11:16:50,390 DEBUG [BaseModelMBean] default constructor
11:16:50,406 DEBUG [BaseModelMBean] preRegister org.apache.catalina.connector.Connector@f19d6e Geronimo:type=Connector,port=8453,address=%2F0.0.0.0
11:16:50,406 DEBUG [MapperListener] Handle Geronimo:type=Connector,port=8453,address=%2F0.0.0.0 type : JMX.mbean.registered
11:16:50,406 DEBUG [MapperListener] Handle Geronimo:type=Connector,port=8453,address=%2F0.0.0.0 type : JMX.mbean.registered
11:16:50,406 DEBUG [Connector] Creating name for connector Geronimo:type=Connector,port=8453,address=%2F0.0.0.0
11:16:50,468 DEBUG [SSLImplementation] Error loading SSL Implementation org.apache.tomcat.util.net.puretls.PureTLSImplementation
java.lang.ClassNotFoundException: COM.claymoresystems.ptls.SSLContext
	at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
	at 
................
.............
............
        

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-1048) TomcatWebSSLConnector does not start properly

Posted by "Kevan Miller (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1048?page=comments#action_12331612 ] 

Kevan Miller commented on GERONIMO-1048:
----------------------------------------

This is a "Debug" message issued by Tomcat. Tomcat supports two SSL implementations -- TLS (created by Claymore, now Network Resonance). Tomcat will first attempt to load TLS. If that fails, it will attempt to load Sun's JSSE SSL implementation. The fact that there aren't any additional messages on the general topic indicates that the JSSE load is succeeding. So, I'm fairly confident that that things are working (although I haven't tested SSL over Tomcat).

Other than turning off Debug messages for Tomcat or including TLS (which I don't know anything about), I don't think there is anything that Geronimo can do about this...

> TomcatWebSSLConnector does not start properly
> ---------------------------------------------
>
>          Key: GERONIMO-1048
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1048
>      Project: Geronimo
>         Type: Bug
>   Components: Tomcat
>     Versions: 1.0-M5
>  Environment: All
>     Reporter: anita kulshreshtha
>     Priority: Minor

>
> When the default server is started,  the console shows the following message :
>   8453 0.0.0.0 Tomcat Connector HTTPS,
>      but TomcatWebSSLConnector Gbean does not start properly. it gives ClassNotFoundException :
> .............
> ............
> ...........
> 11:16:50,171 DEBUG [GBeanInstanceState] GBeanInstanceState for: geronimo.server:J2EEApplication=null,J2EEModule=org/apache/geronimo/Tomcat,J2EEServer=geronimo,j2eeType=GBean,name=TomcatWebSSLConnector State changed from stopped to starting
> 11:16:50,390 DEBUG [Embedded] Adding connector (org.apache.catalina.connector.Connector/2.1)
> 11:16:50,390 DEBUG [Registry] Managed= Geronimo:type=Connector,port=8453,address=%2F0.0.0.0
> 11:16:50,390 DEBUG [BaseModelMBean] default constructor
> 11:16:50,406 DEBUG [BaseModelMBean] preRegister org.apache.catalina.connector.Connector@f19d6e Geronimo:type=Connector,port=8453,address=%2F0.0.0.0
> 11:16:50,406 DEBUG [MapperListener] Handle Geronimo:type=Connector,port=8453,address=%2F0.0.0.0 type : JMX.mbean.registered
> 11:16:50,406 DEBUG [MapperListener] Handle Geronimo:type=Connector,port=8453,address=%2F0.0.0.0 type : JMX.mbean.registered
> 11:16:50,406 DEBUG [Connector] Creating name for connector Geronimo:type=Connector,port=8453,address=%2F0.0.0.0
> 11:16:50,468 DEBUG [SSLImplementation] Error loading SSL Implementation org.apache.tomcat.util.net.puretls.PureTLSImplementation
> java.lang.ClassNotFoundException: COM.claymoresystems.ptls.SSLContext
> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
> 	at 
> ................
> .............
> ............
>         

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-1048) TomcatWebSSLConnector does not start properly

Posted by "Jeff Genender (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1048?page=all ]
     
Jeff Genender closed GERONIMO-1048:
-----------------------------------

    Resolution: Won't Fix

The last comment is correct.  This is a debug message and is normal when it is looking for one of the two SSL implementations.

> TomcatWebSSLConnector does not start properly
> ---------------------------------------------
>
>          Key: GERONIMO-1048
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1048
>      Project: Geronimo
>         Type: Bug
>   Components: Tomcat
>     Versions: 1.0-M5
>  Environment: All
>     Reporter: anita kulshreshtha
>     Priority: Minor

>
> When the default server is started,  the console shows the following message :
>   8453 0.0.0.0 Tomcat Connector HTTPS,
>      but TomcatWebSSLConnector Gbean does not start properly. it gives ClassNotFoundException :
> .............
> ............
> ...........
> 11:16:50,171 DEBUG [GBeanInstanceState] GBeanInstanceState for: geronimo.server:J2EEApplication=null,J2EEModule=org/apache/geronimo/Tomcat,J2EEServer=geronimo,j2eeType=GBean,name=TomcatWebSSLConnector State changed from stopped to starting
> 11:16:50,390 DEBUG [Embedded] Adding connector (org.apache.catalina.connector.Connector/2.1)
> 11:16:50,390 DEBUG [Registry] Managed= Geronimo:type=Connector,port=8453,address=%2F0.0.0.0
> 11:16:50,390 DEBUG [BaseModelMBean] default constructor
> 11:16:50,406 DEBUG [BaseModelMBean] preRegister org.apache.catalina.connector.Connector@f19d6e Geronimo:type=Connector,port=8453,address=%2F0.0.0.0
> 11:16:50,406 DEBUG [MapperListener] Handle Geronimo:type=Connector,port=8453,address=%2F0.0.0.0 type : JMX.mbean.registered
> 11:16:50,406 DEBUG [MapperListener] Handle Geronimo:type=Connector,port=8453,address=%2F0.0.0.0 type : JMX.mbean.registered
> 11:16:50,406 DEBUG [Connector] Creating name for connector Geronimo:type=Connector,port=8453,address=%2F0.0.0.0
> 11:16:50,468 DEBUG [SSLImplementation] Error loading SSL Implementation org.apache.tomcat.util.net.puretls.PureTLSImplementation
> java.lang.ClassNotFoundException: COM.claymoresystems.ptls.SSLContext
> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
> 	at 
> ................
> .............
> ............
>         

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-1048) TomcatWebSSLConnector does not start properly

Posted by "anita kulshreshtha (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1048?page=comments#action_12331608 ] 

anita kulshreshtha commented on GERONIMO-1048:
----------------------------------------------

Here are some more lines that follow the above message : 
 org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:148)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:141)
	at org.apache.tomcat.util.net.puretls.PureTLSImplementation.<init>(PureTLSImplementation.java:38)
	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:274)
	at java.lang.Class.newInstance0(Class.java:308)
	at java.lang.Class.newInstance(Class.java:261)
	at org.apache.tomcat.util.net.SSLImplementation.getInstance(SSLImplementation.java:73)
	at org.apache.tomcat.util.net.SSLImplementation.getInstance(SSLImplementation.java:47)
	at org.apache.tomcat.util.net.SSLImplementation.getInstance(SSLImplementation.java:63)
	at org.apache.coyote.http11.Http11Protocol.checkSocketFactory(Http11Protocol.java:809)
	at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:124)
	at org.apache.catalina.connector.Connector.initialize(Connector.java:928)
	at org.apache.catalina.core.StandardService.addConnector(StandardService.java:260)
	at org.apache.catalina.startup.Embedded.addConnector(Embedded.java:294)
	at org.apache.geronimo.tomcat.TomcatContainer.addConnector(TomcatContainer.java:294)


> TomcatWebSSLConnector does not start properly
> ---------------------------------------------
>
>          Key: GERONIMO-1048
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1048
>      Project: Geronimo
>         Type: Bug
>   Components: Tomcat
>     Versions: 1.0-M5
>  Environment: All
>     Reporter: anita kulshreshtha
>     Priority: Minor

>
> When the default server is started,  the console shows the following message :
>   8453 0.0.0.0 Tomcat Connector HTTPS,
>      but TomcatWebSSLConnector Gbean does not start properly. it gives ClassNotFoundException :
> .............
> ............
> ...........
> 11:16:50,171 DEBUG [GBeanInstanceState] GBeanInstanceState for: geronimo.server:J2EEApplication=null,J2EEModule=org/apache/geronimo/Tomcat,J2EEServer=geronimo,j2eeType=GBean,name=TomcatWebSSLConnector State changed from stopped to starting
> 11:16:50,390 DEBUG [Embedded] Adding connector (org.apache.catalina.connector.Connector/2.1)
> 11:16:50,390 DEBUG [Registry] Managed= Geronimo:type=Connector,port=8453,address=%2F0.0.0.0
> 11:16:50,390 DEBUG [BaseModelMBean] default constructor
> 11:16:50,406 DEBUG [BaseModelMBean] preRegister org.apache.catalina.connector.Connector@f19d6e Geronimo:type=Connector,port=8453,address=%2F0.0.0.0
> 11:16:50,406 DEBUG [MapperListener] Handle Geronimo:type=Connector,port=8453,address=%2F0.0.0.0 type : JMX.mbean.registered
> 11:16:50,406 DEBUG [MapperListener] Handle Geronimo:type=Connector,port=8453,address=%2F0.0.0.0 type : JMX.mbean.registered
> 11:16:50,406 DEBUG [Connector] Creating name for connector Geronimo:type=Connector,port=8453,address=%2F0.0.0.0
> 11:16:50,468 DEBUG [SSLImplementation] Error loading SSL Implementation org.apache.tomcat.util.net.puretls.PureTLSImplementation
> java.lang.ClassNotFoundException: COM.claymoresystems.ptls.SSLContext
> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
> 	at 
> ................
> .............
> ............
>         

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira