- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Process not responding to kill -3 PID (SIGQUIT sig...
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
07-05-2004 06:35 PM
07-05-2004 06:35 PM
I am running BEA WebLogic Server 8.1 on HP-UX 11.0. I added my own security realm in weblogic, however after doing so the server begins to hang. Inorder to debug the problem, I tried to take thread dump of the java process running weblogic by using kill -3 PID. However the process does not respond to this signal. I have attached the tusc output of the process and its response to the SIGQUIT signal. Is there any way I can force the java process to produce thread dumps.
Thanks and Regards,
Abhinay Kampasi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 07:30 PM
07-05-2004 07:30 PM
Re: Process not responding to kill -3 PID (SIGQUIT signal)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 09:23 PM
07-05-2004 09:23 PM
Re: Process not responding to kill -3 PID (SIGQUIT signal)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 10:41 AM
07-06-2004 10:41 AM
SolutionFor example $WEBLOGICHOME/product/v8.1/AppServer/logs
Typically, some of the application vendors re-direct the core dumps into their log directory (this is true because you are using their "java" and not HP's java)
Try kill -6
Also, please note that weblogic is notorious for "swap reservation". So you might want to consider increasing swap space and also maxdsiz and maxssiz kernel parms.
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 06:02 PM
07-06-2004 06:02 PM
Re: Process not responding to kill -3 PID (SIGQUIT signal)
The kill -6 PID did produce a core of the hung process. How do I analyse this core?
Thanks and Regards,
Abhinay