Installing build toolkit on Z

We're trying to get the Jazz build engine running on z/OS, without much success. We've installed the Z beta, but when we launch the build engine we get the following error message: 'JVMJZBL2999T JvmExitHook entered with exitCode=13
The build engine runs as a batch job/started task on z/OS and so the parms are coded as sysin.. They currently look like:
-repository https://xxxxx9443/jazz
-engineID xxxBuildEngine-zOS
-userId xxxx
-passwordFile /xxxx/var/jazz/jazzpasswordfile
-sleepTime 1
What should we try next, or where can we look for more diagnostics?
Thanks.
The build engine runs as a batch job/started task on z/OS and so the parms are coded as sysin.. They currently look like:
-repository https://xxxxx9443/jazz
-engineID xxxBuildEngine-zOS
-userId xxxx
-passwordFile /xxxx/var/jazz/jazzpasswordfile
-sleepTime 1
What should we try next, or where can we look for more diagnostics?
Thanks.
18 answers

Hi
It looks like there is one "not found" USS file , could you please attach
your JCL and SYSOUT.
thanks
"cumminsh" <cumminsh> wrote in message
news:gc23ka$fh7$1@localhost.localdomain...
It looks like there is one "not found" USS file , could you please attach
your JCL and SYSOUT.
thanks
"cumminsh" <cumminsh> wrote in message
news:gc23ka$fh7$1@localhost.localdomain...
We're trying to get the Jazz build engine running on z/OS, without
much success. We've installed the Z beta, but when we launch the
build engine we get the following error message: 'JVMJZBL2999T
JvmExitHook entered with exitCode=13
The build engine runs as a batch job/started task on z/OS and so the
parms are coded as sysin.. They currently look like:
-repository https://xxxxx9443/jazz
-engineID xxxBuildEngine-zOS
-userId xxxx
-passwordFile /xxxx/var/jazz/jazzpasswordfile
-sleepTime 1
What should we try next, or where can we look for more diagnostics?
Thanks.

I'm having a similar problem with the procedure to build the passwordfile, JvmExitHook entered with exitCode=13, very cryptic, I don't see anything in the output that indicates an error, below is the output
-------------------------------------------------------------------
JVMJZBL2004N Log level has been set to: T
JVMJZBL2999T -> JzosVM()
JVMJZBL1001N JZOS batch Launcher Version: 2.3.0 2009-10-08
JVMJZBL1002N Copyright (C) IBM Corp. 2005. All rights reserved.
JVMJZBL2999T <JzosVM> run()
JVMJZBL1029I Region requested = 0K, Actual below/above limit = 8M / 1292M
JVMJZBL1053I OS Release R20.00 Machine 2098
JVMJZBL2999T -> adoptEnvironment()
JVMJZBL2999T -> spawnChild()
JVMJZBL1036D Spawned child shell process with PID: 67109452
JVMJZBL2999T <- spawnChild()
JVMJZBL2999T Writing shell script to child's stdin:
JVMJZBL2999T #
JVMJZBL2999T . /etc/profile
JVMJZBL2999T #
JVMJZBL2999T # any environment variables for the Java JVM.
JVMJZBL2999T # Variables must be exported to be seen by the launcher.
JVMJZBL2999T export JAVA_HOME=/usr/lpp/java/J6.0
JVMJZBL2999T # export JZOS_HOME=/usr/lpp/java/J6.0/lib/ext
JVMJZBL2999T BLD_TOOLKIT=/Service/usr/lpp/jazz/v2.0
JVMJZBL2999T BLD_TOOLKIT="$BLD_TOOLKIT"/buildsystem/buildtoolkit
JVMJZBL2999T #
JVMJZBL2999T export PATH="${JAVA_HOME}"/bin/classic:"${JAVA_HOME}"/bin:$PATH
JVMJZBL2999T #
JVMJZBL2999T LIBPATH=/lib:/usr/lib:"${BLD_TOOLKIT}"
JVMJZBL2999T LIBPATH="$LIBPATH":"${JAVA_HOME}"/bin/classic:"${JAVA_HOME}"/bin
JVMJZBL2999T export LIBPATH="$LIBPATH":
JVMJZBL2999T #
JVMJZBL2999T echo "****** ****** ***** >>>>>"
JVMJZBL2999T echo "PATH is :"
JVMJZBL2999T echo "${PATH}"
JVMJZBL2999T echo "****** ****** ***** <<<<<JVMJZBL2999T>>>>>
JVMJZBL2999T PATH is :
JVMJZBL2999T /usr/lpp/java/J6.0/bin/classic:/usr/lpp/java/J6.0/bin:/usr/lpp/Printsrv/bin:/usr/lpp/java/J6.0/bin:/bin:/us
r/lpp/java/J6.0/bin:/usr/lpp/Printsrv/bin:/u/ftpuser:/Service/usr/lpp/jazz/v2.0:.
JVMJZBL2999T ****** ****** ***** <<<<<JVMJZBL2999T> waitChild()
JVMJZBL2999T child shell process exited with exit code 0
JVMJZBL2999T <- waitChild()
JVMJZBL2999T <adoptEnvironment> processExtraArgs()
JVMJZBL2999T No JZOS_MAIN_ARGS found
JVMJZBL2999T mainArgsBuf="-createPasswordFile u/odtecpv/passwfile
"
JVMJZBL2999T arg=
JVMJZBL2999T arg: p=800784776, q=800784795, argLen=19 *p=-, *q=
JVMJZBL2999T arg=
JVMJZBL2999T arg: p=800784796, q=800784815, argLen=19 *p=u, *q=
JVMJZBL2999T <processExtraArgs> initializeVMArgs()
JVMJZBL2999T vm_args.version: 10004
JVMJZBL2999T Getting CLASSPATH
JVMJZBL2999T Classpath option string: '-Djava.class.path=/Service/usr/lpp/jazz/v2.0/buildsystem/buildengine/eclipse/plug
ins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar:/Service/usr/lpp/jazz/v2.0/buildsystem/buildtoolkit/ibmjzos.
jar:'
JVMJZBL2999T -> JniUtil.convert()
JVMJZBL2999T <- JniUtil.convert()
JVMJZBL2999T <initializeVMArgs> createJvm()
JVMJZBL2999T JNI_CreateJavaVM elapsed time=3.381547 seconds, cpu time=0.677675 seconds
JVMJZBL2999T <createJvm> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> StaticMethod.invoke()
JVMJZBL2999T com.ibm.jzos.ZUtil.getJavaVersionInfo
JVMJZBL2999T method invocation elapsed time=0.308330 seconds, cpu time=0.060138 seconds
JVMJZBL2999T <StaticMethod> checkVersions()
JVMJZBL2999T -> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> StaticMethod.invoke()
JVMJZBL2999T com.ibm.jzos.ZUtil.getJzosJarVersion
JVMJZBL2999T method invocation elapsed time=0.054015 seconds, cpu time=0.003758 seconds
JVMJZBL2999T <- StaticMethod.invoke()
JVMJZBL2999T Build versions match: 2.3.0 2009-10-08
JVMJZBL2999T <checkVersions> redirectStandardStreams()
JVMJZBL2999T No JZOS_OUTPUT_ENCODING found, using the default codeset 'IBM-1047'
JVMJZBL2999T -> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> StaticMethod.invoke()
JVMJZBL2999T com.ibm.jzos.ZUtil.redirectStandardStreams
JVMJZBL2999T method invocation elapsed time=0.170955 seconds, cpu time=0.028564 seconds
JVMJZBL2999T <- StaticMethod.invoke()
JVMJZBL1027I Using output encoding: IBM-1047
JVMJZBL2999T <redirectStandardStreams> establishMvsCommandListener()
JVMJZBL1016I MVS commands are ENABLED
JVMJZBL2999T -> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> StaticMethod.invoke()
JVMJZBL2999T com.ibm.jzos.MvsConsole.startMvsCommandListener
JVMJZBL2999T method invocation elapsed time=0.056192 seconds, cpu time=0.004274 seconds
JVMJZBL2999T <- StaticMethod.invoke()
JVMJZBL2999T <establishMvsCommandListener> invokeMain()
JVMJZBL2999T javaClassName: 'org.eclipse.equinox.launcher.Main'
JVMJZBL2999T Arg 1='-createPasswordFile'
JVMJZBL2999T Arg 2='u/odtecpv/passwfile'
JVMJZBL1023N Invoking org.eclipse.equinox.launcher.Main.main()...
JVMJZBL2999T -> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> StaticMethod.invoke()
JVMJZBL2999T org.eclipse.equinox.launcher.Main.main
JVMJZBL2999T JvmExitHook entered with exitCode=13, javaMainReturnedOrThrewException=0
JVMJZBL1043N The Java virtual machine completed with System.exit(13)
JVMJZBL2999I JZOS batch launcher elapsed time=91.490471 seconds, cpu time=6.6855485 seconds
any help would be appricated,
thanks
Carmen
-------------------------------------------------------------------
JVMJZBL2004N Log level has been set to: T
JVMJZBL2999T -> JzosVM()
JVMJZBL1001N JZOS batch Launcher Version: 2.3.0 2009-10-08
JVMJZBL1002N Copyright (C) IBM Corp. 2005. All rights reserved.
JVMJZBL2999T <JzosVM> run()
JVMJZBL1029I Region requested = 0K, Actual below/above limit = 8M / 1292M
JVMJZBL1053I OS Release R20.00 Machine 2098
JVMJZBL2999T -> adoptEnvironment()
JVMJZBL2999T -> spawnChild()
JVMJZBL1036D Spawned child shell process with PID: 67109452
JVMJZBL2999T <- spawnChild()
JVMJZBL2999T Writing shell script to child's stdin:
JVMJZBL2999T #
JVMJZBL2999T . /etc/profile
JVMJZBL2999T #
JVMJZBL2999T # any environment variables for the Java JVM.
JVMJZBL2999T # Variables must be exported to be seen by the launcher.
JVMJZBL2999T export JAVA_HOME=/usr/lpp/java/J6.0
JVMJZBL2999T # export JZOS_HOME=/usr/lpp/java/J6.0/lib/ext
JVMJZBL2999T BLD_TOOLKIT=/Service/usr/lpp/jazz/v2.0
JVMJZBL2999T BLD_TOOLKIT="$BLD_TOOLKIT"/buildsystem/buildtoolkit
JVMJZBL2999T #
JVMJZBL2999T export PATH="${JAVA_HOME}"/bin/classic:"${JAVA_HOME}"/bin:$PATH
JVMJZBL2999T #
JVMJZBL2999T LIBPATH=/lib:/usr/lib:"${BLD_TOOLKIT}"
JVMJZBL2999T LIBPATH="$LIBPATH":"${JAVA_HOME}"/bin/classic:"${JAVA_HOME}"/bin
JVMJZBL2999T export LIBPATH="$LIBPATH":
JVMJZBL2999T #
JVMJZBL2999T echo "****** ****** ***** >>>>>"
JVMJZBL2999T echo "PATH is :"
JVMJZBL2999T echo "${PATH}"
JVMJZBL2999T echo "****** ****** ***** <<<<<JVMJZBL2999T>>>>>
JVMJZBL2999T PATH is :
JVMJZBL2999T /usr/lpp/java/J6.0/bin/classic:/usr/lpp/java/J6.0/bin:/usr/lpp/Printsrv/bin:/usr/lpp/java/J6.0/bin:/bin:/us
r/lpp/java/J6.0/bin:/usr/lpp/Printsrv/bin:/u/ftpuser:/Service/usr/lpp/jazz/v2.0:.
JVMJZBL2999T ****** ****** ***** <<<<<JVMJZBL2999T> waitChild()
JVMJZBL2999T child shell process exited with exit code 0
JVMJZBL2999T <- waitChild()
JVMJZBL2999T <adoptEnvironment> processExtraArgs()
JVMJZBL2999T No JZOS_MAIN_ARGS found
JVMJZBL2999T mainArgsBuf="-createPasswordFile u/odtecpv/passwfile
"
JVMJZBL2999T arg=
JVMJZBL2999T arg: p=800784776, q=800784795, argLen=19 *p=-, *q=
JVMJZBL2999T arg=
JVMJZBL2999T arg: p=800784796, q=800784815, argLen=19 *p=u, *q=
JVMJZBL2999T <processExtraArgs> initializeVMArgs()
JVMJZBL2999T vm_args.version: 10004
JVMJZBL2999T Getting CLASSPATH
JVMJZBL2999T Classpath option string: '-Djava.class.path=/Service/usr/lpp/jazz/v2.0/buildsystem/buildengine/eclipse/plug
ins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar:/Service/usr/lpp/jazz/v2.0/buildsystem/buildtoolkit/ibmjzos.
jar:'
JVMJZBL2999T -> JniUtil.convert()
JVMJZBL2999T <- JniUtil.convert()
JVMJZBL2999T <initializeVMArgs> createJvm()
JVMJZBL2999T JNI_CreateJavaVM elapsed time=3.381547 seconds, cpu time=0.677675 seconds
JVMJZBL2999T <createJvm> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> StaticMethod.invoke()
JVMJZBL2999T com.ibm.jzos.ZUtil.getJavaVersionInfo
JVMJZBL2999T method invocation elapsed time=0.308330 seconds, cpu time=0.060138 seconds
JVMJZBL2999T <StaticMethod> checkVersions()
JVMJZBL2999T -> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> StaticMethod.invoke()
JVMJZBL2999T com.ibm.jzos.ZUtil.getJzosJarVersion
JVMJZBL2999T method invocation elapsed time=0.054015 seconds, cpu time=0.003758 seconds
JVMJZBL2999T <- StaticMethod.invoke()
JVMJZBL2999T Build versions match: 2.3.0 2009-10-08
JVMJZBL2999T <checkVersions> redirectStandardStreams()
JVMJZBL2999T No JZOS_OUTPUT_ENCODING found, using the default codeset 'IBM-1047'
JVMJZBL2999T -> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> StaticMethod.invoke()
JVMJZBL2999T com.ibm.jzos.ZUtil.redirectStandardStreams
JVMJZBL2999T method invocation elapsed time=0.170955 seconds, cpu time=0.028564 seconds
JVMJZBL2999T <- StaticMethod.invoke()
JVMJZBL1027I Using output encoding: IBM-1047
JVMJZBL2999T <redirectStandardStreams> establishMvsCommandListener()
JVMJZBL1016I MVS commands are ENABLED
JVMJZBL2999T -> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> StaticMethod.invoke()
JVMJZBL2999T com.ibm.jzos.MvsConsole.startMvsCommandListener
JVMJZBL2999T method invocation elapsed time=0.056192 seconds, cpu time=0.004274 seconds
JVMJZBL2999T <- StaticMethod.invoke()
JVMJZBL2999T <establishMvsCommandListener> invokeMain()
JVMJZBL2999T javaClassName: 'org.eclipse.equinox.launcher.Main'
JVMJZBL2999T Arg 1='-createPasswordFile'
JVMJZBL2999T Arg 2='u/odtecpv/passwfile'
JVMJZBL1023N Invoking org.eclipse.equinox.launcher.Main.main()...
JVMJZBL2999T -> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> StaticMethod.invoke()
JVMJZBL2999T org.eclipse.equinox.launcher.Main.main
JVMJZBL2999T JvmExitHook entered with exitCode=13, javaMainReturnedOrThrewException=0
JVMJZBL1043N The Java virtual machine completed with System.exit(13)
JVMJZBL2999I JZOS batch launcher elapsed time=91.490471 seconds, cpu time=6.6855485 seconds
any help would be appricated,
thanks
Carmen

Hi Carmen -
Can you try adding -clean to the MAINARGS bit like this and see if it helps?
//MAINARGS DD *
-createPasswordFile /u/bgreen/pw
-clean
//STDIN DD *
Thanks,
Bruce
Bruce, Same Return code
:(
log output follows
JVMJZBL2004N Log level has been set to: T
JVMJZBL2999T -> JzosVM()
JVMJZBL1001N JZOS batch Launcher Version: 2.3.0 2009-10-08
JVMJZBL1002N Copyright (C) IBM Corp. 2005. All rights reserved.
JVMJZBL2999T <JzosVM> run()
JVMJZBL1029I Region requested = 0K, Actual below/above limit = 8M / 1292M
JVMJZBL1053I OS Release R20.00 Machine 2098
JVMJZBL2999T -> adoptEnvironment()
JVMJZBL2999T -> spawnChild()
JVMJZBL1036D Spawned child shell process with PID: 432
JVMJZBL2999T <- spawnChild()
JVMJZBL2999T Writing shell script to child's stdin:
JVMJZBL2999T #
JVMJZBL2999T . /etc/profile
JVMJZBL2999T #
JVMJZBL2999T # any environment variables for the Java JVM.
JVMJZBL2999T # Variables must be exported to be seen by the launcher.
JVMJZBL2999T export JAVA_HOME=/usr/lpp/java/J6.0
JVMJZBL2999T export JZOS_HOME=/usr/lpp/java/J6.0/lib/ext
JVMJZBL2999T BLD_TOOLKIT=/Service/usr/lpp/jazz/v2.0
JVMJZBL2999T BLD_TOOLKIT="$BLD_TOOLKIT"/buildsystem/buildtoolkit
JVMJZBL2999T #
JVMJZBL2999T export PATH="${JAVA_HOME}"/bin/classic:"${JAVA_HOME}"/bin:$PATH
JVMJZBL2999T #
JVMJZBL2999T LIBPATH=/lib:/usr/lib:"${BLD_TOOLKIT}"
JVMJZBL2999T LIBPATH="$LIBPATH":"${JAVA_HOME}"/bin/classic:"${JAVA_HOME}"/bin
JVMJZBL2999T export LIBPATH="$LIBPATH":
JVMJZBL2999T #
JVMJZBL2999T echo "****** ****** ***** >>>>>"
JVMJZBL2999T echo "PATH is :"
JVMJZBL2999T echo "${PATH}"
JVMJZBL2999T echo "****** ****** ***** <<<<<JVMJZBL2999T>>>>>
JVMJZBL2999T PATH is :
JVMJZBL2999T /usr/lpp/java/J6.0/bin/classic:/usr/lpp/java/J6.0/bin:/usr/lpp/Printsrv/bin:/usr/lpp/java/J6.0/bin:/bin:/us
r/lpp/java/J6.0/bin:/usr/lpp/Printsrv/bin:/u/ftpuser:/Service/usr/lpp/jazz/v2.0:.
JVMJZBL2999T ****** ****** ***** <<<<<JVMJZBL2999T> waitChild()
JVMJZBL2999T child shell process exited with exit code 0
JVMJZBL2999T <- waitChild()
JVMJZBL2999T <adoptEnvironment> processExtraArgs()
JVMJZBL2999T No JZOS_MAIN_ARGS found
JVMJZBL2999T mainArgsBuf="-createPasswordFile u/odtecpv/passwfile
-clean
"
JVMJZBL2999T arg=
JVMJZBL2999T arg: p=800784776, q=800784795, argLen=19 *p=-, *q=
JVMJZBL2999T arg=
JVMJZBL2999T arg: p=800784796, q=800784815, argLen=19 *p=u, *q=
JVMJZBL2999T arg=
JVMJZBL2999T arg: p=800784816, q=800784822, argLen=6 *p=-, *q=
JVMJZBL2999T <processExtraArgs> initializeVMArgs()
JVMJZBL2999T vm_args.version: 10004
JVMJZBL2999T Getting CLASSPATH
JVMJZBL2999T Classpath option string: '-Djava.class.path=/Service/usr/lpp/jazz/v2.0/buildsystem/buildengine/eclipse/plug
ins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar:/Service/usr/lpp/jazz/v2.0/buildsystem/buildtoolkit/ibmjzos.
jar:'
JVMJZBL2999T -> JniUtil.convert()
JVMJZBL2999T <- JniUtil.convert()
JVMJZBL2999T <initializeVMArgs> createJvm()
JVMJZBL2999T JNI_CreateJavaVM elapsed time=4.238131 seconds, cpu time=0.684067 seconds
JVMJZBL2999T <createJvm> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> StaticMethod.invoke()
JVMJZBL2999T com.ibm.jzos.ZUtil.getJavaVersionInfo
JVMJZBL2999T method invocation elapsed time=0.439124 seconds, cpu time=0.063311 seconds
JVMJZBL2999T <StaticMethod> checkVersions()
JVMJZBL2999T -> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> StaticMethod.invoke()
JVMJZBL2999T com.ibm.jzos.ZUtil.getJzosJarVersion
JVMJZBL2999T method invocation elapsed time=0.049133 seconds, cpu time=0.003722 seconds
JVMJZBL2999T <- StaticMethod.invoke()
JVMJZBL2999T Build versions match: 2.3.0 2009-10-08
JVMJZBL2999T <checkVersions> redirectStandardStreams()
JVMJZBL2999T No JZOS_OUTPUT_ENCODING found, using the default codeset 'IBM-1047'
JVMJZBL2999T -> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> StaticMethod.invoke()
JVMJZBL2999T com.ibm.jzos.ZUtil.redirectStandardStreams
JVMJZBL2999T method invocation elapsed time=0.270592 seconds, cpu time=0.029976 seconds
JVMJZBL2999T <- StaticMethod.invoke()
JVMJZBL1027I Using output encoding: IBM-1047
JVMJZBL2999T <redirectStandardStreams> establishMvsCommandListener()
JVMJZBL1016I MVS commands are ENABLED
JVMJZBL2999T -> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> StaticMethod.invoke()
JVMJZBL2999T com.ibm.jzos.MvsConsole.startMvsCommandListener
JVMJZBL2999T method invocation elapsed time=0.007399 seconds, cpu time=0.003936 seconds
JVMJZBL2999T <- StaticMethod.invoke()
JVMJZBL2999T <establishMvsCommandListener> invokeMain()
JVMJZBL2999T javaClassName: 'org.eclipse.equinox.launcher.Main'
JVMJZBL2999T Arg 1='-createPasswordFile'
JVMJZBL2999T Arg 2='u/odtecpv/passwfile'
JVMJZBL2999T Arg 3='-clean'
JVMJZBL1023N Invoking org.eclipse.equinox.launcher.Main.main()...
JVMJZBL2999T -> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> JniUtil.convert()
JVMJZBL2999T <JniUtil> StaticMethod.invoke()
JVMJZBL2999T org.eclipse.equinox.launcher.Main.main
JVMJZBL2999T JvmExitHook entered with exitCode=13, javaMainReturnedOrThrewException=0
JVMJZBL1043N The Java virtual machine completed with System.exit(13)
JVMJZBL2999I JZOS batch launcher elapsed time=104.317140 seconds, cpu time=7.7151527 seconds

Hi Carmen - I noticed this in your output :
-createPasswordFile u/odtecpv/passwfile
Do you really mean for this to go to
/u/odtecpv/passwfile ?
Without the leading slash, you're using a relative path and under JZOS I believe that will be relative to the user's home directory under which this job is running which might not be what you intend. Let me know ... Thanks, Bruce
-createPasswordFile u/odtecpv/passwfile
Do you really mean for this to go to
/u/odtecpv/passwfile ?
Without the leading slash, you're using a relative path and under JZOS I believe that will be relative to the user's home directory under which this job is running which might not be what you intend. Let me know ... Thanks, Bruce

Hi Carmen - I noticed this in your output :
-createPasswordFile u/odtecpv/passwfile
Do you really mean for this to go to
/u/odtecpv/passwfile ?
Without the leading slash, you're using a relative path and under JZOS I believe that will be relative to the user's home directory under which this job is running which might not be what you intend. Let me know ... Thanks, Bruce
Ah! Ido stuff like this all the time with PATH definitions, I seem to alway want to add a slash at the end, let me fix this up and try again, thanks again bruce, someone just another set of eyes helps
Carmen

Hi Carmen - I noticed this in your output :
-createPasswordFile u/odtecpv/passwfile
Do you really mean for this to go to
/u/odtecpv/passwfile ?
Without the leading slash, you're using a relative path and under JZOS I believe that will be relative to the user's home directory under which this job is running which might not be what you intend. Let me know ... Thanks, Bruce
That did it Bruce, thanks so much, I need to take my time and not assume I've set this up correct, and sorry for stepping on anyone elses post
Carmen

Carmen - happy to hear that fixed it, as that eclipse exit 13 is not the most helpful return code in the world ...
And you didn't step on anyone else's post ... this is exactly what these forums are for, so don't hesitate to post back if you have more questions ...
Thanks
Bruce
Not sure were to update these values?
I've created a build definition using the ANTz build, I'm getting a timeout and I'm not sure where I need to adjust the time value, I see on a command line build there's a timout connection value, its set to zero, but on the Antz build definition there's not value I can see, below is the error I'm getting
TMO Timeout after +300 seconds.
anyone point me in the right direction?
thanks
Carmen
page 1of 1 pagesof 2 pages