Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 74805 invoked from network); 16 Nov 2009 16:22:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Nov 2009 16:22:03 -0000 Received: (qmail 82657 invoked by uid 500); 16 Nov 2009 16:22:03 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 82583 invoked by uid 500); 16 Nov 2009 16:22:03 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 82573 invoked by uid 99); 16 Nov 2009 16:22:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 16:22:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2009 16:22:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8DD8A234C045 for ; Mon, 16 Nov 2009 08:21:39 -0800 (PST) Message-ID: <620054497.1258388499566.JavaMail.jira@brutus> Date: Mon, 16 Nov 2009 16:21:39 +0000 (UTC) From: =?utf-8?Q?Ortwin_Gl=C3=BCck_=28JIRA=29?= To: dev@hc.apache.org Subject: [jira] Commented: (HTTPCLIENT-891) java.net.SocketException: Unconnected sockets not implemented thrown In-Reply-To: <482530529.1258322149036.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCLIENT-891?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 12778383#action_12778383 ]=20 Ortwin Gl=C3=BCck commented on HTTPCLIENT-891: ----------------------------------------- As you can see from the stack, the exception is from the JDK implementation= . You must refer to the documentation of your vendor's JSSE implementation.= We have no magic glass ball that could tell us those details. > java.net.SocketException: Unconnected sockets not implemented thrown > -------------------------------------------------------------------- > > Key: HTTPCLIENT-891 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-891 > Project: HttpComponents HttpClient > Issue Type: Bug > Components: HttpClient > Affects Versions: 4.0 Final > Environment: Application Server : Websphere application server 6.= 1.0.23 > Java : JDK 1.5.0.16 > Reporter: shyam sundar g > Fix For: 4.0 Final > > Original Estimate: 0h > Remaining Estimate: 0h > > Iam using HTTPClient 4.0 to connect a remote server and transfer file usi= ng HTTPS. > When i tried to connect i get the exception "java.net.SocketException: Un= connected sockets not implemented". > Please look at the stack trace > java.net.SocketException: Unconnected sockets not implemented > =09at java.lang.Throwable.(Throwable.java:196) > =09at java.lang.Exception.(Exception.java:41) > =09at java.io.IOException.(IOException.java:40) > =09at java.net.SocketException.(SocketException.java:29) > =09at javax.net.SocketFactory.createSocket(SocketFactory.java:2) > =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImp= l.java:39) > =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc= essorImpl.java:25) > =09at java.lang.reflect.Method.invoke(Method.java:585) > =09at org.apache.commons.httpclient.protocol.ReflectionSocketFactory.crea= teSocket(Unknown Source) > =09at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.cre= ateSocket(Unknown Source) > =09at org.apache.commons.httpclient.HttpConnection.open(Unknown Source) > =09at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(U= nknown Source) > =09at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(Unkn= own Source) > =09at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Sour= ce) > =09at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Sour= ce) > =09at co.com.personalsoft.ftpseguro.utilidades.TransmisionHTTP.ejecutarTr= ansmisionHTTP(TransmisionHTTP.java:107) > =09at co.com.personalsoft.ftpseguro.utilidades.TransmisionFTPNew.ejecutar= TransmisionAuto(TransmisionFTPNew.java:483) > =09at co.com.personalsoft.ftpseguro.utilidades.TransmisionFTPNew.ejecutar= Transmision(TransmisionFTPNew.java:1016) > =09at co.com.personalsoft.ftpautomatico.ConexionThread.run(ConexionThread= .java:58) > =09at java.lang.Thread.run(Thread.java:595) > The same error is found while using HTTP Client 3.1. > Kindly help to solve this problem as the production deployment is delayed= because of this error. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org