- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- JVM crash? No Ping Received - Stopping server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 04:11 PM
04-03-2006 04:11 PM
JVM crash? No Ping Received - Stopping server
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??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 04:22 PM
04-03-2006 04:22 PM
Re: JVM crash? No Ping Received - Stopping server
You can take a look at these links for more information
http://publib.boulder.ibm.com/infocenter/wasinfo/v4r0/index.jsp?topic=/com.ibm.support.was.doc/html/Servlet_Engine_Web_Container/1083991.html
http://www.experts-exchange.com/Web/Application_Servers/Websphere/Q_21455603.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 04:30 PM
04-03-2006 04:30 PM
Re: JVM crash? No Ping Received - Stopping server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 04:44 PM
04-03-2006 04:44 PM
Re: JVM crash? No Ping Received - Stopping server
If its a problem with GC, you can try updating JVM to latest version whichever is available.
http://www.hp.com/go/java/
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 06:51 PM
04-03-2006 06:51 PM
Re: JVM crash? No Ping Received - Stopping server
"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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 07:53 PM
04-03-2006 07:53 PM
Re: JVM crash? No Ping Received - Stopping server
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2006 10:58 PM
04-03-2006 10:58 PM
Re: JVM crash? No Ping Received - Stopping server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 12:10 AM
04-04-2006 12:10 AM
Re: JVM crash? No Ping Received - Stopping server
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 12:24 AM
04-04-2006 12:24 AM
Re: JVM crash? No Ping Received - Stopping server
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