TC14 job failing start Tomcat

Issues and Questions related to running Apache Tomcat on z/OS
Post Reply
Tim Weber
Posts: 6
Joined: Tue Mar 28, 2006 9:36 am

TC14 job failing start Tomcat

Post by Tim Weber »

This is a new installation of JZOS and Tomcat 5.0 and I am getting the following error when Running TC14. Can anyone help? Thanks,Tim

java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina
.at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:854)
.at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:721)
.at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:205)
.at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:402)
coz
Posts: 391
Joined: Fri Jul 30, 2004 5:29 pm

Post by coz »

Tim,

Make sure your TOMCAT_HOME variable is set properly in the TC14 JCL.
Tim Weber
Posts: 6
Joined: Tue Mar 28, 2006 9:36 am

Post by Tim Weber »

Thanks, Steve. I did verify TOMCAT_HOME and it looked OK. Decided to start over. Downloaded latest versions from IBM of JZOS and Jave142-31bit.

New version of Java is installed at /u/#955317/istrobe/J1.4
New version of JZOS is installed at /u/#955317/istrobe/jzos

Running RUN14 and get a RC 2000. I have included the entire JES2 job listing:

1 J E S 2 J O B L O G -- S Y S T E M M V S R -- N O D E C D C T E S T
0
12.57.34 JOB05834 ---- SUNDAY, 02 APR 2006 ----
12.57.34 JOB05834 IRR010I USERID #955317 IS ASSIGNED TO THIS JOB.
12.57.34 JOB05834 ICH70001I #955317 LAST ACCESS AT 12:55:09 ON SUNDAY, APRIL 2, 2006
12.57.34 JOB05834 $HASP373 #955317Z STARTED - INIT 1 - CLASS 1 - SYS MVSR
12.57.34 JOB05834 IEF403I #955317Z - STARTED - TIME=12.57.34
12.57.57 JOB05834 IGD101I SMS ALLOCATED TO DDNAME (SYS00001) 845
845 DSN (#955006.JVM.TDUMP.#955317Z.D060402.T125742 )
845 STORCLAS (SCPROD) MGMTCLAS (MCSTAND) DATACLAS ( )
845 VOL SER NOS= DKBB2C
12.58.20 JOB05834 IGD104I #955006.JVM.TDUMP.#955317Z.D060402.T125742 RETAINED, DDNAME=SYS00001
12.58.20 JOB05834 IEA822I COMPLETE TRANSACTION DUMP WRITTEN TO #955006.JVM.TDUMP.#955317Z.D060402.T125742
12.58.21 JOB05834 - --TIMINGS (MINS.)-- ----PAGING COUNTS---
12.58.21 JOB05834 -JOBNAME STEPNAME PROCSTEP RC EXCP CONN TCB SRB CLOCK SERV PG PAGE SWAP VIO SWA
12.58.21 JOB05834 -#955317Z JAVA JAVAJVM 2000 31472 10731 .19 .00 .7 1927K 0 0 0 0
12.58.21 JOB05834 IEF404I #955317Z - ENDED - TIME=12.58.21
12.58.21 JOB05834 -#955317Z ENDED. NAME-T955317W TOTAL TCB CPU TIME= .19 TOTAL ELAPSED TIME= .7
12.58.21 JOB05834 $HASP395 #955317Z ENDED
0------ JES2 JOB STATISTICS ------
- 02 APR 2006 JOB EXECUTION DATE
- 72 CARDS READ
- 2,529 SYSOUT PRINT RECORDS
- 0 SYSOUT PUNCH RECORDS
- 308 SYSOUT SPOOL KBYTES
- 0.77 MINUTES EXECUTION TIME
1 //#955317Z JOB ,T955317W, JOB05834
// MSGLEVEL=(1,1), 00080004
// ROLL=NO, 00090004
// NOTIFY=#955317, 00100004
// CLASS=1,MSGCLASS=X,TIME=1440
2 //PROCLIB JCLLIB ORDER=#955317.JZOS.SAMPJCL
//*
//*********************************************************************
//*
//* Batch job to run the Java1.4 VM
//*
//* Tailor the proc and job for your installation:
//* 1.) Modify the Job card per your installation's requirements
//* 2.) Modify the PROCLIB card to point to this PDS
//* 3.) Modify JZOS_HOME to point to the hfs directory where JZOS
//* was installed
//* 4.) edit JAVA_HOME to point the location of the 1.4 JDK
//* 5.) Modify the CLASSPATH as required to point to your Java code
//* 6.) Modify JAVACLS and ARGS to launch desired Java class
//*
//*********************************************************************
//*
//*
3 //JAVA EXEC PROC=EXJZOSVM,VERSION='14',LOGLVL='+T',
// JAVACLS='com.dovetail.jzos.sample.HelloWorld'
XX*********************************************************************
XX*
XX* Stored procedure for executing the JZOS Java Batch Launcher
XX*
XX* Tailor the proc your installation:
XX* 1.) Replace 'SYS4.JZOS.LOADLIB' with the PDSE that contains the
XX* JZOSVMxx modules that were installed during installation
XX*
XX*********************************************************************
4 XXEXJZOSVM PROC JAVACLS=, < Fully Qfied Java class..RQD
XX ARGS=, < Args to Java class
XX LIBRARY='SYS4.JZOS.LOADLIB', < STEPLIB FOR JZOSVM module
XX VERSION='13', < JZOSVM version: 13, 14, 50
XX LOGLVL='', < Debug LVL: +I(info) +T(trc)
XX REGSIZE='512M', < EXECUTION REGION SIZE
XX LEPARM=''
5 XXJAVAJVM EXEC PGM=JZOSVM&VERSION,REGION=&REGSIZE,
XX PARM='&LEPARM/&LOGLVL &JAVACLS &ARGS'
IEFC653I SUBSTITUTION JCL - PGM=JZOSVM14,REGION=512M,PARM='/+T com.dovetail.jzos.sample.HelloWorld '
6 XXSTEPLIB DD DSN=&LIBRARY,DISP=SHR
IEFC653I SUBSTITUTION JCL - DSN=SYS4.JZOS.LOADLIB,DISP=SHR
7 XXSYSPRINT DD SYSOUT=* < System stdout
8 XXSYSOUT DD SYSOUT=* < System stderr
9 XXSTDOUT DD SYSOUT=* < Java System.out
10 XXSTDERR DD SYSOUT=* < Java System.err
11 XXCEEDUMP DD SYSOUT=*
12 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 - Alternate method to supply args
13 //STDENV DD *
14 XX PEND
STMT NO. MESSAGE
3 IEFC001I PROCEDURE EXJZOSVM WAS EXPANDED USING PRIVATE LIBRARY #955317.JZOS.SAMPJCL
ICH70001I #955317 LAST ACCESS AT 12:55:09 ON SUNDAY, APRIL 2, 2006
IEF236I ALLOC. FOR #955317Z JAVAJVM JAVA
IGD103I SMS ALLOCATED TO DDNAME STEPLIB
IEF237I JES2 ALLOCATED TO SYSPRINT
IEF237I JES2 ALLOCATED TO SYSOUT
IEF237I JES2 ALLOCATED TO STDOUT
IEF237I JES2 ALLOCATED TO STDERR
IEF237I JES2 ALLOCATED TO CEEDUMP
IEF237I DMY ALLOCATED TO ABNLIGNR
IEF237I JES2 ALLOCATED TO STDENV
IGD101I SMS ALLOCATED TO DDNAME (SYS00001)
DSN (#955006.JVM.TDUMP.#955317Z.D060402.T125742 )
STORCLAS (SCPROD) MGMTCLAS (MCSTAND) DATACLAS ( )
VOL SER NOS= DKBB2C
IGD104I #955006.JVM.TDUMP.#955317Z.D060402.T125742 RETAINED, DDNAME=SYS00001
IEA822I COMPLETE TRANSACTION DUMP WRITTEN TO #955006.JVM.TDUMP.#955317Z.D060402.T125742
IEF237I 3A90 ALLOCATED TO SYS00007
IEF285I TCPIP.STANDARD.TCPXLBIN KEPT
IEF285I VOL SER NOS= SYS001.
IGD103I SMS ALLOCATED TO DDNAME SYS00008
IGD104I HFS FILE WAS RETAINED, DDNAME IS (SYS00008)
FILENAME IS (/etc/hosts)
IEF142I #955317Z JAVAJVM JAVA - STEP WAS EXECUTED - COND CODE 2000
IGD104I SYS4.JZOS.LOADLIB RETAINED, DDNAME=STEPLIB
IEF285I #955317.#955317Z.JOB05834.D0000102.? SYSOUT
IEF285I #955317.#955317Z.JOB05834.D0000103.? SYSOUT
IEF285I #955317.#955317Z.JOB05834.D0000104.? SYSOUT
IEF285I #955317.#955317Z.JOB05834.D0000105.? SYSOUT
IEF285I #955317.#955317Z.JOB05834.D0000106.? SYSOUT
IEF285I #955317.#955317Z.JOB05834.D0000101.? SYSIN
IEF373I STEP/JAVAJVM /START 2006092.1257
IEF374I STEP/JAVAJVM /STOP 2006092.1258 CPU 0MIN 11.87SEC SRB 0MIN 00.20SEC VIRT 104K SYS 356K EXT 175316K S
IEF375I JOB/#955317Z/START 2006092.1257
IEF376I JOB/#955317Z/STOP 2006092.1258 CPU 0MIN 11.87SEC SRB 0MIN 00.20SEC
JZOSVM14(N): Copyright (C) 2004 Dovetailed Technologies LLC. All rights reserved.
JZOSVM14(N): log level has been set to: 5
JZOSVM14(T): -> JzosVM()()
JZOSVM14(T): -> adoptEnvironment()()
JZOSVM14(T): adoptEnvironment()() - Writing shell script to child's stdin:

JZOSVM14(T): adoptEnvironment()() - # This is a shell script which configures

JZOSVM14(T): adoptEnvironment()() - # any environment variables for the Java JVM.

JZOSVM14(T): adoptEnvironment()() - # Variables must be exported to be seen by the launcher.

JZOSVM14(T): adoptEnvironment()() -

JZOSVM14(T): adoptEnvironment()() - . /etc/profile

JZOSVM14(T): adoptEnvironment()() - export JZOS_HOME=/u/#955317/istrobe/jzos

JZOSVM14(T): adoptEnvironment()() - export JAVA_HOME=/u/#955317/istrobe/J1.4

JZOSVM14(T): adoptEnvironment()() -

JZOSVM14(T): adoptEnvironment()() - export PATH=/bin:"${JAVA_HOME}"/bin:

JZOSVM14(T): adoptEnvironment()() -

JZOSVM14(T): adoptEnvironment()() - LIBPATH=/lib:/usr/lib:"${JAVA_HOME}"/bin

JZOSVM14(T): adoptEnvironment()() - LIBPATH="$LIBPATH":"${JAVA_HOME}"/bin/classic

JZOSVM14(T): adoptEnvironment()() - LIBPATH="$LIBPATH":"${JZOS_HOME}"

JZOSVM14(T): adoptEnvironment()() - export LIBPATH="$LIBPATH":

JZOSVM14(T): adoptEnvironment()() -

JZOSVM14(T): adoptEnvironment()() - # Customize your CLASSPATH here

JZOSVM14(T): adoptEnvironment()() - CLASSPATH=

JZOSVM14(T): adoptEnvironment()() -

JZOSVM14(T): adoptEnvironment()() - # Add JZOS required jars to end of CLASSPATH

JZOSVM14(T): adoptEnvironment()() - for i in "${JZOS_HOME}"/*.jar; do

JZOSVM14(T): adoptEnvironment()() - CLASSPATH="$CLASSPATH":"$i"

JZOSVM14(T): adoptEnvironment()() - done

JZOSVM14(T): adoptEnvironment()() - export CLASSPATH="$CLASSPATH":

JZOSVM14(T): adoptEnvironment()() -

JZOSVM14(T): adoptEnvironment()() - # Set JZOS specific options

JZOSVM14(T): adoptEnvironment()() - # Use this variable to specify encoding for DD STDOUT and STDERR

JZOSVM14(T): adoptEnvironment()() - #export JZOS_OUTPUT_ENCODING=Cp1047

JZOSVM14(T): adoptEnvironment()() - # Use this variable to prevent JZOS from handling MVS operator commands

JZOSVM14(T): adoptEnvironment()() - #export JZOS_ENABLE_MVS_COMMANDS=false

JZOSVM14(T): adoptEnvironment()() - # Use this variable to supply additional arguments to main

JZOSVM14(T): adoptEnvironment()() - #export JZOS_MAIN_ARGS=""

JZOSVM14(T): adoptEnvironment()() -

JZOSVM14(T): adoptEnvironment()() - # Configure JVM options

JZOSVM14(T): adoptEnvironment()() - IJO="-Xms16m -Xmx128m"

JZOSVM14(T): adoptEnvironment()() - # Uncomment the following to aid in debugging "Class Not Found" problems

JZOSVM14(T): adoptEnvironment()() - IJO="$IJO -verbose:class"

JZOSVM14(T): adoptEnvironment()() - IJO="$IJO -Djzos.home=${JZOS_HOME}"

JZOSVM14(T): adoptEnvironment()() - # Uncomment the following if you want to run without JIT

JZOSVM14(T): adoptEnvironment()() - #IJO="$IJO -Djava.compiler=NONE"

JZOSVM14(T): adoptEnvironment()() - # Uncomment the following if you want to run with Ascii file encoding..

JZOSVM14(T): adoptEnvironment()() - #IJO="$IJO -Dfile.encoding=ISO8859-1"

JZOSVM14(T): adoptEnvironment()() - export IBM_JAVA_OPTIONS="$IJO "

JZOSVM14(T): adoptEnvironment()() -

JZOSVM14(T): adoptEnvironment()() - export JAVA_DUMP_HEAP=false

JZOSVM14(T): adoptEnvironment()() - export JAVA_PROPAGATE=NO

JZOSVM14(T): adoptEnvironment()() - export IBM_JAVA_ZOS_TDUMP=NO

JZOSVM14(T): adoptEnvironment()() - waiting for child
JZOSVM14(T): adoptEnvironment()() - child process exited with exit code 0
JZOSVM14(D): Output from DD:STDENV config shell script:
JZOSVM14(D): ___JZOS_ENV_START___

JZOSVM14(T): adoptEnvironment()() - Found environment start string
JZOSVM14(I): JAVA_PROPAGATE=NO
JZOSVM14(I): PATH=/bin:/u/#955317/istrobe/J1.4/bin:
JZOSVM14(I): EDITOR=ed
JZOSVM14(I): IBM_JAVA_ZOS_TDUMP=NO
JZOSVM14(I): JZOS_HOME=/u/#955317/istrobe/jzos
JZOSVM14(I): IBM_JAVA_OPTIONS=-Xms16m -Xmx128m -verbose:class -Djzos.home=/u/#955317/istrobe/jzos
JZOSVM14(I): PS1=$LOGNAME:$PWD: >
JZOSVM14(I): _=/bin/env
JZOSVM14(I): CLASSPATH=:/u/#955317/istrobe/jzos/junit.jar:/u/#955317/istrobe/jzos/jzos.jar:/u/#955317/istrobe/jzos/jzos_
log4j.jar:
JZOSVM14(I): LIBPATH=/lib:/usr/lib:/u/#955317/istrobe/J1.4/bin:/u/#955317/istrobe/J1.4/bin/classic:/u/#955317/istrobe/jz
os:
JZOSVM14(I): JAVA_DUMP_HEAP=false
JZOSVM14(I): JAVA_HOME=/u/#955317/istrobe/J1.4
JZOSVM14(I): TZ=EST5EDT
JZOSVM14(T): <- adoptEnvironment()()
JZOSVM14(T): JzosVM()() - getting IBM_JAVA_OPTIONS
JZOSVM14(T): JzosVM()() - processing argvÝ1¨: +T
JZOSVM14(T): JzosVM()() - processing argvÝ2¨: com.dovetail.jzos.sample.HelloWorld
JZOSVM14(T): JzosVM()() - mainClassName: com.dovetail.jzos.sample.HelloWorld
JZOSVM14(T): JzosVM()() - mainArgCount: 0
JZOSVM14(I): IBM_JAVA_OPTIONS=-Xms16m -Xmx128m -verbose:class -Djzos.home=/u/#955317/istrobe/jzos
JZOSVM14(T): -> initializeVMArgs()()
JZOSVM14(T): initializeVMArgs()() - vm_args.version: 10004
JZOSVM14(T): initializeVMArgs()() - Setting JVM hooks
JZOSVM14(T): initializeVMArgs()() - Getting CLASSPATH
JZOSVM14(T): <- initializeVMArgs()()
JZOSVM14(T): -> createJvm()()
ÝOpened /u/#955317/istrobe/J1.4/lib/core.jar in 58 ms¨
ÝOpened /u/#955317/istrobe/J1.4/lib/graphics.jar in 75 ms¨
ÝOpened /u/#955317/istrobe/J1.4/lib/security.jar in 12 ms¨
ÝOpened /u/#955317/istrobe/J1.4/lib/server.jar in 15 ms¨
ÝOpened /u/#955317/istrobe/J1.4/lib/xml.jar in 37 ms¨
ÝOpened /u/#955317/istrobe/J1.4/lib/charsets.jar in 33 ms¨
ÝOpened /u/#955317/istrobe/J1.4/lib/ibmcertpathprovider.jar in 15 ms¨
ÝOpened /u/#955317/istrobe/J1.4/lib/ibmjcefw.jar in 12 ms¨
ÝOpened /u/#955317/istrobe/J1.4/lib/ibmjgssprovider.jar in 22 ms¨
ÝOpened /u/#955317/istrobe/J1.4/lib/ibmjssefips.jar in 17 ms¨
ÝOpened /u/#955317/istrobe/J1.4/lib/ibmjsseprovider.jar in 18 ms¨
ÝOpened /u/#955317/istrobe/J1.4/lib/ibmorb.jar in 20 ms¨
ÝOpened /u/#955317/istrobe/J1.4/lib/ibmorbapi.jar in 14 ms¨
ÝOpened /u/#955317/istrobe/J1.4/lib/ibmpkcs.jar in 16 ms¨
ÝLoaded java.lang.NoClassDefFoundError from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoaded java.lang.Class from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoaded java.lang.Object from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Object¨
ÝLoaded java.lang.Throwable from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Throwable¨
ÝLoaded java.io.Serializable from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/Serializable¨
ÝPreparing java/lang/Object¨
ÝInitializing java/lang/Object¨
ÝRunning static initializer for java/lang/Object¨
ÝLoaded java.lang.String from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/String¨
ÝLoaded java.lang.Comparable from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Comparable¨
ÝLoaded java.lang.CharSequence from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/CharSequence¨
ÝPreparing java/io/Serializable¨
ÝPreparing java/lang/Comparable¨
ÝPreparing java/lang/CharSequence¨
ÝPreparing java/lang/String¨
ÝLoaded sun.reflect.UnsafeStaticFieldAccessorImpl from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/UnsafeStaticFieldAccessorImpl¨
ÝLoaded sun.reflect.UnsafeFieldAccessorImpl from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/UnsafeFieldAccessorImpl¨
ÝLoaded sun.reflect.FieldAccessorImpl from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/FieldAccessorImpl¨
ÝLoaded sun.reflect.MagicAccessorImpl from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/MagicAccessorImpl¨
ÝLoaded sun.reflect.FieldAccessor from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/FieldAccessor¨
ÝInitializing java/lang/String¨
ÝRunning static initializer for java/lang/String¨
ÝLoaded java.io.ObjectStreamField from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/ObjectStreamField¨
ÝLoaded java.lang.String$CaseInsensitiveComparator from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/String$CaseInsensitiveComparator¨
ÝLoaded java.util.Comparator from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Comparator¨
ÝPreparing java/util/Comparator¨
ÝPreparing java/lang/String$CaseInsensitiveComparator¨
ÝLoading superclass and interfaces of void¨
ÝPreparing void¨
ÝLoading superclass and interfaces of boolean¨
ÝPreparing boolean¨
ÝLoaded ÝZ¨
ÝLoading superclass and interfaces of ÝZ¨
ÝPreparing ÝZ¨
ÝLoading superclass and interfaces of byte¨
ÝPreparing byte¨
ÝLoaded ÝB¨
ÝLoading superclass and interfaces of ÝB¨
ÝPreparing ÝB¨
ÝLoading superclass and interfaces of char¨
ÝPreparing char¨
ÝLoaded ÝC¨
ÝLoading superclass and interfaces of ÝC¨
ÝPreparing ÝC¨
ÝLoading superclass and interfaces of short¨
ÝPreparing short¨
ÝLoaded ÝS¨
ÝLoading superclass and interfaces of ÝS¨
ÝPreparing ÝS¨
ÝLoading superclass and interfaces of int¨
ÝPreparing int¨
ÝLoaded ÝI¨
ÝLoading superclass and interfaces of ÝI¨
ÝPreparing ÝI¨
ÝLoading superclass and interfaces of long¨
ÝPreparing long¨
ÝLoaded ÝJ¨
ÝLoading superclass and interfaces of ÝJ¨
ÝPreparing ÝJ¨
ÝLoading superclass and interfaces of float¨
ÝPreparing float¨
ÝLoaded ÝF¨
ÝLoading superclass and interfaces of ÝF¨
ÝPreparing ÝF¨
ÝLoading superclass and interfaces of double¨
ÝPreparing double¨
ÝLoaded ÝD¨
ÝLoading superclass and interfaces of ÝD¨
ÝPreparing ÝD¨
ÝLoaded java.lang.Thread from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Thread¨
ÝLoaded java.lang.Runnable from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Runnable¨
ÝPreparing java/lang/Runnable¨
ÝPreparing java/lang/Thread¨
ÝInitializing java/lang/Thread¨
ÝRunning static initializer for java/lang/Thread¨
ÝLoaded java.lang.ClassLoader from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ClassLoader¨
ÝPreparing java/lang/ClassLoader¨
ÝInitializing java/lang/ClassLoader¨
ÝRunning static initializer for java/lang/ClassLoader¨
ÝLoaded java.util.Vector from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Vector¨
ÝLoaded java.util.AbstractList from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/AbstractList¨
ÝLoaded java.util.AbstractCollection from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/AbstractCollection¨
ÝLoaded java.util.Collection from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Collection¨
ÝLoaded java.util.List from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/List¨
ÝLoaded java.util.RandomAccess from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/RandomAccess¨
ÝLoaded java.lang.Cloneable from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Cloneable¨
ÝPreparing java/util/Collection¨
ÝPreparing java/util/AbstractCollection¨
ÝPreparing java/util/List¨
ÝPreparing java/util/AbstractList¨
ÝPreparing java/util/RandomAccess¨
ÝPreparing java/lang/Cloneable¨
ÝPreparing java/util/Vector¨
ÝLoaded java.util.Stack from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Stack¨
ÝPreparing java/util/Stack¨
ÝLoaded java.lang.ThreadDeath from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ThreadDeath¨
ÝLoaded java.lang.Error from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Error¨
ÝPreparing java/lang/Throwable¨
ÝPreparing java/lang/Error¨
ÝPreparing java/lang/ThreadDeath¨
ÝLoaded java.lang.Exception from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Exception¨
ÝPreparing java/lang/Exception¨
ÝLoaded java.lang.RuntimeException from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/RuntimeException¨
ÝPreparing java/lang/RuntimeException¨
ÝLoaded java.lang.ClassNotFoundException from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ClassNotFoundException¨
ÝPreparing java/lang/ClassNotFoundException¨
ÝLoading superclass and interfaces of java/lang/NoClassDefFoundError¨
ÝLoaded java.lang.LinkageError from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/LinkageError¨
ÝPreparing java/lang/LinkageError¨
ÝPreparing java/lang/NoClassDefFoundError¨
ÝLoaded java.lang.NullPointerException from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/NullPointerException¨
ÝPreparing java/lang/NullPointerException¨
ÝLoaded java.lang.InterruptedException from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/InterruptedException¨
ÝPreparing java/lang/InterruptedException¨
ÝLoaded java.lang.IllegalArgumentException from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/IllegalArgumentException¨
ÝPreparing java/lang/IllegalArgumentException¨
ÝLoaded java.lang.OutOfMemoryError from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/OutOfMemoryError¨
ÝLoaded java.lang.VirtualMachineError from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/VirtualMachineError¨
ÝPreparing java/lang/VirtualMachineError¨
ÝPreparing java/lang/OutOfMemoryError¨
ÝLoaded java.util.Hashtable from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Hashtable¨
ÝLoaded java.util.Dictionary from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Dictionary¨
ÝLoaded java.util.Map from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Map¨
ÝPreparing java/util/Dictionary¨
ÝPreparing java/util/Map¨
ÝPreparing java/util/Hashtable¨
ÝInitializing java/util/Hashtable¨
ÝRunning static initializer for java/util/Hashtable¨
ÝLoaded java.util.Hashtable$EmptyEnumerator from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Hashtable$EmptyEnumerator¨
ÝLoaded java.util.Enumeration from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Enumeration¨
ÝPreparing java/util/Enumeration¨
ÝPreparing java/util/Hashtable$EmptyEnumerator¨
ÝLoaded java.util.Hashtable$EmptyIterator from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Hashtable$EmptyIterator¨
ÝLoaded java.util.Iterator from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Iterator¨
ÝPreparing java/util/Iterator¨
ÝPreparing java/util/Hashtable$EmptyIterator¨
ÝLoaded java.util.Properties from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Properties¨
ÝPreparing java/util/Properties¨
ÝInitializing java/util/Properties¨
ÝRunning static initializer for java/util/Properties¨
ÝLoaded java.io.IOException from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/IOException¨
ÝPreparing java/io/IOException¨
ÝLoaded java.io.FileNotFoundException from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/FileNotFoundException¨
ÝPreparing java/io/FileNotFoundException¨
ÝLoaded java.security.PrivilegedActionException from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/security/PrivilegedActionException¨
ÝPreparing java/security/PrivilegedActionException¨
ÝLoaded com.ibm.jvm.classloader.Shareable from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of com/ibm/jvm/classloader/Shareable¨
ÝPreparing com/ibm/jvm/classloader/Shareable¨
ÝLoaded com.ibm.jvm.classloader.Middleware from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of com/ibm/jvm/classloader/Middleware¨
ÝPreparing com/ibm/jvm/classloader/Middleware¨
ÝLoaded com.ibm.jvm.classloader.TransientAllocation from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of com/ibm/jvm/classloader/TransientAllocation¨
ÝPreparing com/ibm/jvm/classloader/TransientAllocation¨
ÝLoaded java.lang.StackOverflowError from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/StackOverflowError¨
ÝPreparing java/lang/StackOverflowError¨
ÝPreparing sun/reflect/MagicAccessorImpl¨
ÝLoaded sun.reflect.DelegatingClassLoader from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/DelegatingClassLoader¨
ÝPreparing sun/reflect/DelegatingClassLoader¨
ÝLoaded sun.reflect.MethodAccessorImpl from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/MethodAccessorImpl¨
ÝLoaded sun.reflect.MethodAccessor from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/MethodAccessor¨
ÝPreparing sun/reflect/MethodAccessor¨
ÝPreparing sun/reflect/MethodAccessorImpl¨
ÝLoaded sun.reflect.ConstructorAccessorImpl from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/ConstructorAccessorImpl¨
ÝLoaded sun.reflect.ConstructorAccessor from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/ConstructorAccessor¨
ÝPreparing sun/reflect/ConstructorAccessor¨
ÝPreparing sun/reflect/ConstructorAccessorImpl¨
ÝLoaded java.lang.reflect.Method from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/reflect/Method¨
ÝLoaded java.lang.reflect.AccessibleObject from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/reflect/AccessibleObject¨
ÝLoaded java.lang.reflect.Member from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/reflect/Member¨
ÝPreparing java/lang/reflect/AccessibleObject¨
ÝPreparing java/lang/reflect/Member¨
ÝPreparing java/lang/reflect/Method¨
ÝInitializing java/lang/reflect/AccessibleObject¨
ÝRunning static initializer for java/lang/reflect/AccessibleObject¨
ÝLoaded java.lang.reflect.ReflectPermission from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/reflect/ReflectPermission¨
ÝLoaded java.security.BasicPermission from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/security/BasicPermission¨
ÝLoaded java.security.Permission from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/security/Permission¨
ÝLoaded java.security.Guard from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/security/Guard¨
ÝPreparing java/security/Guard¨
ÝPreparing java/security/Permission¨
ÝPreparing java/security/BasicPermission¨
ÝPreparing java/lang/reflect/ReflectPermission¨
ÝLoaded sun.reflect.ReflectionFactory$GetReflectionFactoryAction from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/ReflectionFactory$GetReflectionFactoryAction¨
ÝLoaded java.security.PrivilegedAction from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/security/PrivilegedAction¨
ÝPreparing java/security/PrivilegedAction¨
ÝPreparing sun/reflect/ReflectionFactory$GetReflectionFactoryAction¨
ÝLoaded java.security.AccessController from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/security/AccessController¨
ÝPreparing java/security/AccessController¨
ÝInitializing java/security/AccessController¨
ÝRunning static initializer for java/security/AccessController¨
ÝLoaded sun.reflect.ReflectionFactory from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/ReflectionFactory¨
ÝPreparing sun/reflect/ReflectionFactory¨
ÝInitializing sun/reflect/ReflectionFactory¨
ÝRunning static initializer for sun/reflect/ReflectionFactory¨
ÝLoaded java.lang.RuntimePermission from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/RuntimePermission¨
ÝPreparing java/lang/RuntimePermission¨
ÝLoaded java.lang.System from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/System¨
ÝPreparing java/lang/System¨
ÝInitializing java/lang/System¨
ÝRunning static initializer for java/lang/System¨
ÝInitializing java/lang/reflect/Method¨
ÝRunning static initializer for java/lang/reflect/Method¨
ÝLoaded java.lang.reflect.Field from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/reflect/Field¨
ÝPreparing java/lang/reflect/Field¨
ÝLoaded java.lang.reflect.Constructor from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/reflect/Constructor¨
ÝPreparing java/lang/reflect/Constructor¨
ÝLoaded java.security.SecureClassLoader from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/security/SecureClassLoader¨
ÝLoading superclass and interfaces of java/lang/Class¨
ÝPreparing java/lang/Class¨
ÝInitializing java/lang/Class¨
ÝRunning static initializer for java/lang/Class¨
ÝLoaded java.io.ObjectStreamClass from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/ObjectStreamClass¨
ÝPreparing java/io/ObjectStreamClass¨
ÝInitializing java/io/ObjectStreamClass¨
ÝRunning static initializer for java/io/ObjectStreamClass¨
ÝLoaded sun.misc.SoftCache from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/misc/SoftCache¨
ÝLoaded java.util.AbstractMap from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/AbstractMap¨
ÝPreparing java/util/AbstractMap¨
ÝPreparing sun/misc/SoftCache¨
ÝLoaded java.lang.ref.ReferenceQueue from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ref/ReferenceQueue¨
ÝPreparing java/lang/ref/ReferenceQueue¨
ÝInitializing java/lang/ref/ReferenceQueue¨
ÝRunning static initializer for java/lang/ref/ReferenceQueue¨
ÝLoaded java.lang.ref.ReferenceQueue$Null from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ref/ReferenceQueue$Null¨
ÝPreparing java/lang/ref/ReferenceQueue$Null¨
ÝInitializing java/lang/ref/ReferenceQueue$Null¨
ÝLoaded java.lang.ref.ReferenceQueue$Lock from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ref/ReferenceQueue$Lock¨
ÝPreparing java/lang/ref/ReferenceQueue$Lock¨
ÝLoaded java.util.HashMap from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/HashMap¨
ÝPreparing java/util/HashMap¨
ÝInitializing java/util/HashMap¨
ÝRunning static initializer for java/util/HashMap¨
ÝLoaded java.lang.Float from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Float¨
ÝLoaded java.lang.Number from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Number¨
ÝPreparing java/lang/Number¨
ÝPreparing java/lang/Float¨
ÝInitializing java/lang/Float¨
ÝRunning static initializer for java/lang/Float¨
ÝLoaded java.util.HashMap$Entry from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/HashMap$Entry¨
ÝLoaded java.util.Map$Entry from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Map$Entry¨
ÝLoaded java.lang.NoSuchMethodError from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/NoSuchMethodError¨
ÝLoaded java.lang.IncompatibleClassChangeError from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/IncompatibleClassChangeError¨
ÝPreparing java/lang/IncompatibleClassChangeError¨
ÝPreparing java/lang/NoSuchMethodError¨
ÝLoaded java.lang.Void from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Void¨
ÝPreparing java/lang/Void¨
ÝInitializing java/lang/Void¨
ÝRunning static initializer for java/lang/Void¨
ÝLoaded java.lang.Boolean from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Boolean¨
ÝPreparing java/lang/Boolean¨
ÝInitializing java/lang/Boolean¨
ÝRunning static initializer for java/lang/Boolean¨
ÝLoaded java.lang.Character from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Character¨
ÝPreparing java/lang/Character¨
ÝInitializing java/lang/Character¨
ÝRunning static initializer for java/lang/Character¨
ÝLoaded ÝÝC¨
ÝLoading superclass and interfaces of ÝÝC¨
ÝLoaded java.lang.Byte from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Byte¨
ÝPreparing java/lang/Byte¨
ÝInitializing java/lang/Byte¨
ÝRunning static initializer for java/lang/Byte¨
ÝLoaded java.lang.Short from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Short¨
ÝPreparing java/lang/Short¨
ÝInitializing java/lang/Short¨
ÝRunning static initializer for java/lang/Short¨
ÝLoaded java.lang.Integer from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Integer¨
ÝPreparing java/lang/Integer¨
ÝInitializing java/lang/Integer¨
ÝRunning static initializer for java/lang/Integer¨
ÝLoaded java.lang.Integer$1 from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Integer$1¨
ÝLoaded java.lang.ThreadLocal from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ThreadLocal¨
ÝPreparing java/lang/ThreadLocal¨
ÝPreparing java/lang/Integer$1¨
ÝInitializing java/lang/ThreadLocal¨
ÝRunning static initializer for java/lang/ThreadLocal¨
ÝLoaded java.util.Hashtable$Entry from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Hashtable$Entry¨
ÝInitializing java/lang/Integer$1¨
ÝLoaded java.lang.Long from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Long¨
ÝPreparing java/lang/Long¨
ÝInitializing java/lang/Long¨
ÝRunning static initializer for java/lang/Long¨
ÝLoaded java.lang.Long$1 from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Long$1¨
ÝPreparing java/lang/Long$1¨
ÝLoaded java.lang.Double from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Double¨
ÝPreparing java/lang/Double¨
ÝInitializing java/lang/Double¨
ÝRunning static initializer for java/lang/Double¨
ÝLoaded sun.misc.Signal from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/misc/Signal¨
ÝPreparing sun/misc/Signal¨
ÝInitializing sun/misc/Signal¨
ÝRunning static initializer for sun/misc/Signal¨
ÝLoaded java.lang.ThreadGroup from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ThreadGroup¨
ÝPreparing java/lang/ThreadGroup¨
ÝLoaded com.ibm.jvm.ExtendedSystem from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of com/ibm/jvm/ExtendedSystem¨
ÝPreparing com/ibm/jvm/ExtendedSystem¨
ÝInitializing com/ibm/jvm/ExtendedSystem¨
ÝRunning static initializer for com/ibm/jvm/ExtendedSystem¨
ÝLoaded java.util.jar.Attributes$Name from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/jar/Attributes$Name¨
ÝPreparing java/util/jar/Attributes$Name¨
ÝInitializing java/util/jar/Attributes$Name¨
ÝRunning static initializer for java/util/jar/Attributes$Name¨
ÝLoaded com.ibm.jvm.ExtendedSystem$3 from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of com/ibm/jvm/ExtendedSystem$3¨
ÝPreparing com/ibm/jvm/ExtendedSystem$3¨
ÝLoaded sun.reflect.Reflection from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/Reflection¨
ÝPreparing sun/reflect/Reflection¨
ÝLoaded java.lang.Class$3 from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Class$3¨
ÝPreparing java/lang/Class$3¨
ÝLoaded ÝLjava.io.ObjectStreamField;¨
ÝLoading superclass and interfaces of ÝLjava/io/ObjectStreamField;¨
ÝLoaded java.io.InvalidClassException from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/InvalidClassException¨
ÝLoaded java.io.ObjectStreamException from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/ObjectStreamException¨
ÝLoaded java.io.ObjectInputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/ObjectInputStream¨
ÝLoaded java.io.InputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/InputStream¨
ÝLoaded java.io.ObjectInput from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/ObjectInput¨
ÝLoaded java.io.DataInput from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/DataInput¨
ÝLoaded java.io.ObjectStreamConstants from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/ObjectStreamConstants¨
ÝLoaded java.io.ObjectOutputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/ObjectOutputStream¨
ÝLoaded java.io.OutputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/OutputStream¨
ÝLoaded java.io.ObjectOutput from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/ObjectOutput¨
ÝLoaded java.io.DataOutput from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/DataOutput¨
ÝLoaded java.lang.InstantiationException from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/InstantiationException¨
ÝLoaded java.lang.reflect.InvocationTargetException from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/reflect/InvocationTargetException¨
ÝLoaded java.lang.UnsupportedOperationException from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/UnsupportedOperationException¨
ÝLoaded java.lang.IllegalAccessException from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/IllegalAccessException¨
ÝLoaded java.io.ObjectStreamClass$ClassDataSlot from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/ObjectStreamClass$ClassDataSlot¨
ÝLoaded ÝLjava.io.ObjectStreamClass$ClassDataSlot;¨
ÝLoading superclass and interfaces of ÝLjava/io/ObjectStreamClass$ClassDataSlot;¨
ÝLoaded ÝLjava.lang.Object;¨
ÝLoading superclass and interfaces of ÝLjava/lang/Object;¨
ÝLoaded ÝLjava.lang.Class;¨
ÝLoading superclass and interfaces of ÝLjava/lang/Class;¨
ÝLoaded java.io.ObjectStreamClass$FieldReflector from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/ObjectStreamClass$FieldReflector¨
ÝLoaded java.lang.reflect.Modifier from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/reflect/Modifier¨
ÝPreparing java/lang/reflect/Modifier¨
ÝInitializing java/lang/reflect/Modifier¨
ÝRunning static initializer for java/lang/reflect/Modifier¨
ÝLoaded java.lang.reflect.ReflectAccess from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/reflect/ReflectAccess¨
ÝLoaded sun.reflect.LangReflectAccess from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/LangReflectAccess¨
ÝPreparing sun/reflect/LangReflectAccess¨
ÝPreparing java/lang/reflect/ReflectAccess¨
ÝLoaded ÝLjava.lang.ThreadGroup;¨
ÝLoading superclass and interfaces of ÝLjava/lang/ThreadGroup;¨
ÝLoaded java.security.AccessControlContext from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/security/AccessControlContext¨
ÝPreparing java/security/AccessControlContext¨
ÝInitializing java/security/AccessControlContext¨
ÝRunning static initializer for java/security/AccessControlContext¨
ÝLoaded ÝLjava.lang.Thread;¨
ÝLoading superclass and interfaces of ÝLjava/lang/Thread;¨
ÝLoaded java.lang.ref.Reference from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ref/Reference¨
ÝPreparing java/lang/ref/Reference¨
ÝInitializing java/lang/ref/Reference¨
ÝRunning static initializer for java/lang/ref/Reference¨
ÝLoaded java.lang.ref.Reference$Lock from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ref/Reference$Lock¨
ÝPreparing java/lang/ref/Reference$Lock¨
ÝLoaded java.lang.ref.Reference$ReferenceHandler from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ref/Reference$ReferenceHandler¨
ÝPreparing java/lang/ref/Reference$ReferenceHandler¨
ÝLoaded java.lang.ref.SoftReference from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ref/SoftReference¨
ÝPreparing java/lang/ref/SoftReference¨
ÝLoaded java.lang.ref.WeakReference from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ref/WeakReference¨
ÝPreparing java/lang/ref/WeakReference¨
ÝLoaded java.lang.ref.FinalReference from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ref/FinalReference¨
ÝPreparing java/lang/ref/FinalReference¨
ÝLoaded java.lang.ref.Finalizer from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ref/Finalizer¨
ÝPreparing java/lang/ref/Finalizer¨
ÝInitializing java/lang/ref/Finalizer¨
ÝRunning static initializer for java/lang/ref/Finalizer¨
ÝLoaded java.lang.ref.Finalizer$FinalizerThread from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ref/Finalizer$FinalizerThread¨
ÝPreparing java/lang/ref/Finalizer$FinalizerThread¨
ÝLoaded java.lang.ref.PhantomReference from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ref/PhantomReference¨
ÝPreparing java/lang/ref/PhantomReference¨
ÝLoaded java.lang.Runtime from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Runtime¨
ÝPreparing java/lang/Runtime¨
ÝInitializing java/lang/Runtime¨
ÝRunning static initializer for java/lang/Runtime¨
ÝPreparing java/util/Map$Entry¨
ÝPreparing java/util/Hashtable$Entry¨
ÝLoaded ÝLjava.util.Hashtable$Entry;¨
ÝLoading superclass and interfaces of ÝLjava/util/Hashtable$Entry;¨
ÝLoaded com.ibm.jvm.io.FileInputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of com/ibm/jvm/io/FileInputStream¨
ÝLoaded java.io.FileInputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/FileInputStream¨
ÝPreparing java/io/InputStream¨
ÝPreparing java/io/FileInputStream¨
ÝPreparing com/ibm/jvm/io/FileInputStream¨
ÝInitializing java/io/FileInputStream¨
ÝRunning static initializer for java/io/FileInputStream¨
ÝInitializing com/ibm/jvm/io/FileInputStream¨
ÝLoaded java.io.FileDescriptor from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/FileDescriptor¨
ÝPreparing java/io/FileDescriptor¨
ÝInitializing java/io/FileDescriptor¨
ÝRunning static initializer for java/io/FileDescriptor¨
ÝLoaded com.ibm.jvm.io.FileOutputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of com/ibm/jvm/io/FileOutputStream¨
ÝLoaded java.io.FileOutputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/FileOutputStream¨
ÝPreparing java/io/OutputStream¨
ÝPreparing java/io/FileOutputStream¨
ÝPreparing com/ibm/jvm/io/FileOutputStream¨
ÝInitializing java/io/FileOutputStream¨
ÝRunning static initializer for java/io/FileOutputStream¨
ÝInitializing com/ibm/jvm/io/FileOutputStream¨
ÝLoaded java.io.BufferedInputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/BufferedInputStream¨
ÝLoaded java.io.FilterInputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/FilterInputStream¨
ÝPreparing java/io/FilterInputStream¨
ÝPreparing java/io/BufferedInputStream¨
ÝInitializing java/io/BufferedInputStream¨
ÝRunning static initializer for java/io/BufferedInputStream¨
ÝLoaded com.ibm.jvm.io.ConsoleInputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of com/ibm/jvm/io/ConsoleInputStream¨
ÝPreparing com/ibm/jvm/io/ConsoleInputStream¨
ÝLoaded sun.security.action.GetPropertyAction from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/security/action/GetPropertyAction¨
ÝPreparing sun/security/action/GetPropertyAction¨
ÝLoaded com.ibm.jvm.io.LocalizedInputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of com/ibm/jvm/io/LocalizedInputStream¨
ÝPreparing com/ibm/jvm/io/LocalizedInputStream¨
ÝInitializing com/ibm/jvm/io/LocalizedInputStream¨
ÝRunning static initializer for com/ibm/jvm/io/LocalizedInputStream¨
ÝLoaded java.util.zip.ZipFile from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/zip/ZipFile¨
ÝLoaded java.util.zip.ZipConstants from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/zip/ZipConstants¨
ÝPreparing java/util/zip/ZipConstants¨
ÝPreparing java/util/zip/ZipFile¨
ÝInitializing java/util/zip/ZipFile¨
ÝRunning static initializer for java/util/zip/ZipFile¨
ÝLoaded sun.security.action.LoadLibraryAction from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/security/action/LoadLibraryAction¨
ÝPreparing sun/security/action/LoadLibraryAction¨
ÝLoaded java.io.File from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/File¨
ÝPreparing java/io/File¨
ÝInitializing java/io/File¨
ÝRunning static initializer for java/io/File¨
ÝLoaded java.io.FileSystem from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/FileSystem¨
ÝPreparing java/io/FileSystem¨
ÝInitializing java/io/FileSystem¨
ÝRunning static initializer for java/io/FileSystem¨
ÝLoaded java.io.UnixFileSystem from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/UnixFileSystem¨
ÝPreparing java/io/UnixFileSystem¨
ÝInitializing java/io/UnixFileSystem¨
ÝRunning static initializer for java/io/UnixFileSystem¨
ÝLoaded java.io.ExpiringCache from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/ExpiringCache¨
ÝPreparing java/io/ExpiringCache¨
ÝLoaded java.lang.StringBuffer from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/StringBuffer¨
ÝPreparing java/lang/StringBuffer¨
ÝInitializing java/lang/StringBuffer¨
ÝRunning static initializer for java/lang/StringBuffer¨
ÝLoaded java.lang.StringCoding from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/StringCoding¨
ÝPreparing java/lang/StringCoding¨
ÝInitializing java/lang/StringCoding¨
ÝRunning static initializer for java/lang/StringCoding¨
ÝLoaded java.lang.ThreadLocal$ThreadLocalMap from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ThreadLocal$ThreadLocalMap¨
ÝPreparing java/lang/ThreadLocal$ThreadLocalMap¨
ÝLoaded java.lang.ThreadLocal$ThreadLocalMap$Entry from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ThreadLocal$ThreadLocalMap$Entry¨
ÝPreparing java/lang/ThreadLocal$ThreadLocalMap$Entry¨
ÝLoaded java.lang.StringCoding$EncoderCache from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/StringCoding$EncoderCache¨
ÝLoaded java.lang.StringCoding$4 from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/StringCoding$4¨
ÝPreparing java/lang/StringCoding$4¨
ÝPreparing java/lang/StringCoding$EncoderCache¨
ÝLoaded java.lang.StringCoding$2 from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/StringCoding$2¨
ÝLoaded java.security.PrivilegedExceptionAction from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/security/PrivilegedExceptionAction¨
ÝPreparing java/security/PrivilegedExceptionAction¨
ÝPreparing java/lang/StringCoding$2¨
ÝLoaded sun.io.Converters from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/io/Converters¨
ÝPreparing sun/io/Converters¨
ÝInitializing sun/io/Converters¨
ÝRunning static initializer for sun/io/Converters¨
ÝLoaded ÝLjava.lang.ref.SoftReference;¨
ÝLoading superclass and interfaces of ÝLjava/lang/ref/SoftReference;¨
ÝLoaded sun.io.CharToByteConverter from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/io/CharToByteConverter¨
ÝPreparing sun/io/CharToByteConverter¨
ÝLoaded sun.io.CharacterEncoding from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/io/CharacterEncoding¨
ÝPreparing sun/io/CharacterEncoding¨
ÝInitializing sun/io/CharacterEncoding¨
ÝRunning static initializer for sun/io/CharacterEncoding¨
ÝPreparing java/util/HashMap$Entry¨
ÝLoaded java.util.Collections from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Collections¨
ÝPreparing java/util/Collections¨
ÝInitializing java/util/Collections¨
ÝRunning static initializer for java/util/Collections¨
ÝLoaded java.util.Random from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Random¨
ÝPreparing java/util/Random¨
ÝLoaded java.util.Collections$EmptySet from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Collections$EmptySet¨
ÝLoaded java.util.AbstractSet from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/AbstractSet¨
ÝLoaded java.util.Set from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Set¨
ÝPreparing java/util/Set¨
ÝPreparing java/util/AbstractSet¨
ÝPreparing java/util/Collections$EmptySet¨
ÝLoaded java.util.Collections$EmptyList from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Collections$EmptyList¨
ÝPreparing java/util/Collections$EmptyList¨
ÝLoaded java.util.Collections$EmptyMap from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Collections$EmptyMap¨
ÝPreparing java/util/Collections$EmptyMap¨
ÝLoaded java.util.Collections$ReverseComparator from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Collections$ReverseComparator¨
ÝPreparing java/util/Collections$ReverseComparator¨
ÝLoaded java.util.Collections$UnmodifiableMap from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Collections$UnmodifiableMap¨
ÝPreparing java/util/Collections$UnmodifiableMap¨
ÝLoaded java.util.Locale from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/Locale¨
ÝPreparing java/util/Locale¨
ÝInitializing java/util/Locale¨
ÝRunning static initializer for java/util/Locale¨
ÝLoaded sun.io.CharToByteCp1047 from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/io/CharToByteCp1047¨
ÝLoaded sun.io.CharToByteSingleByte from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/io/CharToByteSingleByte¨
ÝPreparing sun/io/CharToByteSingleByte¨
ÝPreparing sun/io/CharToByteCp1047¨
ÝInitializing sun/io/CharToByteCp1047¨
ÝRunning static initializer for sun/io/CharToByteCp1047¨
ÝLoaded java.nio.ByteBuffer from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/nio/ByteBuffer¨
ÝLoaded java.nio.Buffer from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/nio/Buffer¨
ÝPreparing java/nio/Buffer¨
ÝPreparing java/nio/ByteBuffer¨
ÝLoaded java.nio.DirectByteBuffer from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/nio/DirectByteBuffer¨
ÝLoaded java.nio.MappedByteBuffer from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/nio/MappedByteBuffer¨
ÝLoaded sun.nio.ch.DirectBuffer from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/nio/ch/DirectBuffer¨
ÝPreparing java/nio/MappedByteBuffer¨
ÝPreparing sun/nio/ch/DirectBuffer¨
ÝPreparing java/nio/DirectByteBuffer¨
ÝInitializing java/nio/DirectByteBuffer¨
ÝRunning static initializer for java/nio/DirectByteBuffer¨
ÝLoaded java.nio.Bits from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/nio/Bits¨
ÝPreparing java/nio/Bits¨
ÝInitializing java/nio/Bits¨
ÝRunning static initializer for java/nio/Bits¨
ÝLoaded sun.misc.Unsafe from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/misc/Unsafe¨
ÝPreparing sun/misc/Unsafe¨
ÝInitializing sun/misc/Unsafe¨
ÝRunning static initializer for sun/misc/Unsafe¨
ÝLoaded sun.misc.VM from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/misc/VM¨
ÝPreparing sun/misc/VM¨
ÝInitializing sun/misc/VM¨
ÝRunning static initializer for sun/misc/VM¨
ÝLoaded java.nio.ByteOrder from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/nio/ByteOrder¨
ÝPreparing java/nio/ByteOrder¨
ÝInitializing java/nio/ByteOrder¨
ÝRunning static initializer for java/nio/ByteOrder¨
ÝLoaded java.nio.DirectByteBuffer$Deallocator from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/nio/DirectByteBuffer$Deallocator¨
ÝPreparing java/nio/DirectByteBuffer$Deallocator¨
ÝInitializing java/nio/DirectByteBuffer$Deallocator¨
ÝRunning static initializer for java/nio/DirectByteBuffer$Deallocator¨
ÝLoaded sun.misc.Cleaner from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/misc/Cleaner¨
ÝPreparing sun/misc/Cleaner¨
ÝInitializing sun/misc/Cleaner¨
ÝRunning static initializer for sun/misc/Cleaner¨
ÝLoaded java.lang.Class$1 from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Class$1¨
ÝPreparing java/lang/Class$1¨
ÝLoaded sun.reflect.ReflectionFactory$1 from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/ReflectionFactory$1¨
ÝPreparing sun/reflect/ReflectionFactory$1¨
ÝLoaded sun.reflect.NativeConstructorAccessorImpl from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/NativeConstructorAccessorImpl¨
ÝPreparing sun/reflect/NativeConstructorAccessorImpl¨
ÝLoaded sun.reflect.DelegatingConstructorAccessorImpl from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/DelegatingConstructorAccessorImpl¨
ÝPreparing sun/reflect/DelegatingConstructorAccessorImpl¨
ÝLoaded java.io.ExpiringCache$Entry from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/ExpiringCache$Entry¨
ÝPreparing java/io/ExpiringCache$Entry¨
ÝLoaded java.lang.ClassLoader$NativeLibrary from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/ClassLoader$NativeLibrary¨
ÝPreparing java/lang/ClassLoader$NativeLibrary¨
ÝLoaded java.util.zip.ZipFile$ZipFileInputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/zip/ZipFile$ZipFileInputStream¨
ÝPreparing java/util/zip/ZipFile$ZipFileInputStream¨
ÝLoaded com.ibm.jvm.io.LocalizedInputStream$1 from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of com/ibm/jvm/io/LocalizedInputStream$1¨
ÝPreparing com/ibm/jvm/io/LocalizedInputStream$1¨
ÝLoaded java.util.zip.ZipInputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/zip/ZipInputStream¨
ÝLoaded java.util.zip.InflaterInputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/zip/InflaterInputStream¨
ÝPreparing java/util/zip/InflaterInputStream¨
ÝPreparing java/util/zip/ZipInputStream¨
ÝLoaded java.io.BufferedOutputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/BufferedOutputStream¨
ÝLoaded java.io.FilterOutputStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/FilterOutputStream¨
ÝPreparing java/io/FilterOutputStream¨
ÝPreparing java/io/BufferedOutputStream¨
ÝLoaded com.ibm.jvm.io.ConsolePrintStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of com/ibm/jvm/io/ConsolePrintStream¨
ÝLoaded java.io.PrintStream from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/PrintStream¨
ÝPreparing java/io/PrintStream¨
ÝPreparing com/ibm/jvm/io/ConsolePrintStream¨
ÝLoaded java.io.OutputStreamWriter from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/OutputStreamWriter¨
ÝLoaded java.io.Writer from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/Writer¨
ÝPreparing java/io/Writer¨
ÝPreparing java/io/OutputStreamWriter¨
ÝLoaded sun.nio.cs.StreamEncoder from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/nio/cs/StreamEncoder¨
ÝPreparing sun/nio/cs/StreamEncoder¨
ÝInitializing sun/nio/cs/StreamEncoder¨
ÝRunning static initializer for sun/nio/cs/StreamEncoder¨
ÝLoaded sun.nio.cs.StreamEncoder$ConverterSE from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/nio/cs/StreamEncoder$ConverterSE¨
ÝPreparing sun/nio/cs/StreamEncoder$ConverterSE¨
ÝLoaded java.io.BufferedWriter from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/BufferedWriter¨
ÝPreparing java/io/BufferedWriter¨
ÝInitializing java/io/BufferedWriter¨
ÝRunning static initializer for java/io/BufferedWriter¨
ÝLoaded sun.reflect.UnsafeFieldAccessorFactory from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/UnsafeFieldAccessorFactory¨
ÝPreparing sun/reflect/UnsafeFieldAccessorFactory¨
ÝPreparing sun/reflect/FieldAccessor¨
ÝPreparing sun/reflect/FieldAccessorImpl¨
ÝPreparing sun/reflect/UnsafeFieldAccessorImpl¨
ÝInitializing sun/reflect/UnsafeFieldAccessorImpl¨
ÝRunning static initializer for sun/reflect/UnsafeFieldAccessorImpl¨
ÝLoaded sun.reflect.UnsafeStaticBooleanFieldAccessorImpl from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/reflect/UnsafeStaticBooleanFieldAccessorImpl¨
ÝPreparing sun/reflect/UnsafeStaticFieldAccessorImpl¨
ÝPreparing sun/reflect/UnsafeStaticBooleanFieldAccessorImpl¨
ÝLoaded java.lang.Terminator from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Terminator¨
ÝPreparing java/lang/Terminator¨
ÝInitializing java/lang/Terminator¨
ÝRunning static initializer for java/lang/Terminator¨
ÝLoaded java.lang.Terminator$1 from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/Terminator$1¨
ÝLoaded sun.misc.SignalHandler from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/misc/SignalHandler¨
ÝPreparing sun/misc/SignalHandler¨
ÝPreparing java/lang/Terminator$1¨
ÝLoaded sun.misc.NativeSignalHandler from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/misc/NativeSignalHandler¨
ÝInitializing sun/misc/SignalHandler¨
ÝRunning static initializer for sun/misc/SignalHandler¨
ÝPreparing sun/misc/NativeSignalHandler¨
ÝLoaded sun.misc.Launcher from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/misc/Launcher¨
ÝPreparing sun/misc/Launcher¨
ÝInitializing sun/misc/Launcher¨
ÝRunning static initializer for sun/misc/Launcher¨
ÝLoaded sun.misc.Launcher$Factory from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/misc/Launcher$Factory¨
ÝLoaded java.net.URLStreamHandlerFactory from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/net/URLStreamHandlerFactory¨
ÝPreparing java/net/URLStreamHandlerFactory¨
ÝPreparing sun/misc/Launcher$Factory¨
ÝInitializing sun/misc/Launcher$Factory¨
ÝRunning static initializer for sun/misc/Launcher$Factory¨
ÝLoaded sun.misc.Launcher$ExtClassLoader from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/misc/Launcher$ExtClassLoader¨
ÝLoaded java.net.URLClassLoader from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/net/URLClassLoader¨
ÝPreparing java/security/SecureClassLoader¨
ÝPreparing java/net/URLClassLoader¨
ÝPreparing sun/misc/Launcher$ExtClassLoader¨
ÝInitializing java/security/SecureClassLoader¨
ÝRunning static initializer for java/security/SecureClassLoader¨
ÝLoaded sun.security.util.Debug from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/security/util/Debug¨
ÝPreparing sun/security/util/Debug¨
ÝInitializing sun/security/util/Debug¨
ÝRunning static initializer for sun/security/util/Debug¨
ÝInitializing java/net/URLClassLoader¨
ÝRunning static initializer for java/net/URLClassLoader¨
ÝInitializing sun/misc/Launcher$ExtClassLoader¨
ÝLoaded java.util.StringTokenizer from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/StringTokenizer¨
ÝPreparing java/util/StringTokenizer¨
ÝLoaded sun.misc.Launcher$1 from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/misc/Launcher$1¨
ÝPreparing sun/misc/Launcher$1¨
ÝLoaded sun.misc.JarFilter from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/misc/JarFilter¨
ÝLoaded java.io.FilenameFilter from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/io/FilenameFilter¨
ÝPreparing java/io/FilenameFilter¨
ÝPreparing sun/misc/JarFilter¨
ÝLoaded java.util.ArrayList from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/ArrayList¨
ÝPreparing java/util/ArrayList¨
ÝLoaded ÝLjava.lang.String;¨
ÝLoading superclass and interfaces of ÝLjava/lang/String;¨
ÝLoaded java.lang.reflect.Array from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/lang/reflect/Array¨
ÝPreparing java/lang/reflect/Array¨
ÝLoaded sun.net.www.ParseUtil from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of sun/net/www/ParseUtil¨
ÝPreparing sun/net/www/ParseUtil¨
ÝInitializing sun/net/www/ParseUtil¨
ÝRunning static initializer for sun/net/www/ParseUtil¨
ÝLoaded java.util.BitSet from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/util/BitSet¨
ÝPreparing java/util/BitSet¨
ÝInitializing java/util/BitSet¨
ÝRunning static initializer for java/util/BitSet¨
ÝLoaded java.net.URL from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/net/URL¨
ÝPreparing java/net/URL¨
ÝInitializing java/net/URL¨
ÝRunning static initializer for java/net/URL¨
ÝLoaded java.net.Parts from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/net/Parts¨
ÝPreparing java/net/Parts¨
ÝLoaded java.net.URLStreamHandler from /u/#955317/istrobe/J1.4/lib/core.jar¨
ÝLoading superclass and interfaces of java/net/URLStreamHandler¨
ÝLoaded
Tim Weber
Posts: 6
Joined: Tue Mar 28, 2006 9:36 am

Post by Tim Weber »

Steve Please Ignore the RC 2000 - appears that these mismatch in versions of JZOS. I am now getting the following when running RUN14:

1 J E S 2 J O B L O G -- S Y S T E M M V S R -- N O D E C D C T E S T
0
21.26.58 JOB05857 ---- SUNDAY, 02 APR 2006 ----
21.26.58 JOB05857 IRR010I USERID #955317 IS ASSIGNED TO THIS JOB.
21.26.58 JOB05857 ICH70001I #955317 LAST ACCESS AT 21:24:01 ON SUNDAY, APRIL 2, 2006
21.26.58 JOB05857 $HASP373 #955317Z STARTED - INIT 1 - CLASS 1 - SYS MVSR
21.26.58 JOB05857 IEF403I #955317Z - STARTED - TIME=21.26.58
21.27.04 JOB05857 - --TIMINGS (MINS.)-- ----PAGING COUNTS---
21.27.04 JOB05857 -JOBNAME STEPNAME PROCSTEP RC EXCP CONN TCB SRB CLOCK SERV PG PAGE SWAP VIO SWA
21.27.04 JOB05857 -#955317Z JAVA JAVAJVM 122 5473 161 .01 .00 .1 155K 0 0 0 0
21.27.04 JOB05857 IEF404I #955317Z - ENDED - TIME=21.27.04
21.27.04 JOB05857 -#955317Z ENDED. NAME-T955317W TOTAL TCB CPU TIME= .01 TOTAL ELAPSED TIME= .1
21.27.04 JOB05857 $HASP395 #955317Z ENDED
0------ JES2 JOB STATISTICS ------
- 02 APR 2006 JOB EXECUTION DATE
- 72 CARDS READ
- 209 SYSOUT PRINT RECORDS
- 0 SYSOUT PUNCH RECORDS
- 21 SYSOUT SPOOL KBYTES
- 0.10 MINUTES EXECUTION TIME
1 //#955317Z JOB ,T955317W,REGION=512M, JOB05857
// MSGLEVEL=(1,1), 00080004
// ROLL=NO, 00090004
// NOTIFY=#955317, 00100004
// CLASS=1,MSGCLASS=X,TIME=1440
2 //PROCLIB JCLLIB ORDER=#955317.JZOS.SAMPJCL
//*
//*********************************************************************
//*
//* Batch job to run the Java1.4 VM
//*
//* Tailor the proc and job for your installation:
//* 1.) Modify the Job card per your installation's requirements
//* 2.) Modify the PROCLIB card to point to this PDS
//* 3.) Modify JZOS_HOME to point to the hfs directory where JZOS
//* was installed
//* 4.) edit JAVA_HOME to point the location of the 1.4 JDK
//* 5.) Modify the CLASSPATH as required to point to your Java code
//* 6.) Modify JAVACLS and ARGS to launch desired Java class
//*
//*********************************************************************
//*
//*
3 //JAVA EXEC PROC=EXJZOSVM,VERSION='14',LOGLVL='+T',
// JAVACLS='com.dovetail.jzos.sample.HelloWorld'
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* JZOSVMxx modules that were installed during installation
XX*
XX*********************************************************************
4 XXEXJZOSVM PROC JAVACLS=, < Fully Qfied Java class..RQD
XX ARGS=, < Args to Java class
XX LIBRARY='SYS4.JZOS2.LOADLIB', < STEPLIB FOR JZOSVM module
XX VERSION='14', < JZOSVM version: 13, 14, 50
XX LOGLVL='', < Debug LVL: +I(info) +T(trc)
XX REGSIZE='0M', < EXECUTION REGION SIZE
XX LEPARM=''
5 XXJAVAJVM EXEC PGM=JZOSVM&VERSION,REGION=&REGSIZE,
XX PARM='&LEPARM/&LOGLVL &JAVACLS &ARGS'
IEFC653I SUBSTITUTION JCL - PGM=JZOSVM14,REGION=0M,PARM='/+T com.dovetail.jzos.sample.HelloWorld '
6 XXSTEPLIB DD DSN=&LIBRARY,DISP=SHR
IEFC653I SUBSTITUTION JCL - DSN=SYS4.JZOS2.LOADLIB,DISP=SHR
7 XXSYSPRINT DD SYSOUT=* < System stdout
8 XXSYSOUT DD SYSOUT=* < System stderr
9 XXSTDOUT DD SYSOUT=* < Java System.out
10 XXSTDERR DD SYSOUT=* < Java System.err
11 XXCEEDUMP DD SYSOUT=*
XX*BNLIGNR 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 - Alternate method to supply args
12 //STDENV DD *
13 XX PEND
STMT NO. MESSAGE
3 IEFC001I PROCEDURE EXJZOSVM WAS EXPANDED USING PRIVATE LIBRARY #955317.JZOS.SAMPJCL
ICH70001I #955317 LAST ACCESS AT 21:24:01 ON SUNDAY, APRIL 2, 2006
IEF236I ALLOC. FOR #955317Z JAVAJVM JAVA
IGD103I SMS ALLOCATED TO DDNAME STEPLIB
IEF237I JES2 ALLOCATED TO SYSPRINT
IEF237I JES2 ALLOCATED TO SYSOUT
IEF237I JES2 ALLOCATED TO STDOUT
IEF237I JES2 ALLOCATED TO STDERR
IEF237I JES2 ALLOCATED TO CEEDUMP
IEF237I JES2 ALLOCATED TO STDENV
IEF142I #955317Z JAVAJVM JAVA - STEP WAS EXECUTED - COND CODE 0122
IGD104I SYS4.JZOS2.LOADLIB RETAINED, DDNAME=STEPLIB
IEF285I #955317.#955317Z.JOB05857.D0000102.? SYSOUT
IEF285I #955317.#955317Z.JOB05857.D0000103.? SYSOUT
IEF285I #955317.#955317Z.JOB05857.D0000104.? SYSOUT
IEF285I #955317.#955317Z.JOB05857.D0000105.? SYSOUT
IEF285I #955317.#955317Z.JOB05857.D0000106.? SYSOUT
IEF285I #955317.#955317Z.JOB05857.D0000101.? SYSIN
IEF373I STEP/JAVAJVM /START 2006092.2126
IEF374I STEP/JAVAJVM /STOP 2006092.2127 CPU 0MIN 00.88SEC SRB 0MIN 00.00SEC VIRT 88K SYS 292K EXT 179128K S
IEF375I JOB/#955317Z/START 2006092.2126
IEF376I JOB/#955317Z/STOP 2006092.2127 CPU 0MIN 00.88SEC SRB 0MIN 00.00SEC
01:26:58 JZOSVM14(N): log level has been set to: T
01:26:58 JZOSVM14(T): -> JzosVM()
01:26:58 JZOSVM14(N): Copyright (C) IBM Corp. 2005. All rights reserved.
01:26:58 JZOSVM14(N): Version 1.2.3
01:26:58 JZOSVM14(T): <- JzosVM()
01:26:58 JZOSVM14(T): -> run()
01:26:58 JZOSVM14(I): Region requested = 512M, Actual below/above limit = 8M / 512M
01:26:58 JZOSVM14(T): -> adoptEnvironment()
01:26:59 JZOSVM14(T): Writing shell script to child's stdin:
01:26:59 JZOSVM14(T): # This is a shell script which configures
01:26:59 JZOSVM14(T): # any environment variables for the Java JVM.
01:26:59 JZOSVM14(T): # Variables must be exported to be seen by the launcher.
01:26:59 JZOSVM14(T):
01:26:59 JZOSVM14(T): . /etc/profile
01:26:59 JZOSVM14(T): export JZOS_HOME=/u/#955317/istrobe/jzos
01:26:59 JZOSVM14(T): export JAVA_HOME=/usr/lpp/java/J1.4
01:26:59 JZOSVM14(T):
01:26:59 JZOSVM14(T): export PATH=/bin:"${JAVA_HOME}"/bin:
01:26:59 JZOSVM14(T):
01:26:59 JZOSVM14(T): LIBPATH=/lib:/usr/lib:"${JAVA_HOME}"/bin
01:26:59 JZOSVM14(T): LIBPATH="$LIBPATH":"${JAVA_HOME}"/bin/classic
01:26:59 JZOSVM14(T): LIBPATH="$LIBPATH":"${JZOS_HOME}"
01:26:59 JZOSVM14(T): export LIBPATH="$LIBPATH":
01:26:59 JZOSVM14(T):
01:26:59 JZOSVM14(T): # Customize your CLASSPATH here
01:26:59 JZOSVM14(T): CLASSPATH=/u/#955317/istrobe/jzos
01:26:59 JZOSVM14(T):
01:26:59 JZOSVM14(T): # Add JZOS required jars to end of CLASSPATH
01:26:59 JZOSVM14(T): for i in "${JZOS_HOME}"/*.jar; do
01:26:59 JZOSVM14(T): CLASSPATH="$CLASSPATH":"$i"
01:26:59 JZOSVM14(T): done
01:26:59 JZOSVM14(T): export CLASSPATH="$CLASSPATH":
01:26:59 JZOSVM14(T):
01:26:59 JZOSVM14(T): # Set JZOS specific options
01:26:59 JZOSVM14(T): # Use this variable to specify encoding for DD STDOUT and STDERR
01:26:59 JZOSVM14(T): #export JZOS_OUTPUT_ENCODING=Cp1047
01:26:59 JZOSVM14(T): # Use this variable to prevent JZOS from handling MVS operator commands
01:26:59 JZOSVM14(T): #export JZOS_ENABLE_MVS_COMMANDS=false
01:26:59 JZOSVM14(T): # Use this variable to supply additional arguments to main
01:26:59 JZOSVM14(T): #export JZOS_MAIN_ARGS=""
01:26:59 JZOSVM14(T):
01:26:59 JZOSVM14(T): # Configure JVM options
01:26:59 JZOSVM14(T): IJO="-Xms16m -Xmx128m"
01:26:59 JZOSVM14(T): # Uncomment the following to aid in debugging "Class Not Found" problems
01:26:59 JZOSVM14(T): #IJO="$IJO -verbose:class"
01:26:59 JZOSVM14(T): IJO="$IJO -Djzos.home=${JZOS_HOME}"
01:26:59 JZOSVM14(T): # Uncomment the following if you want to run without JIT
01:26:59 JZOSVM14(T): #IJO="$IJO -Djava.compiler=NONE"
01:26:59 JZOSVM14(T): # Uncomment the following if you want to run with Ascii file encoding..
01:26:59 JZOSVM14(T): #IJO="$IJO -Dfile.encoding=ISO8859-1"
01:26:59 JZOSVM14(T): export IBM_JAVA_OPTIONS="$IJO "
01:26:59 JZOSVM14(T):
01:26:59 JZOSVM14(T): export JAVA_DUMP_HEAP=false
01:26:59 JZOSVM14(T): export JAVA_PROPAGATE=NO
01:26:59 JZOSVM14(T): export IBM_JAVA_ZOS_TDUMP=NO
01:26:59 JZOSVM14(D): Output from DD:STDENV config shell script:
01:26:59 JZOSVM14(T): Found environment start string
01:26:59 JZOSVM14(D): ___JZOS_ENV_START___
01:26:59 JZOSVM14(I): JAVA_PROPAGATE=NO
01:26:59 JZOSVM14(I): PATH=/bin:/usr/lpp/java/J1.4/bin:
01:26:59 JZOSVM14(I): EDITOR=ed
01:26:59 JZOSVM14(I): IBM_JAVA_ZOS_TDUMP=NO
01:26:59 JZOSVM14(I): JZOS_HOME=/u/#955317/istrobe/jzos
01:26:59 JZOSVM14(I): IBM_JAVA_OPTIONS=-Xms16m -Xmx128m -Djzos.home=/u/#955317/istrobe/jzos
01:26:59 JZOSVM14(I): PS1=$LOGNAME:$PWD: >
01:26:59 JZOSVM14(I): _=/bin/env
01:26:59 JZOSVM14(I): CLASSPATH=/u/#955317/istrobe/jzos:/u/#955317/istrobe/jzos/junit.jar:/u/#955317/istrobe/jzos/jzos.j
ar:/u/#955317/istrobe/jzos/jzos_log4j.jar:
01:26:59 JZOSVM14(I): LIBPATH=/lib:/usr/lib:/usr/lpp/java/J1.4/bin:/usr/lpp/java/J1.4/bin/classic:/u/#955317/istrobe/jzo
s:
01:26:59 JZOSVM14(I): JAVA_DUMP_HEAP=false
01:26:59 JZOSVM14(I): JAVA_HOME=/usr/lpp/java/J1.4
01:26:59 JZOSVM14(I): TZ=EST5EDT
09:26:59 JZOSVM14(D): ___JZOS_ENV_STOP___
09:26:59 JZOSVM14(T): waiting for child shell process to complete
09:26:59 JZOSVM14(T): child shell process exited with exit code 0
09:26:59 JZOSVM14(T): <- adoptEnvironment()
09:26:59 JZOSVM14(T): processing argvÝ2¨: com.dovetail.jzos.sample.HelloWorld
09:26:59 JZOSVM14(T): javaArgCount after processing PARM= 1
09:26:59 JZOSVM14(T): -> processExtraArgs()
09:26:59 JZOSVM14(T): No JZOS_MAIN_ARGS found
09:26:59 JZOSVM14(T): NO //DD:MAINARGS found
09:26:59 JZOSVM14(D): argBuf=''
09:26:59 JZOSVM14(T): <- processExtraArgs()
09:26:59 JZOSVM14(T): -> initializeVMArgs()
09:26:59 JZOSVM14(T): vm_args.version: 10004
09:26:59 JZOSVM14(T): Allocating JVM options
09:26:59 JZOSVM14(T): Setting exit hook option
09:26:59 JZOSVM14(T): Setting abort hook option
09:26:59 JZOSVM14(T): Getting CLASSPATH
09:26:59 JZOSVM14(T): Setting classpath option
09:26:59 JZOSVM14(T): <- initializeVMArgs()
09:26:59 JZOSVM14(T): -> createJvm()
09:27:03 JZOSVM14(N): Java Virtual Machine created. Version information follows:
09:27:03 JZOSVM14(T): -> invoke()
Could not find Method getJavaVersionInfo in Class com.dovetail.jzos.ZUtil

Exception in thread "main"
09:27:04 JZOSVM14(T): <- invoke()
09:27:04 JZOSVM14(T): <- createJvm()
09:27:04 JZOSVM14(T): <- run()
09:27:04 JZOSVM14(T): -> cleanup()
09:27:04 JZOSVM14(I): Calling System.exit()...
09:27:04 JZOSVM14(T): -> invoke()
09:27:04 JZOSVM14(D): About to invoke java.lang.System.exit()
JZOSVM - failed. RC=122.
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

Are you sure that you have the correct/matching version of JZOS (1.2.3) in directory "/u/#955317/istrobe/jzos"?

Perhaps the jar has been corrupted... test it by doing:

jar -tvf /u/#955317/istrobe/jzos/jzos.jar
Tim Weber
Posts: 6
Joined: Tue Mar 28, 2006 9:36 am

Post by Tim Weber »

Looks like I was still looking at the older version. Corrected that problem.
Now I am geting a RC 2000. Here is the output:

JZOSVM14(N): Copyright (C) 2004 Dovetailed Technologies LLC. All rights reserved.
JZOSVM14(N): log level has been set to: 5
JZOSVM14(T): -> JzosVM()()
JZOSVM14(T): -> adoptEnvironment()()
JZOSVM14(T): adoptEnvironment()() - Writing shell script to child's stdin:

JZOSVM14(T): adoptEnvironment()() - # This is a shell script which configures

JZOSVM14(T): adoptEnvironment()() - # any environment variables for the Java JVM.

JZOSVM14(T): adoptEnvironment()() - # Variables must be exported to be seen by the launcher.

JZOSVM14(T): adoptEnvironment()() -

JZOSVM14(T): adoptEnvironment()() - . /etc/profile

JZOSVM14(T): adoptEnvironment()() - export JZOS_HOME=/u/#955317/istrobe/jzos

JZOSVM14(T): adoptEnvironment()() - export JAVA_HOME=/usr/lpp/java/J1.4

JZOSVM14(T): adoptEnvironment()() -

JZOSVM14(T): adoptEnvironment()() - export PATH=/bin:"${JAVA_HOME}"/bin:

JZOSVM14(T): adoptEnvironment()() -

JZOSVM14(T): adoptEnvironment()() - LIBPATH=/lib:/usr/lib:"${JAVA_HOME}"/bin

JZOSVM14(T): adoptEnvironment()() - LIBPATH="$LIBPATH":"${JAVA_HOME}"/bin/classic

JZOSVM14(T): adoptEnvironment()() - LIBPATH="$LIBPATH":"${JZOS_HOME}"

JZOSVM14(T): adoptEnvironment()() - export LIBPATH="$LIBPATH":

JZOSVM14(T): adoptEnvironment()() -

JZOSVM14(T): adoptEnvironment()() - # Customize your CLASSPATH here

JZOSVM14(T): adoptEnvironment()() - CLASSPATH=

JZOSVM14(T): adoptEnvironment()() -

JZOSVM14(T): adoptEnvironment()() - # Add JZOS required jars to end of CLASSPATH

JZOSVM14(T): adoptEnvironment()() - for i in "${JZOS_HOME}"/*.jar; do

JZOSVM14(T): adoptEnvironment()() - CLASSPATH="$CLASSPATH":"$i"

JZOSVM14(T): adoptEnvironment()() - done

JZOSVM14(T): adoptEnvironment()() - export CLASSPATH="$CLASSPATH":

JZOSVM14(T): adoptEnvironment()() -

JZOSVM14(T): adoptEnvironment()() - # Set JZOS specific options

JZOSVM14(T): adoptEnvironment()() - # Use this variable to specify encoding for DD STDOUT and STDERR

JZOSVM14(T): adoptEnvironment()() - #export JZOS_OUTPUT_ENCODING=Cp1047

JZOSVM14(T): adoptEnvironment()() - # Use this variable to prevent JZOS from handling MVS operator commands

JZOSVM14(T): adoptEnvironment()() - #export JZOS_ENABLE_MVS_COMMANDS=false

JZOSVM14(T): adoptEnvironment()() - # Use this variable to supply additional arguments to main

JZOSVM14(T): adoptEnvironment()() - #export JZOS_MAIN_ARGS=""

JZOSVM14(T): adoptEnvironment()() -

JZOSVM14(T): adoptEnvironment()() - # Configure JVM options

JZOSVM14(T): adoptEnvironment()() - IJO="-Xms16m -Xmx128m"

JZOSVM14(T): adoptEnvironment()() - # Uncomment the following to aid in debugging "Class Not Found" problems

JZOSVM14(T): adoptEnvironment()() - #IJO="$IJO -verbose:class"

JZOSVM14(T): adoptEnvironment()() - IJO="$IJO -Djzos.home=${JZOS_HOME}"

JZOSVM14(T): adoptEnvironment()() - # Uncomment the following if you want to run without JIT

JZOSVM14(T): adoptEnvironment()() - #IJO="$IJO -Djava.compiler=NONE"

JZOSVM14(T): adoptEnvironment()() - # Uncomment the following if you want to run with Ascii file encoding..

JZOSVM14(T): adoptEnvironment()() - #IJO="$IJO -Dfile.encoding=ISO8859-1"

JZOSVM14(T): adoptEnvironment()() - export IBM_JAVA_OPTIONS="$IJO "

JZOSVM14(T): adoptEnvironment()() -

JZOSVM14(T): adoptEnvironment()() - export JAVA_DUMP_HEAP=false

JZOSVM14(T): adoptEnvironment()() - export JAVA_PROPAGATE=NO

JZOSVM14(T): adoptEnvironment()() - export IBM_JAVA_ZOS_TDUMP=NO

JZOSVM14(T): adoptEnvironment()() - waiting for child
JZOSVM14(T): adoptEnvironment()() - child process exited with exit code 0
JZOSVM14(D): Output from DD:STDENV config shell script:
JZOSVM14(D): ___JZOS_ENV_START___

JZOSVM14(T): adoptEnvironment()() - Found environment start string
JZOSVM14(I): JAVA_PROPAGATE=NO
JZOSVM14(I): PATH=/bin:/usr/lpp/java/J1.4/bin:
JZOSVM14(I): EDITOR=ed
JZOSVM14(I): IBM_JAVA_ZOS_TDUMP=NO
JZOSVM14(I): JZOS_HOME=/u/#955317/istrobe/jzos
JZOSVM14(I): IBM_JAVA_OPTIONS=-Xms16m -Xmx128m -Djzos.home=/u/#955317/istrobe/jzos
JZOSVM14(I): PS1=$LOGNAME:$PWD: >
JZOSVM14(I): _=/bin/env
JZOSVM14(I): CLASSPATH=:/u/#955317/istrobe/jzos/junit.jar:/u/#955317/istrobe/jzos/jzos.jar:/u/#955317/istrobe/jzos/jzos_
log4j.jar:
JZOSVM14(I): LIBPATH=/lib:/usr/lib:/usr/lpp/java/J1.4/bin:/usr/lpp/java/J1.4/bin/classic:/u/#955317/istrobe/jzos:
JZOSVM14(I): JAVA_DUMP_HEAP=false
JZOSVM14(I): JAVA_HOME=/usr/lpp/java/J1.4
JZOSVM14(I): TZ=EST5EDT
JZOSVM14(T): <- adoptEnvironment()()
JZOSVM14(T): JzosVM()() - getting IBM_JAVA_OPTIONS
JZOSVM14(T): JzosVM()() - processing argvÝ1¨: +T
JZOSVM14(T): JzosVM()() - processing argvÝ2¨: com.dovetail.jzos.sample.HelloWorld
JZOSVM14(T): JzosVM()() - mainClassName: com.dovetail.jzos.sample.HelloWorld
JZOSVM14(T): JzosVM()() - mainArgCount: 0
JZOSVM14(I): IBM_JAVA_OPTIONS=-Xms16m -Xmx128m -Djzos.home=/u/#955317/istrobe/jzos
JZOSVM14(T): -> initializeVMArgs()()
JZOSVM14(T): initializeVMArgs()() - vm_args.version: 10004
JZOSVM14(T): initializeVMArgs()() - Setting JVM hooks
JZOSVM14(T): initializeVMArgs()() - Getting CLASSPATH
JZOSVM14(T): <- initializeVMArgs()()
JZOSVM14(T): -> createJvm()()
JZOSVM14(N): Java Virtual Machine created
JZOSVM14(T): <- createJvm()()
JZOSVM14(T): -> redirectStandardStreams()()
JZOSVM14(T): redirectStandardStreams()() - No JZOS_OUTPUT_ENCODING found, using 'Cp1047'
JZOSVM14(T): redirectStandardStreams()() - Getting class
JZOSVM14(T): redirectStandardStreams()() - Getting method
JZOSVM14(E): Method not found: boolean redirectStandardStreams(String)
JZOSVM14(T): <- redirectStandardStreams()()
JZOSVM14(T): <- JzosVM()()
JZOSVM14(T): -> invokeMain()()
JZOSVM14(T): invokeMain()() - Getting main class
JZOSVM14(E): Class not found: com.dovetail.jzos.sample.HelloWorld
JZOSVM14(T): <- invokeMain()()
JZOSVM14(T): -> ~JzosVM()()
JZOSVM14(E): The Java VM threw an exception:
Exception in thread "main"
JZOSVM14(I): Waiting for Java VM termination ...
JVM terminated with exit(0).
JZOSVM14(I): Java VM terminated normally.
JZOSVM14(T): <- ~JzosVM()()
CEE5207E The signal SIGABRT was received.
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

Ok, you are getting a little further, but you seem to be now running a very old version of the batch launcher load module (JZOSVM14).

You are now getting a Class not found: com.dovetail.jzos.sample.HelloWorld

This is because in the old version that you are running, the HelloWorld is in a different package, (I think it was com.dovetail.jzos.test.HelloWorld).

I would really suggest that you get the latest version of JZOS (1.2.3) from IBM alphaworks. Make sure that you are pointing to the latest/matching versions of both the MVS load module (JZOSVM14) as well as the jar and dll (.so) in the $JZOS_HOME directory.
Tim Weber
Posts: 6
Joined: Tue Mar 28, 2006 9:36 am

Post by Tim Weber »

Sorry should have posted sooner. After last post I saw the problem, correct and now have good results from RUN14. But it seems like I've come full circle and back to the original problem with TC14. Here is what I getting now:

10:28:16 JZOSVM14(N): log level has been set to: T
10:28:16 JZOSVM14(T): -> JzosVM()
10:28:16 JZOSVM14(N): Copyright (C) IBM Corp. 2005. All rights reserved.
10:28:16 JZOSVM14(N): Version 1.2.3
10:28:16 JZOSVM14(T): <- JzosVM()
10:28:16 JZOSVM14(T): -> run()
10:28:16 JZOSVM14(I): Region requested = 0K, Actual below/above limit = 8M / 1680M
10:28:16 JZOSVM14(T): -> adoptEnvironment()
10:28:16 JZOSVM14(T): Writing shell script to child's stdin:
10:28:16 JZOSVM14(T): # This is a shell script which configures
10:28:16 JZOSVM14(T): # any environment variables for the Java JVM.
10:28:16 JZOSVM14(T): # Variables must be exported to be seen by the launcher.
10:28:16 JZOSVM14(T): . /etc/profile
10:28:16 JZOSVM14(T): export JZOS_HOME=/u/#955317/istrobe/jzos
10:28:16 JZOSVM14(T): export JAVA_HOME=/usr/lpp/java/J1.4
10:28:16 JZOSVM14(T): export TOMCAT_HOME=/u/#955317/jakarta-tomcat-5.0.29
10:28:16 JZOSVM14(T):
10:28:16 JZOSVM14(T): export PATH=/bin:"${JAVA_HOME}"/bin:
10:28:16 JZOSVM14(T):
10:28:16 JZOSVM14(T): LIBPATH=/lib:/usr/lib:"${JAVA_HOME}"/bin
10:28:16 JZOSVM14(T): LIBPATH="$LIBPATH":"${JAVA_HOME}"/bin/classic
10:28:16 JZOSVM14(T): LIBPATH="$LIBPATH":"${JZOS_HOME}"
10:28:16 JZOSVM14(T): export LIBPATH="$LIBPATH":
10:28:16 JZOSVM14(T):
10:28:16 JZOSVM14(T): CLASSPATH="${JAVA_HOME}/lib/tools.jar"
10:28:16 JZOSVM14(T): CLASSPATH="$CLASSPATH":"${TOMCAT_HOME}/bin/bootstrap.jar"
10:28:16 JZOSVM14(T): CLASSPATH="$CLASSPATH":"${JZOS_HOME}/jzos.jar"
10:28:16 JZOSVM14(T): export CLASSPATH="$CLASSPATH":
10:28:16 JZOSVM14(T):
10:28:16 JZOSVM14(T): # Set JZOS specific options
10:28:16 JZOSVM14(T): # Use this variable to specify encoding for DD STDOUT and STDERR
10:28:16 JZOSVM14(T): #export JZOS_OUTPUT_ENCODING=Cp1047
10:28:16 JZOSVM14(T): # Use this variable to prevent JZOS from handling MVS operator commands
10:28:16 JZOSVM14(T): #export JZOS_ENABLE_MVS_COMMANDS=false
10:28:16 JZOSVM14(T): # Use this variable to supply additional arguments to main
10:28:16 JZOSVM14(T): #export JZOS_MAIN_ARGS=""
10:28:16 JZOSVM14(T):
10:28:16 JZOSVM14(T): # Configure JVM options
10:28:16 JZOSVM14(T): # Note that Tomcat requires default ASCII file.encoding
10:28:16 JZOSVM14(T): IJO="-Xms64m -Xmx128m"
10:28:16 JZOSVM14(T): IJO="$IJO -Dfile.encoding=ISO8859-1"
10:28:16 JZOSVM14(T): IJO="$IJO -Djzos.home=${JZOS_HOME}"
10:28:16 JZOSVM14(T): IJO="$IJO -Dcatalina.base=${TOMCAT_HOME}"
10:28:16 JZOSVM14(T): IJO="$IJO -Dcatalina.home=${TOMCAT_HOME}"
10:28:16 JZOSVM14(T): IJO="$IJO -Djava.io.tmpdir=${TOMCAT_HOME}/temp"
10:28:16 JZOSVM14(T): IJO="$IJO -Djava.endorsed.dirs="
10:28:16 JZOSVM14(T): IJO="${IJO}${TOMCAT_HOME}/common/endorsed"
10:28:16 JZOSVM14(T): # Uncomment the following if you want to run without JIT
10:28:16 JZOSVM14(T): #IJO="$IJO -Djava.compiler=NONE"
10:28:16 JZOSVM14(T): export IBM_JAVA_OPTIONS="$IJO "
10:28:16 JZOSVM14(T):
10:28:16 JZOSVM14(T): export JAVA_DUMP_HEAP=false
10:28:16 JZOSVM14(T): export JAVA_PROPAGATE=NO
10:28:16 JZOSVM14(T): export IBM_JAVA_ZOS_TDUMP=NO
10:28:16 JZOSVM14(D): Output from DD:STDENV config shell script:
10:28:16 JZOSVM14(T): Found environment start string
10:28:16 JZOSVM14(D): ___JZOS_ENV_START___
10:28:16 JZOSVM14(I): JAVA_PROPAGATE=NO
10:28:16 JZOSVM14(I): PATH=/bin:/usr/lpp/java/J1.4/bin:
10:28:16 JZOSVM14(I): EDITOR=ed
10:28:16 JZOSVM14(I): IBM_JAVA_ZOS_TDUMP=NO
10:28:16 JZOSVM14(I): JZOS_HOME=/u/#955317/istrobe/jzos
10:28:16 JZOSVM14(I): IBM_JAVA_OPTIONS=-Xms64m -Xmx128m -Dfile.encoding=ISO8859-1 -Djzos.home=/u/#955317/istrobe/jzos
-Dcatalina.base=/u/#955317/jakarta-tomcat-5.0.29 -Dcatalina.home=/u/#955317/jakarta-tomcat-5.0.29 -Djava.io.tmpdir=/u/#9
55317/jakarta-tom
cat-5.0.29/temp -Djava.endorsed.dirs=/u/#955317/jakarta-tomcat-5.0.29/common/endorsed
10:28:16 JZOSVM14(I): PS1=$LOGNAME:$PWD: >
10:28:16 JZOSVM14(I): _=/bin/env
10:28:16 JZOSVM14(I): CLASSPATH=/usr/lpp/java/J1.4/lib/tools.jar:/u/#955317/jakarta-tomcat-5.0.29/bin/bootstrap.jar:/u/#
955317/istrobe/jzos/jzos.jar:
10:28:16 JZOSVM14(I): LIBPATH=/lib:/usr/lib:/usr/lpp/java/J1.4/bin:/usr/lpp/java/J1.4/bin/classic:/u/#955317/istrobe/jzo
s:
10:28:16 JZOSVM14(I): TOMCAT_HOME=/u/#955317/jakarta-tomcat-5.0.29
10:28:16 JZOSVM14(I): JAVA_DUMP_HEAP=false
10:28:16 JZOSVM14(I): JAVA_HOME=/usr/lpp/java/J1.4
10:28:16 JZOSVM14(I): TZ=EST5EDT
06:28:16 JZOSVM14(D): ___JZOS_ENV_STOP___
06:28:16 JZOSVM14(T): waiting for child shell process to complete
06:28:16 JZOSVM14(T): child shell process exited with exit code 0
06:28:16 JZOSVM14(T): <- adoptEnvironment()
06:28:16 JZOSVM14(T): processing argvÝ2¨: org.apache.catalina.startup.Bootstrap
06:28:16 JZOSVM14(T): javaArgCount after processing PARM= 1
06:28:16 JZOSVM14(T): processing argvÝ3¨: start
06:28:16 JZOSVM14(T): javaArgCount after processing PARM= 2
06:28:16 JZOSVM14(T): -> processExtraArgs()
06:28:16 JZOSVM14(T): No JZOS_MAIN_ARGS found
06:28:16 JZOSVM14(T): NO //DD:MAINARGS found
06:28:16 JZOSVM14(D): argBuf=''
06:28:16 JZOSVM14(T): <- processExtraArgs()
06:28:16 JZOSVM14(T): -> initializeVMArgs()
06:28:16 JZOSVM14(T): vm_args.version: 10004
06:28:17 JZOSVM14(T): Allocating JVM options
06:28:17 JZOSVM14(T): Setting exit hook option
06:28:17 JZOSVM14(T): Setting abort hook option
06:28:17 JZOSVM14(T): Getting CLASSPATH
06:28:17 JZOSVM14(T): Setting classpath option
06:28:17 JZOSVM14(T): <- initializeVMArgs()
06:28:17 JZOSVM14(T): -> createJvm()
06:28:21 JZOSVM14(N): Java Virtual Machine created. Version information follows:
06:28:21 JZOSVM14(T): -> invoke()
06:28:22 JZOSVM14(D): About to invoke com.dovetail.jzos.ZUtil.getJavaVersionInfo()
06:28:22 JZOSVM14(T): <- invoke()
java version "1.4.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0)
Classic VM (build 1.4.0, J2RE 1.4.0 IBM z/OS Persistent Reusable VM build cm140-20020904 (JIT enabled: jitc))
06:28:23 JZOSVM14(T): <- createJvm()
06:28:23 JZOSVM14(T): -> redirectStandardStreams()
06:28:23 JZOSVM14(T): No JZOS_OUTPUT_ENCODING found, using the default codeset 'IBM-1047'
06:28:23 JZOSVM14(T): -> invoke()
06:28:23 JZOSVM14(D): About to invoke com.dovetail.jzos.ZUtil.redirectStandardStreams()
06:28:23 JZOSVM14(T): <- invoke()
06:28:23 JZOSVM14(I): Using output encoding: 'IBM-1047'
06:28:23 JZOSVM14(T): <- redirectStandardStreams()
06:28:23 JZOSVM14(T): -> establishMvsCommandWaiter()
06:28:23 JZOSVM14(I): MVS commands are ENABLED
06:28:23 JZOSVM14(T): -> invoke()
06:28:23 JZOSVM14(D): About to invoke com.dovetail.jzos.ZUtil.establishMvsCommandWaiter()
06:28:23 JZOSVM14(T): <- invoke()
06:28:23 JZOSVM14(T): <- establishMvsCommandWaiter()
06:28:23 JZOSVM14(T): -> invokeMain()
06:28:23 JZOSVM14(I): Java main class: org.apache.catalina.startup.Bootstrap
06:28:23 JZOSVM14(I): Arg 1='start'
06:28:23 JZOSVM14(N): Invoking org.apache.catalina.startup.Bootstrap.main()
06:28:23 JZOSVM14(T): -> invoke()
06:28:23 JZOSVM14(D): About to invoke org.apache.catalina.startup.Bootstrap.main()
06:28:50 JZOSVM14(T): <- invoke()
06:28:50 JZOSVM14(N): org.apache.catalina.startup.Bootstrap.main() completed.
06:28:50 JZOSVM14(T): <- invokeMain()
06:28:50 JZOSVM14(T): <- run()
06:28:50 JZOSVM14(T): -> cleanup()
06:28:50 JZOSVM14(I): Waiting for non-deamon Java threads to finish before exiting...
JZOSVM - JVM completed with exit(0).
06:28:50 JZOSVM14(T): <- cleanup()
06:28:50 JZOSVM14(T): -> ~JzosVM()
06:28:50 JZOSVM14(T): <- ~JzosVM()
java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina
at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:854)
at org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader.java:721)
at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:205)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:402)
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

Tomcat doesn't seem to like directory names with a '#'.
The # also causes problems with Unix shell commands.

So, you will have to put your TOMCAT_HOME directory in a directory that doesn't contain this symbol.

As a possible work around, you can get your sysadm to create a symlink to your home directory:

cd /u
ln -s '#955317' u955317

Then, you can use /u/u955317/whatever when configuring your Tomcat JCL.

(Note that the single quotes around your old dir name are required so that the shell can handle the name).

Hope this helps.
Tim Weber
Posts: 6
Joined: Tue Mar 28, 2006 9:36 am

Post by Tim Weber »

Thanks, that did the trick. Just bad luck having a userid that begins with a #.
Post Reply