ubala / aribaweb

Automatically exported from code.google.com/p/aribaweb
Apache License 2.0
1 stars 2 forks source link

Error of "The system cannot find the batch label specified - check_ANT_HOME" when running under DOS #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download AribaWeb, unzip.
2. Go to the new /bin directory under DOS.
3. Enter `start.bat`.

What is the expected output? What do you see instead?
Expected: A running server.  Instead: "The system cannot find the batch
label specified - check_ANT_HOME".

What version of the product are you using? On what operating system?
5.0RC2, Windows XP SP2.

Please provide any additional information below.
I couldn't even see the error when I opened from Windows Explorer.  An
ending "pause" command would help immensely.

I have a working version of start.bat attached.

Original issue reported on code.google.com by designatevoid@gmail.com on 10 Jun 2009 at 2:55

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by designatevoid@gmail.com on 10 Jun 2009 at 3:08

Attachments:

GoogleCodeExporter commented 9 years ago
OK.  So while I was at it I added better error handling for ANT_HOME being 
defined,
JAVA_HOME not being defined and javac being missing.

Original comment by designatevoid@gmail.com on 10 Jun 2009 at 3:42

Attachments:

GoogleCodeExporter commented 9 years ago
Hi designatevoid.  Thanks for the fix.  This will be in the next push.

Original comment by Ariba...@gmail.com on 10 Jun 2009 at 4:08

GoogleCodeExporter commented 9 years ago
The error only appears when env variable AW_HOME is set (either to C:\AribaWeb 
or to
C:\AribaWeb\bin). When I unset it, Tomcat runs without problems and Demo app is 
launched.
Win XP, SP3, aribaweb-5.0GA (preview 2).
Francisco Barros
Brazil

Original comment by francisc...@gmail.com on 14 Sep 2009 at 6:25