Note that there are some explanatory texts on larger screens.

plurals
  1. POHTTPClient-java.net.SocketException: Unconnected sockets not implemented thrown
    text
    copied!<p>Iam using HTTPClient 4.0 to connect a remote server and transfer file using HTTPS. When i tried to connect i get the exception "java.net.SocketException: Unconnected sockets not implemented". Please look at the stack trace </p> <pre><code>java.net.SocketException: Unconnected sockets not implemented at java.lang.Throwable.&lt;init&gt;(Throwable.java:196) at java.lang.Exception.&lt;init&gt;(Exception.java:41) at java.io.IOException.&lt;init&gt;(IOException.java:40) at java.net.SocketException.&lt;init&gt;(SocketException.java:29) at javax.net.SocketFactory.createSocket(SocketFactory.java:2) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(Unknown Source) at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(Unknown Source) at org.apache.commons.httpclient.HttpConnection.open(Unknown Source) at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(Unknown Source) at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(Unknown Source) at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source) at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source) at co.com.personalsoft.ftpseguro.utilidades.TransmisionHTTP.ejecutarTransmisionHTTP(TransmisionHTTP.java:107) at co.com.personalsoft.ftpseguro.utilidades.TransmisionFTPNew.ejecutarTransmisionAuto(TransmisionFTPNew.java:483) at co.com.personalsoft.ftpseguro.utilidades.TransmisionFTPNew.ejecutarTransmision(TransmisionFTPNew.java:1016) at co.com.personalsoft.ftpautomatico.ConexionThread.run(ConexionThread.java:58) at java.lang.Thread.run(Thread.java:595) </code></pre> <p>The same error is found while using HTTP Client 3.1. </p> <p>My Environment Application Server : Websphere application server 6.1.0.23 Java : JDK 1.5.0.16</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload