1 Reply Latest reply on May 18, 2005 10:34 AM by starksm64

    PureTLSImplementation exception on startup

    robinroos

      Hi Everyone

      When my JBoss 4.0.1 starts it issues the following exception:

      // 2005-05-17 08:57:18,232 DEBUG main [org.apache.tomcat.util.net.SSLImplementation] 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
      at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:198)
      at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:464)
      at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:374)
      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.SSLImplementation.getInstance(SSLImplementation.java:72)
      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:770)
      at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:119)
      at org.apache.coyote.tomcat5.CoyoteConnector.initialize(CoyoteConnector.java:1429)
      at org.jboss.web.tomcat.tc5.StandardService.initialize(StandardService.java:688)
      at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:2384)

      Is there some configration I can specify to prevent this exception? The application works fine, but I would be happier if I had exception-free startup.

      Please let me know which config files I should post and I shall do so.

      Thanks, Robin.