3 Replies Latest reply on Feb 29, 2008 11:50 AM by dhcolo

    can not start jboss server

      Hello,

      I just downloaded jboss-4.2.2.GA and installed it. I set up JBOSS_HOME variable. Then I try to run run.bat in the bin directory from command line. It can not start
      the server and give no message. I checked the run script and found it stops after
      rem Add -server to the JVM options, if supported
      "%JAVA%" -version 2>&1 | findstr /I hotspot > nul
      if not errorlevel == 1 (set JAVA_OPTS=%JAVA_OPTS% -server)

      and before
      rem JVM memory allocation pool parameters. Modify as appropriate.
      set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m

      Because it does not display the message "rem JVM memory allocation pool parameters. Modify as appropriate".

      I have no idea why. Please help.
      my operation system is windowXP! Thanks!