Dump during extract of tomcat zip file.

General discussion on the JZOS batch launcher and toolkit
Post Reply
ruddym
Posts: 2
Joined: Fri Aug 26, 2005 2:31 pm
Location: Montgomery, AL

Dump during extract of tomcat zip file.

Post by ruddym »

I am getting the following error when I attempt to extract the tomcat zip file that I downloaded from the JZOS website.


Warning: Failed to initialize Just-in-Time Compiler. Will use interpreter.
JVMDG217: Dump Handler is Processing a Signal - Please Wait.
JVMHP002: JVM requesting System Transaction Dump
JVMHP004: Transaction Dump service IEATDUMP failed with
rc=0x8 (8), reason code=0x26 (38)
JVMDG303: JVM Requesting Java core file
JVMDG304: Java core file written to /usr/lpp/java/jzos/tomcat/JAVADUMP.20050826.
200107.24.txt
JVMDG215: Dump Handler has Processed Exception Signal 11.
CEE3204S The system detected a protection exception (System Completion Code=0C4)
.
From compile unit /u/sovbld/cm1411/cm1411-20030930/src/jit/pfm/s390/reg
ister_committed_code_md.c at entry point
AtomicTestAndSet at statement 30 at compile unit offset +00000018 at e
ntry offset +00000018 at address
7C4FB6B8.

I have never used the jar command to extract a zip file. Anyone have an idea as to the problem?
Web feet are helpful in traversing the mire of the internet.
Guest

Post by Guest »

The jar command is installed with the IBM Java SDK. The messages that you are getting would seem to suggest that the IBM Java SDK has not been installed properly.
Guest

Post by Guest »

It seems the error was a memory problem. I have not resolved it as yet.

What I have been able to do is turn off the JIT by doing an:

export JAVA_COMPILER=

This allows the extract to work but I am still getting a failure in creating the directories.


java.io.IOException: jakarta-tomcat-5.0.28 : could not create directory
at sun.tools.jar.Main.extractFile(Main.java:739)
at sun.tools.jar.Main.extract(Main.java:717)
at sun.tools.jar.Main.run(Main.java:227)
at sun.tools.jar.Main.main(Main.java:943)

I think I have enough space but I am not sure. I don't know what is required for this code extraction.

Any Ideas :?: [img][/img]
dovetail
Site Admin
Posts: 2023
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

Its some kind of java installation / customization problem. If you are using SDK 1.4, check that your region size is big enough. Other than that, I don't have any helpful suggestions. Check the IBM Java SDK installation docs / program guide and if that doesn't work you will probably have to contact the IBM support center.
Post Reply