1 Reply Latest reply on Mar 14, 2004 5:14 PM by vashistvishal

    Help on Starting JBoss

    ajatienza

      hello jboss gurus,

      i just want to ask how to solve my problem in running/starting my JBoss.

      after executing run.bat on my console these are the output:

      java.lang.NoClassDefFoundError: org/jboss/system/server/NoAnnotationURLClassLoader
      
      at org.jboss.Main.boot(Main.java:118)
      at org.jboss.Main$1.boot(Main.java:388)
      at java.lang.Thread.run(Thread.java:534)
      


      from there, it just exits..

      my JAVA_HOME, JBOSS_HOME is properly set.
      my PATH points to %JAVA_HOME%\bin;%JBOSS_HOME%\bin

      Please help!

      Thanks

        • 1. Re: Help on Starting JBoss

          JBoss Bootstrap Environment
          .
          JBOSS_HOME: C:\JBoss1\bin\\..
          .
          JAVA: c:\j2sdk1.4.1_01\bin\java
          .
          JAVA_OPTS: -Dprogram.name=run.bat
          .
          CLASSPATH: ;c:\j2sdk1.4.1_01\lib\tools.jar;C:\JBoss1\bin\\run.jar
          --------------------------------------------------------------------------------------
          These are the environment varibles rquired and pointing to these values to start up the Jboss.
          From yr message, it seems it is the usual classpath issue, as classpath not being set properly.

          Vishal.