2 Replies Latest reply on May 6, 2005 3:19 PM by darranl

    JBoss won't come up at all - tons of error messages

    gilb

      Is there a step-by-step requirements set of docs anywhere. My system works fine with Eclipse (not JBosse/Eclipse). I compile, make jars, run fine. This is sure painful cause the messages are sooo abundant. Your documentation makes it seem that it will work first time every time. Not so for some of us. ?????
      Gil blais

        • 1. Re: JBoss won't come up at all - tons of error messages
          gilb

          I have the steps for anyone who needs them here ....

          I removed all J2 installed code from my Windows XP system via the standard mechanism within control panel.

          I stripped out the related environment variables after that.

          I downloaded J2_SDK_5_0_03 from http://java.sun.com/ and installed it.

          I reset environment variables to:
          JAVA_HOME=C:\Program Files\Java\jdk1.5.0_03
          JBOSS_HOME=H:\Apps\jboss-4.0.2
          JDK_HOME=C:\Program Files\Java\jdk1.5.0_03

          I set my classpath environment variable to: (concatenate them)
          C:\Program Files\Java\jdk1.5.0_03\bin;
          C:\Program Files\Java\jdk1.5.0_03\jre\lib\rt.jar;
          C:\Program Files\Java\jdk1.5.0_03\lib\tools.jar;
          H:\Apps\jboss-4.0.2\bin\run.jar;

          I included "C:\Program Files\Java\jdk1.5.0_03\bin;" in my path

          I then made sure that the J2EE.jar could not be seen by the JVM or JBoss by renaming my copy

          And then - BINGO. Start up the JBoss server and enter
          http://localhost:8080/jmx-console into a WEB browser URL line and you have it.

          This JBoss AS is a really slick product - incredibly capable.

          Gil Blais

          • 2. Re: JBoss won't come up at all - tons of error messages
            darranl

            I don't know what you had been doing wrong, I have been trying a few installations today to see if I could reproduce your problems but none of them failed. The only possibilty really is that you had conflicting jars with your JDK.

            The only required environment variable to get JBoss started is JAVA_HOME after the JDK has been installed. The other steps you mentioned are not required.

            http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63608