2 Replies Latest reply on Aug 14, 2002 4:22 AM by cdkcdk

    Exception during launch / bug ??

    cdkcdk

      Has someone an idea about this :

      I've installed jboss, configured my environment variables and my classpath... But when I run JBoss, though the start finishes cleanly, there is a big block of exception appearing on the cmd window...

      java.lang.NoClassDefFoundError: org/apache/catalina/LifecycleListener

      There are of course many lines following this. What I do not understand is that the file "missing" is located in the jar file jboss_home/catalina/server/lib/catalina.jar...

      What is more, if I put explicitely this jar into my classpath, I get :

      09:16:16,594 ERROR [WebService] Starting failed
      java.net.BindException: Address in use: JVM_Bind
      at java.net.PlainSocketImpl.socketBind(Native Method)
      at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:452)
      at java.net.ServerSocket.(ServerSocket.java:170)
      at org.jboss.web.WebServer.start(WebServer.java:160)
      at org.jboss.web.WebService.startService(WebService.java:104)
      ...

      And after having displayed this, jboss just shuts down without prompting !!!

      What Can I DO ?????