Newbie question. I'm trying to diagnose why a Java-based app runs for a while as a client making SOAP webservice calls, and then starts hitting an exception whereby it cannot open a socket. The OS is Windows 2003 server SP1. I suspect that there's an error in the way that the client-side API is being used (Axis2 v1.4), such that it fails to recycle some internal resource. Once we hit the condition of not being able to open a socket, we have to restart the Java app. I'm wondering if we can use Wireshark to help diagnose the problem from an OS/network standpoint? for information, our Java stack trace is: Caused by:
Many thanks for any insight. Dan Haywood asked 17 Oct '11, 04:04 danhaywood edited 18 Oct '11, 23:56 SYN-bit ♦♦ |