Operating System - HP-UX
1834274 Members
1550 Online
110066 Solutions
New Discussion

jvm thread crashes on socket read

 
prasanna_7
Occasional Contributor

jvm thread crashes on socket read

/the server JVM thread crashes with the follwing message while the client does a BufferedInputStream.read() on the server. Following is the error message. please let me know if anyone has solution for this.

# HotSpot Virtual Machine Error, Internal Error
[27/Dec/2004:11:03:50] config (28321):

[27/Dec/2004:11:03:50] config (28321): # Please report this error to HP customer support.
[27/Dec/2004:11:03:50] config (28321):

[27/Dec/2004:11:03:50] config (28321): #
[27/Dec/2004:11:03:50] config (28321):

[27/Dec/2004:11:03:50] config (28321): # Java VM: Java HotSpot(TM) Server VM (1.4 1.4.0.00
-020529-17:33-PA_RISC1.1 PA1.1 interpreted mode)
[27/Dec/2004:11:03:50] config (28321):

[27/Dec/2004:11:03:50] config (28321): #
[27/Dec/2004:11:03:50] config (28321):

[27/Dec/2004:11:03:50] config (28321): #
[27/Dec/2004:11:03:50] config (28321): Fatal: exception happened outside interpreter, nmet
hods and vtable stubs (1)
[27/Dec/2004:11:03:50] config (28321):

[27/Dec/2004:11:03:50] config (28321): #
[27/Dec/2004:11:03:50] config (28321):

[27/Dec/2004:11:03:50] config (28321): # Error ID: /CLO/Components/JAVA_HOTSPOT/Src/src/sh
are/vm/runtime/sharedRuntime.cpp, 323
[27/Dec/2004:11:03:50] config (28321):

[27/Dec/2004:11:03:50] config (28321): #
[27/Dec/2004:11:03:50] config (28321):

[27/Dec/2004:11:03:50] config (28321): # Problematic Thread:
[27/Dec/2004:11:03:50] config (28321): prio=7 tid=0x40bf7310
[27/Dec/2004:11:03:50] config (28321): nid=24 lwp_id=126411
[27/Dec/2004:11:03:50] config (28321): runnable
[27/Dec/2004:11:03:50] config (28321):
[27/Dec/2004:11:03:50] config (28321):

1 REPLY 1
Ron Kinner
Honored Contributor

Re: jvm thread crashes on socket read

Have you searched the patch database for patches that concern java vm?

http://www1.itrc.hp.com/service/patch/search.do

Ron