I am not able to RUN RTCz V20 server on z/OS
Is there person who installed RTCz V20 from Xstream?
I tried to install by SMPe and BLZSRV2 end with RC=0 at once. Here is my JOB output. Help! :twisted: J E S 2 J O B L O G -- S Y S T E M S Y S 1 -- N O D E N 1 20.07.15 JOB03745 ---- THURSDAY, 15 OCT 2009 ---- 20.07.15 JOB03745 IRR010I USERID IBMUSER IS ASSIGNED TO THIS JOB. 20.07.15 JOB03745 ICH70001I IBMUSER LAST ACCESS AT 20:06:59 ON THURSDAY, OCTOBER 15, 2009 20.07.15 JOB03745 $HASP373 BLZSRV2 STARTED - INIT 3 - CLASS A - SYS SYS1 20.07.15 JOB03745 IEF403I BLZSRV2 - STARTED - TIME=20.07.15 20.07.16 JOB03745 IEF404I BLZSRV2 - ENDED - TIME=20.07.16 20.07.16 JOB03745 $HASP395 BLZSRV2 ENDED ------ JES2 JOB STATISTICS ------ 15 OCT 2009 JOB EXECUTION DATE 131 CARDS READ 449 SYSOUT PRINT RECORDS 0 SYSOUT PUNCH RECORDS 22 SYSOUT SPOOL KBYTES 0.02 MINUTES EXECUTION TIME 1 //BLZSRV2 JOB CLASS=A,MSGLEVEL=(1,1),MSGCLASS=H,NOTIFY=&SYSUID, JOB03745 // REGION=0M //********************************************************************* //* Licensed materials - Property of IBM * //* 5724-V82 ? Copyright IBM Corp. 2009 * //* All rights reserved * //* US Government users restricted rights - Use, duplication or * //* disclosure restricted by GSA ADP schedule contract with IBM Corp. * //* * //* * //* IBM Rational Team Concert for System z * //********************************************************************* //* //* This JCL can be used to start a Rtcz Server with Tomcat //* and a Derby repository //* //* This job contains the following step //* //* TOMCAT //* Start the Tomcat server //* //* Tailor the JOB statement and change the following //* to suit your installation requirements: //* //* @yourJzosProclib@ //* - Proclib of your jzos procedure //* delete this line if your jzos procedure //* is known from JES //* //* @pathPrefix@ //* - Optional directory path to prefix /usr/lpp ... //* Can be a null. //* //* //* @confPath@ //* - Path of the Jazz configuration files //* eg /etc //* Jazz will assume subdirectory of /jazz //* //* @workPath@ //* - Path of the Jazz work files //* eg /u/jazz //* //* @javaPathPrefix@ //* - Directory path prefix of /java/J5.0 //* //*PROCLIB JCLLIB ORDER=@yourJzosProclib@ IEFC653I SUBSTITUTION JCL - CLASS=A,MSGLEVEL=(1,1),MSGCLASS=H,NOTIFY=IBMUSER,REGION=0M 2 //TOMCAT EXEC PROC=JVMPRC50,VERSION='50',LOGLVL='+T', // JAVACLS='org.apache.catalina.startup.Bootstrap', // ARGS='start' XX********************************************************************* XX* XX* Stored procedure for executing the JZOS Java Batch Launcher XX* XX* Tailor the proc your installation: XX* 1.) Replace '<HLQ>.JZOS.LOADLIB' with the PDSE that contains the XX* JVMLDM50 module that was installed during installation XX* 2.) The LIBRARY and STEPLIB statements are commented out. Unless XX* you are doing an SMP/E install into the MVS zone on z/OS 1.6 XX* or above, you should UNCOMMENT the LIBRARY and STEPLIB XX* statements and modify the LIBRARY statement to point to the XX* location of the JVMLDM50 module. XX* XX********************************************************************* 3 XXJVMPRC50 PROC JAVACLS=, < Fully Qfied Java class..RQD XX ARGS=, < Args to Java class XX* LIBRARY='<HLQ>.JZOS.LOADLIB', < STEPLIB FOR JVMLDM module XX VERSION='50', < JVMLDM version: 50 XX LOGLVL='', < Debug LVL: +I(info) +T(trc) XX REGSIZE='0M', < EXECUTION REGION SIZE XX LEPARM='' 4 XXJAVAJVM EXEC PGM=JVMLDM&VERSION,REGION=&REGSIZE, XX PARM='&LEPARM/&LOGLVL &JAVACLS &ARGS' XX* STEPLIB DD DSN=&LIBRARY,DISP=SHR IEFC653I SUBSTITUTION JCL - PGM=JVMLDM50,REGION=0M,PARM='/+T org.apache.catalina.startup.Bootstrap start' 5 XXSYSPRINT DD SYSOUT=* < System stdout 6 XXSYSOUT DD SYSOUT=* < System stderr 7 XXSTDOUT DD SYSOUT=* < Java System.out 8 XXSTDERR DD SYSOUT=* < Java System.err 9 XXCEEDUMP DD SYSOUT=* 10 XXABNLIGNR DD DUMMY XX* XX*The following DDs can/should be present in the calling JCL XX* XX*STDIN DD < OPTIONAL - Java System.in XX*STDENV DD < REQUIRED - JVM Environment script XX*MAINARGS DD <OPTIONAL> JzosVM() JVMJZBL1001N JZOS batch Launcher Version: 2.3.0 2008-05-12 JVMJZBL1002N Copyright (C) IBM Corp. 2005. All rights reserved. JVMJZBL2999T <JzosVM> run() JVMJZBL1029I Region requested = 0K, Actual below/above limit = 8M / 1563M JVMJZBL1053I OS Release R20.00 Machine 2084 JVMJZBL2999T -> adoptEnvironment() JVMJZBL2999T -> spawnChild() JVMJZBL1036D Spawned child shell process with PID: 33620092 JVMJZBL2999T <- spawnChild() JVMJZBL2999T Writing shell script to child's stdin: JVMJZBL2999T # JVMJZBL2999T . /etc/profile JVMJZBL2999T # This is a shell script which configures JVMJZBL2999T # any environment variables for the Java JVM. JVMJZBL2999T # Variables must be exported to be seen by the launcher. JVMJZBL2999T export JZOS_HOME=/usr/lpp/java/J5.0/lib/ext JVMJZBL2999T export JAVA_HOME=/usr/lpp/java/J5.0 JVMJZBL2999T export JAZZ_HOME=/etc/jazz/v2.0 JVMJZBL2999T # JVMJZBL2999T export TOMCAT_HOME=/usr/lpp/jazz/v2.0/server/tomcat JVMJZBL2999T export CATALINA_BASE=/u/jazz/v2.0/catalina_base JVMJZBL2999T # JVMJZBL2999T export PATH=/bin:"${JAVA_HOME}"/bin/classic:"${JAVA_HOME}"/bin JVMJZBL2999T # JVMJZBL2999T LIBPATH=/lib:/usr/lib:"${JZOS_HOME}" JVMJZBL2999T LIBPATH="$LIBPATH":"${JAVA_HOME}"/bin/classic:"${JAVA_HOME}"/bin JVMJZBL2999T export LIBPATH="$LIBPATH": JVMJZBL2999T echo "****** ****** ***** >>>>>" JVMJZBL2999T echo "LIBPATH is :" JVMJZBL2999T echo "${LIBPATH}" JVMJZBL2999T echo "PATH is :" JVMJZBL2999T echo "${PATH}" JVMJZBL2999T echo "****** ****** ***** <<<<<JVMJZBL2999T>>>>> JVMJZBL2999T LIBPATH is : JVMJZBL2999T /lib:/usr/lib:/usr/lpp/java/J5.0/lib/ext:/usr/lpp/java/J5.0/bin/classic:/usr/lpp/java/J5.0/bin: JVMJZBL2999T PATH is : JVMJZBL2999T /bin:/usr/lpp/java/J5.0/bin/classic:/usr/lpp/java/J5.0/bin JVMJZBL2999T ****** ****** ***** <<<<<JVMJZBL2999T> JVMJZBL1006I _BPX_SPAWN_SCRIPT = YES JVMJZBL1006I _ = /bin/env JVMJZBL1006I CLASSPATH = /usr/lpp/java/J5.0/lib/tools.jar:/usr/lpp/jazz/v2.0/server/tomcat/bin/bootstrap.jar:/usr/lpp/ja va/J5.0/lib/ext/ibmjzos.jar: JVMJZBL1006I LANG = C JVMJZBL1006I CATALINA_BASE = /u/jazz/v2.0/catalina_base JVMJZBL1006I LIBPATH = /lib:/usr/lib:/usr/lpp/java/J5.0/lib/ext:/usr/lpp/java/J5.0/bin/classic:/usr/lpp/java/J5.0/bin: JVMJZBL1006I _BPX_SHAREAS = YES JVMJZBL1006I TOMCAT_HOME = /usr/lpp/jazz/v2.0/server/tomcat JVMJZBL1006I JAVA_HOME = /usr/lpp/java/J5.0 JVMJZBL1006I TZ = EST5EDT JVMJZBL1006I MANPATH = /usr/lpp/Printsrv/man/%L:/usr/man/%L JVMJZBL1006I NLSPATH = /usr/lpp/Printsrv/%L/%N:/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat JVMJZBL1006I PWD = /u/ibmuser JVMJZBL2999T Setting current working dir to: "/u/ibmuser" JVMJZBL2999T Found environment stop string JVMJZBL2999T waiting for child shell process to complete JVMJZBL2999T -> waitChild() JVMJZBL2999T child shell process exited with exit code 0 JVMJZBL2999T <- waitChild() JVMJZBL2999T <adoptEnvironment> processExtraArgs() JVMJZBL2999T No JZOS_MAIN_ARGS found JVMJZBL2999T NO //DD:MAINARGS found JVMJZBL2999T mainArgsBuf="" JVMJZBL2999T <processExtraArgs> initializeVMArgs() JVMJZBL2999T vm_args.version: 10004 JVMJZBL2999T Getting CLASSPATH JVMJZBL2999T Classpath option string: '-Djava.class.path=/usr/lpp/java/J5.0/lib/tools.jar:/usr/lpp/jazz/v2.0/server/tomc at/bin/bootstrap.jar:/usr/lpp/java/J5.0/lib/ext/ibmjzos.jar:' JVMJZBL2999T -> JniUtil.convert() JVMJZBL2999T <- JniUtil.convert() JVMJZBL2999T <initializeVMArgs> createJvm() Registered dump agents ---------------------- dumpFn=doSystemDump events=gpf+user+abort filter= label=%uid.JVM.TDUMP.%job.D%y%m%d.T%H%M%S range=1..0 priority=999 request=serial opts=IEATDUMP ---------------------- dumpFn=doSnapDump events=gpf+abort filter= label=/u/ibmuser/Snap.%Y%m%d.%H%M%S.%pid.%seq.trc range=1..0 priority=500 request=serial opts= ---------------------- dumpFn=doSnapDump events=systhrow filter=java/lang/OutOfMemoryError label=/u/ibmuser/Snap.%Y%m%d.%H%M%S.%pid.%seq.trc range=1..4 priority=500 request=serial opts= ---------------------- dumpFn=doHeapDump events=systhrow filter=java/lang/OutOfMemoryError label=/u/ibmuser/heapdump.%Y%m%d.%H%M%S.%pid.%seq.phd range=1..4 priority=40 request=exclusive+compact+prepwalk opts=PHD ---------------------- dumpFn=doJavaDump events=gpf+user+abort filter= label=/u/ibmuser/javacore.%Y%m%d.%H%M%S.%pid.%seq.txt range=1..0 priority=10 request=exclusive opts= ---------------------- dumpFn=doJavaDump events=systhrow filter=java/lang/OutOfMemoryError label=/u/ibmuser/javacore.%Y%m%d.%H%M%S.%pid.%seq.txt range=1..4 priority=10 request=exclusive opts= ---------------------- JVMJZBL2999T JNI_CreateJavaVM elapsed time=0.423391 seconds, cpu time=0.362919 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.068732 seconds, cpu time=0.057154 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.011673 seconds, cpu time=0.011281 seconds JVMJZBL2999T <- StaticMethod.invoke() JVMJZBL2999T Build versions match: 2.3.0 2008-05-12 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.136269 seconds, cpu time=0.106667 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.002463 seconds, cpu time=0.002366 seconds JVMJZBL2999T <- StaticMethod.invoke() JVMJZBL2999T <establishMvsCommandListener> invokeMain() JVMJZBL2999T javaClassName: 'org.apache.catalina.startup.Bootstrap' JVMJZBL2999T Arg 1='start' JVMJZBL1023N Invoking org.apache.catalina.startup.Bootstrap.main()... JVMJZBL2999T -> JniUtil.convert() JVMJZBL2999T <JniUtil> JniUtil.convert() JVMJZBL2999T <JniUtil> JniUtil.convert() JVMJZBL2999T <JniUtil> JniUtil.convert() JVMJZBL2999T <JniUtil> StaticMethod.invoke() JVMJZBL2999T org.apache.catalina.startup.Bootstrap.main JVMJZBL2999T method invocation elapsed time=0.132073 seconds, cpu time=0.118761 seconds JVMJZBL2999T <- StaticMethod.invoke() JVMJZBL1024N org.apache.catalina.startup.Bootstrap.main() completed. JVMJZBL2999T <- invokeMain() JVMJZBL2999T <run> cleanup() JVMJZBL1014I Waiting for non-deamon Java threads to finish before exiting... JVMJZBL2999T JvmExitHook entered with exitCode=0, javaMainReturnedOrThrewException=1 JVMJZBL2999T DestroyJavaVM elapsed time=0.013887 seconds, cpu time=0.006694 seconds JVMJZBL2999I JZOS batch launcher elapsed time=1.166007 seconds, cpu time=0.939750 seconds JVMJZBL1021N JZOS batch launcher completed, return code=0 JVMJZBL2999T <cleanup> ~JzosVM() JVMJZBL2999T <- ~JzosVM() java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina at java.net.URLClassLoader.findClass(URLClassLoader.java:496) at java.lang.ClassLoader.loadClass(ClassLoader.java:631) at java.lang.ClassLoader.loadClass(ClassLoader.java:597) at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:222) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:410) |
4 answers
Can you confirm from where and when you got the SMP/E package? There was a problem with one early package - please redownload and reinstall from jazz.net as this problem has been resolved. Other channels should have been updated around Oct 12th.
You can keep your existing database and configuration and work directories to save having to repeat most of the customization. Thanks Bruce Is there person who installed RTCz V20 from Xstream? |
Can you confirm from where and when you got the SMP/E package? There was a problem with one early package - please redownload and reinstall from jazz.net as this problem has been resolved. Other channels should have been updated around Oct 12th. Is there person who installed RTCz V20 from Xstream? |
Hello,
I've downloaded new set from Jazz.net and reinstalled it without changing installation directories. It was OK. I was confusing when I changed the installation directories. @confPath@ is sometimes /etc or /etc/jazz in a document or JCL's comment. And I changed @confPath@ to /etc/jazz/v2.0. This confusion might to be a cause. Regards, Naoto |
Can you be more specific about which JOBs you found confusing? Or feel free to open bug reports if you prefer. THanks, Bruce
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.