0 Replies Latest reply on Mar 3, 2005 8:16 AM by esplol

    failed to load JBOSS AS 4.0.1sp1 with WSAD

    esplol

      Hello,

      I've got a problem to use JBOSS 4.0.1 with IBM WSAD :

      Failed to boot JBoss:
      java.lang.ClassNotFoundException: org.jboss.system.server.ServerInfo
      at org.jboss.mx.loading.UnifiedLoaderRepository3.loadClass(UnifiedLoaderRepository3.java:596)
      at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:1186)
      at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:233)
      at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:277)
      at org.jboss.system.server.ServerImpl.createMBean(ServerImpl.java:472)
      at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:366)
      at org.jboss.system.server.ServerImpl.start(ServerImpl.java:310)
      at org.jboss.Main.boot(Main.java:162)
      at org.jboss.Main$1.run(Main.java:423)
      at java.lang.Thread.run(Thread.java:534)


      I have a look on google... Other people seem to have the same problem, but no answer is available.

      NB : I 've ever use JBOSS (3.2.5 and 3.2.3) with WSAD, without any problem.

      The server works fine when i launch it by the windows command line.

      I actually use IBM WSAD 5.0.0 (I can't use eclipse), with a JDK 1.4.2_07 (Sun).
      I use some external JAR bring by jboss ( the same use by the JBOSS IDE plugin for eclipse) : concurrent.jar, dom4j.jar, jbossall-client.jar, jboss-j2ee.jar, javax.servlet.jar and run.jar.

      I launch the JBOSS server with the org.jboss.Main class, the arguments of the VM are : -Dprogram.name=c:\jboss\jboss-4.0.1\bin\run.bat

      This way work fine wtih the previous versions of JBOSS.

      HAve you any idea ?

      Regards.

      PS : I apologize for my awfull English :)