We have an issue on one of customers servers, where something seems to close the java application HTTP socket, and not let it open afterwards for some time.
Meaning it goes like this: 1) Application works fine, then something causing the socket to close. 2) Any subsequent attempts to open it, including application restart will produce the "java.net.BindException: Address already in use" for some time. 3) Then it would finally let open the socket via another application restart.
It's the first time we see such issue happening, and quite stumbled by it.
Does it rings a bell for anyone?
OS: 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64, CentOS release 5.5 Java version: 1.6.0_20
Thanks!