RUN14 fails with JZOSVM - failed, no JVM created. RC=113.

General discussion on the JZOS batch launcher and toolkit
Post Reply
louiswilen
Posts: 3
Joined: Wed Mar 16, 2005 2:26 pm
Location: IBM Gaithersburg

RUN14 fails with JZOSVM - failed, no JVM created. RC=113.

Post by louiswilen »

I've configured RUN14 according to the instructions. The job fails with:

05:40:53 JZOSVM14(T):
05:40:53 JZOSVM14(T): export JAVA_DUMP_HEAP=false
05:40:53 JZOSVM14(T): export JAVA_PROPAGATE=NO
05:40:53 JZOSVM14(T): export IBM_JAVA_ZOS_TDUMP=NO
05:40:53 JZOSVM14(T): waiting for child
05:40:53 JZOSVM14(E): child process exited with exit code 127

05:40:53 JZOSVM14(T): <- adoptEnvironment()
05:40:53 JZOSVM14(T): <- run()
05:40:53 JZOSVM14(T): -> cleanup()
JZOSVM - failed, no JVM created. RC=113.
05:40:53 JZOSVM14(T): <- cleanup()
05:40:53 JZOSVM14(T): -> ~JzosVM()
05:40:53 JZOSVM14(T): <- ~JzosVM()

I've checked and rechecked the configuration, had others look at it, and so forth.

Any suggestions, please?

Louis Wilen
IBM Corporation
coz
Posts: 392
Joined: Fri Jul 30, 2004 5:29 pm

Post by coz »

This looks like our problem. The JCL we uploaded has incorrect PATH and LIBPATH defaults. Change your JCL PATH to read:

export PATH=/bin:"${JAVA_HOME}"/bin:

and add /lib:/usr/lib to the existing LIBPATH export. This should fix the problem you're having. We'll update the release shortly.

Thanks.
louiswilen
Posts: 3
Joined: Wed Mar 16, 2005 2:26 pm
Location: IBM Gaithersburg

Post by louiswilen »

That fixed it. Obvious in hindsight. Thanks!
Post Reply