1 Reply Latest reply on Feb 2, 2009 2:47 PM by peterj

    Cannot start JBOSS Application Server 5.0.0 GA

    colcar09

      Hi,

      Can anyone help me I'm trying to start the JBoss AS, when I execute the run.bat from the command prompt, I get no output. Is there anything I need to set?

      My OS is Windows Vista.

      This is probably a basic thing, but I'm new to JBoss so please forgive me....

      Regards

      Col

        • 1. Re: Cannot start JBOSS Application Server 5.0.0 GA
          peterj

          Possible issues:

          1) JAVA_HOME is not set properly - it should be set to the location where the JDK was installed.

          2) You installed the JDK, or JBoss AS, into Program Files, or some other directory with spaces in the path (Documents and Settings). Do not do that, spaces in paths confuse various Java libraries. I have mine at:

          c:\apps\Java\jdk-1.6.0_11
          f:\opt\jboss\jboss-5.0.0.GA

          3) You are running into findstr issue: http://www.jboss.org/community/docs/DOC-9758

          If none of these solves you problem, comment out the "@echo off" line in run.bat, run it again, and post the command prompt window output, starting from the command run you entered.