3 Replies Latest reply on Oct 10, 2008 11:34 AM by peterj

    JBoss App Server v5.0.0 does not run

    colossus

      I have insatlled the JBoss v5.0.0.CR2, JDK6r10. I set the JBOSS_HOME variabel and then executed the run.bat on a Windows Vista Ultimate system, but nothing happened. No output at all.

      Does anyone have the same problem?

        • 1. Re: JBoss App Server v5.0.0 does not run
          erasmomarciano

          I have set the JAVA_HOME in run.conf?

          • 2. Re: JBoss App Server v5.0.0 does not run
            erasmomarciano

            Try to create start.bat

            @echo on
            rem -------------------------------------------------------------------------
            rem JBoss Start
            rem -------------------------------------------------------------------------
            
            set JAVA_HOME="C:\Progra~1\Java\jdk1.5.0_15"
            
            
            cd C:\jboss-4.0.5.GA\bin
            C:\jboss-4.0.5.GA\bin\run.bat -c default
            


            • 3. Re: JBoss App Server v5.0.0 does not run
              peterj

              There are two binary packages for CR2 - one of JDK5 the other for JDK6. Did you download the JDK6 package?

              I hope that you did not install the JDK nor JBossAS into a directory with spaces. That is, not in "Program Files" nor in "Documents and Settings" (or one of their subdirectories).

              Finally, make sure the JAVA_HOME is set to the base directory where you installed the JDK, and not to the bin directory.

              If none of these solves the problem, then do this. Edit the run.bat and comment out the "@echo off" line. Then open a command prompt, 'cd' to the jboss_home/bin directory, and then enter: "run". Post the entire contents of the command prompt window, including the "run" command.