Operating System - HP-UX
1832924 Members
2655 Online
110048 Solutions
New Discussion

Re: Java compute_exception_return_address and server crash

 
Anil_5
Advisor

Java compute_exception_return_address and server crash

Our weblogic server crashed with stack trace "
( 2) 0xcbd902c0 compute_exception_return_address__13SharedRuntimeSFl + 0x1b0
[/web/srv/weblogic/product/v7.0/AppServer/jdk131_10/bin/../jre/lib/PA_RISC2.0/s
erver/libjvm.sl]"

Does anyone have an idea of what could be causing this problem?

Thanks
Anil

webapp
4 REPLIES 4
RAC_1
Honored Contributor

Re: Java compute_exception_return_address and server crash

At the same time, do get any error in syslog/dmesg?? Is there any more infomrmation on the error you get in weblogin??

Anil
There is no substitute to HARDWORK
Anil_5
Advisor

Re: Java compute_exception_return_address and server crash

I checked syslog it did not log anything there, the out log of the server gave this info:

HotSpot Virtual Machine Error, Internal Error
# Please report this error to HP customer support.
#
# Fatal: null exception in compiled code
#
# Error ID: /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/share/vm/runtime/sharedRuntime.cpp, 417
#
# Problematic Thread: prio=7 tid=0x005782f8 nid=19 lwp_id=5028161 runnable
#

Anil
webapp
Anil_5
Advisor

Re: Java compute_exception_return_address and server crash

Any idea about this error, are there any patches or jvm upgrades that might help?

Weblogic/Bea does not have much information on the site about this particular issue.

No core dumps were created.

Anil
webapp
RAC_1
Honored Contributor

Re: Java compute_exception_return_address and server crash

If server crash after this error, then if you have set savecrash, it would generate the crash dump. Analysizing it, would give more details.

Also are you up to date on java patches??
Apply all java patches.

Anil
There is no substitute to HARDWORK