Operating System - HP-UX
1831294 Members
2939 Online
110022 Solutions
New Discussion

JVM crash? No Ping Received - Stopping server

 
Vishal Biyani
Advisor

JVM crash? No Ping Received - Stopping server

The websphere server gets restarted saying " No Ping Received - Stopping server" and at the same time following is logged into sys outs:

The ping timeout value for Websphere was changed from default 200 to 400 and then 2400 but that didnt help!

#
# Java version:
# HotSpot VM (1.0.1fcs, mixed mode, PA2.0 build 1.2.2.14-02/11/20-PA_RISC2.0)
#
# HotSpot Virtual Machine Error, Unexpected Signal 10
#
# occurred at pc=0
# Error happened during: mark sweep
#
# Error ID: /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/os/hp-ux/vm/os_hp-ux.cpp, 3075
#


Any idea??
Learning should never stop!
8 REPLIES 8
Arunvijai_4
Honored Contributor

Re: JVM crash? No Ping Received - Stopping server

Vishal Biyani
Advisor

Re: JVM crash? No Ping Received - Stopping server

The server is running on HP-UX box and the problem seems not to be with the Websphere application server, as we have seen from logs, the crash happens at time of GC only
Learning should never stop!
Arunvijai_4
Honored Contributor

Re: JVM crash? No Ping Received - Stopping server

Hello,

If its a problem with GC, you can try updating JVM to latest version whichever is available.

http://www.hp.com/go/java/

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Antonio Cardoso_1
Trusted Contributor

Re: JVM crash? No Ping Received - Stopping server

from your error log:
"Unexpected Signal 10 " => bus error occured,
"occurred at pc=0" => seems trying to execute some code at @0

=> check installation of JVM and websphere (swverify)
=> update those to latest release.
Steven E. Protter
Exalted Contributor

Re: JVM crash? No Ping Received - Stopping server

Shalom Vishal,

JVM does not usually crash networking.

ping is not available to non root users on HP-UX.

So I'm wondering what this message really means. Perhaps Java has its own version/kind of ping. If so it could be a networking issue.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vishal Biyani
Advisor

Re: JVM crash? No Ping Received - Stopping server

As I have observed just now, when it says "No Ping Received" it does not log the JVM error. And when it does not show "Ping" it will log the JVM error (unexpected signal 10 and sometimes 11). Can it be related to some OS level patches? As system has been upgraded recently, and if yes what way to identify it?
Learning should never stop!
Antonio Cardoso_1
Trusted Contributor

Re: JVM crash? No Ping Received - Stopping server

Hi,

check if your system meets java patches requirements:
http://h18012.www1.hp.com/java/patches/index.html

consider checking your system with hpjconfig to verify your system:
http://www.hp.com/products1/unix/java/java2/hpjconfig/index.html?jumpid=reg_R1002_USEN
Arunvijai_4
Honored Contributor

Re: JVM crash? No Ping Received - Stopping server

Hello,

You can check the patch information at,

http://h18012.www1.hp.com/java/patches/index.html

and here, http://www1.itrc.hp.com/service/patch/search.do?BC=patch.breadcrumb.main|&pageContextName=hpux:::

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"