PureTLSImplementation

2004-11-03 Thread Giuseppe Briotti
I have JBoss 3.2.3 + Tomcat 4.1.29 embedded + SSL

Everthing seems working properly, but when I check the JBoss
server log I found this exception, that occours at JBoss start up.

Error loading SSL Implementation 
org.apache.tomcat.util.net.puretls.PureTLSImplementation
java.lang.ClassNotFoundException: No ClassLoaders found for: 
org.apache.tomcat.util.net.puretls.PureTLSImplementation

Any ideas? Can this exception ignored?

TIA

G



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: PureTLSImplementation

2004-11-03 Thread Eric Rotick
This only comes out when asking for detailed debug information and can
be ignored.

It arises when you use SSL and Tomcat tries to load one of two
implementations. The first generally fails as the relevant jars are
not available which is what you are seeing. The second implementation
loads OK as this is JSSE and is part of the JDK.


On Wed, 3 Nov 2004 12:13:02 +0100 (CET), Giuseppe Briotti
[EMAIL PROTECTED] wrote:
 I have JBoss 3.2.3 + Tomcat 4.1.29 embedded + SSL
 
 Everthing seems working properly, but when I check the JBoss
 server log I found this exception, that occours at JBoss start up.
 
 Error loading SSL Implementation 
 org.apache.tomcat.util.net.puretls.PureTLSImplementation
 java.lang.ClassNotFoundException: No ClassLoaders found for: 
 org.apache.tomcat.util.net.puretls.PureTLSImplementation
 
 Any ideas? Can this exception ignored?
 
 TIA
 
 G
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: PureTLSImplementation

2004-11-03 Thread Eric Rotick
From looking at the source I say not.

The message is benign so what's the problem with it appearing in a
_debug_ log file?


On Wed, 3 Nov 2004 16:57:04 +0100 (CET), Giuseppe Briotti
[EMAIL PROTECTED] wrote:
 
  This only comes out when asking for detailed debug information
  and can be ignored.
 
  It arises when you use SSL and Tomcat tries to load one of two
  implementations. The first generally fails as the relevant jars
  are not available which is what you are seeing. The second
  implementation loads OK as this is JSSE and is part of the JDK.
 
 OK. But can I force Tomcat to search for JSSE before
 PureTSL?
 
 TIA
 
 G
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]