- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- java process hung at one specific port 7568
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-22-2004 08:18 AM
07-22-2004 08:18 AM
When I run netstat -a and it shows 09 connections established and 01 Listen (see attachment).
Looking at this output, it looks like everything is OK but the client applications couldn't send their messages. After the process was recycled from the application group,everything went back to normal. I'd like to put something in place that would collect some additional data in order to find the root cause if the problem occur again.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 11:09 AM
07-22-2004 11:09 AM
SolutionI am not sure what you can do to trace it but, before it happens again, make sure that you have the latest (or close enough to the latest) pthreads patch applied to your system.
Make sure you have the right patches for the right version of java as every java version, they differ. you can find version relevant to you by visiting
http://www.hp.com/go/java
HTH
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 03:15 PM
07-22-2004 03:15 PM
Re: java process hung at one specific port 7568
http://www.ethereal.com/
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 03:51 PM
07-22-2004 03:51 PM
Re: java process hung at one specific port 7568
Mel, This application has 18 ports opened at the server and during some tests, each port could accept a maximum of 200 connections. At the same time these 9 connections were established at the port #7568, we had a few other connections at other ports, like 6 at port #7571 and 15 at the port #7573. I'll check the java patches but I don't think that's the problem. I'm trying to find any tools that would help us to trace and find out the root cause of this problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 04:06 PM
07-22-2004 04:06 PM
Re: java process hung at one specific port 7568
Not sure if it will help but you could try using lsof, this gernerally gives better information than netstat on port use etc.
Use as follows:
# lsof -i :
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.71/
Also look at using tcpdump to trace network traffic:
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/tcpdump-3.8.1/
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2008 08:33 AM
11-22-2008 08:33 AM