Tomcat Installation Returncode -124

General discussion on the JZOS batch launcher and toolkit
Post Reply
Stevekjon
Posts: 1
Joined: Tue Jun 07, 2005 8:33 am

Tomcat Installation Returncode -124

Post by Stevekjon »

I have completed the JZOS test successfully, and moved onto installing Tomcat (5.0.28). When I run the supplied TC13 batch job I get a retrun code of 124, plus the following messages:
Exception occurred invoking com.dovetail.jzos.ZUtil.redirectStandardStreams()
Exception in thread "main"
JZOSVM13(I): MVS commands are ENABLED
Exception occurred invoking com.dovetail.jzos.ZUtil.establishMvsCommandWaiter()

Exception in thread "main"
JZOSVM13(I): Preparing to exit JVM...
JZOSVM - failed. RC=124.


Has someone come across this error before?
[/b]
Many thanks,
Steve
dovetail
Site Admin
Posts: 2025
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

Return code 124 is a "Method Invocation error" (a bad return code from a JNI call which invokes a Java method).

The error is occuring during startup of the launcher, when it calls the ZUtil.establishMvsCommandWaiter().

Please rerun the job with LOGLVL='+T', and also add the option:

-verbose:class

to the IBM_JAVA_OPTIONS environment variable.
Please email a copy of the job log to dev@jzos.com, and we'll take a look to see if we can figure out what is wrong.
Post Reply