Exception Error in Tomcat

2004-11-15 Thread Lisa Soto
Hello, 

Does anyone know what this error means, and/or what it may point to? I'm
using the precompiled JK2 for Fedora Core, but on a RH9 box with some
updated packages from later distros. 

-- Lisa 

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 7 occurred at PC=0x400B0B8C
Function=memcpy+0x1C
Library=/lib/tls/libc.so.6

Current Java thread:
at java.util.zip.ZipFile.read(Native Method)
at java.util.zip.ZipFile.access$1000(ZipFile.java:26)
at
java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:433)
- locked 0x44c34d48 (a java.util.zip.ZipFile)
at java.util.zip.ZipFile$1.fill(ZipFile.java:227)
at
java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
at
E4sGetEvaluation$executeRequest.extractFile(E4sGetEvaluation.java:540)
at
E4sGetEvaluation$executeRequest.executeQuery(E4sGetEvaluation.java:407)
- locked 0x451201e8 (a E4sGetEvaluation$executeRequest)
at
E4sGetEvaluation$executeRequest.init(E4sGetEvaluation.java:190)
at E4sGetEvaluation.doGet(E4sGetEvaluation.java:121)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
-- 
Lisa Soto
[EMAIL PROTECTED]
(631) 344-2009
Systems Administrator
ITD Unix Services


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Exception Error in Tomcat

2004-11-15 Thread Shapira, Yoav

Hi,
This is an internal JVM crash.  It nearly always occurs for one of two
reasons: you're missing OS-level patches for the JDK you're running, OR
you have native code that's not correctly compiled for your platform.


using the precompiled JK2 for Fedora Core, but on a RH9 box with some
updated packages from later distros.

This is likely why.  Compile JK2 for your box and make sure the packages
and patches are in sync.

Yoav Shapira http://www.yoavshapira.com



This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, proprietary 
and/or privileged.  This e-mail is intended only for the individual(s) to whom 
it is addressed, and may not be saved, copied, printed, disclosed or used by 
anyone else.  If you are not the(an) intended recipient, please immediately 
delete this e-mail from your computer system and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]