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]
Tomcat Installation Returncode -124
Tomcat Installation Returncode -124
Many thanks,
Steve
Steve
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.
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.