[jboss-user] [Beginners Corner] - Re: Cannot start JBOSS Application Server 5.0.0 GA

PeterJ do-not-reply at jboss.com
Mon Feb 2 14:47:42 EST 2009


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.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206342#4206342

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4206342



More information about the jboss-user mailing list