Hi, We were using java 1.3 with httpclient 3.0 up until the other day when we migrated over to 1.4.2 and now we are seeing this error
Call: java.net.SocketException: Socket is not connected at java.net.Socket.getInputStream(Socket.java:726) at com.ibm.jsse.bs.getInputStream(Unknown Source) at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:70 4) at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMe thodDirector.java:369) at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMetho dDirector.java:178) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:4 37) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:3 24) Our admins are guessing that it is becase httpclient is not compatible with WebSphere 5.1.1.4 (jvm 1.4.2), but I doubt that can be the case? Thank you, Kumar Kota --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
