Hi, I inherited the maintanance of a program that utilizes HttpClient 2.0.x class for https call on a linux box running in a 1.3.x JVM.
This program is called thousands of times a day. Ocassionally (once a month) this program fails with a ConnectionTimeoutException even though there are generous timeouts set. Subsequent executions of this program will then fail for the same reason. At present we reboot the box to overcome this failure. The following i already tried with no success: Migrate to 1.4.x JVM decomissioning the external JSSE libs. Migrate to HttpClient 3.0.x. However if I do this the program hangs trying to open the connection even though both socket and conection timeout is set. The following i tried with success: Run the program in 1.5.x JVM. This does fine regardless on what my build is based. This now totally confuses me. What is the difference to the 1.4.x JVM ? Any hint is aprecitated, thank you, Gerrit --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
