Return-Path: Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: (qmail 2359 invoked from network); 22 Apr 2008 16:34:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Apr 2008 16:34:04 -0000 Received: (qmail 33596 invoked by uid 500); 22 Apr 2008 16:34:04 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 33388 invoked by uid 500); 22 Apr 2008 16:34:04 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 33377 invoked by uid 99); 22 Apr 2008 16:34:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2008 09:34:04 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of piersony@gmail.com designates 209.85.198.244 as permitted sender) Received: from [209.85.198.244] (HELO rv-out-0506.google.com) (209.85.198.244) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2008 16:33:20 +0000 Received: by rv-out-0506.google.com with SMTP id l33so1181470rvb.58 for ; Tue, 22 Apr 2008 09:33:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=8Gn2Pp4hw92dyn0eD9JBKaXbxRcngWST0ssQ/f1YqwA=; b=a0deNWeh+L/P0qvraodhC1VU50dEoeFZnKvKU6LRasOyyjCOwF9ZZbUuW/8qSe+z7tetH9kyf8jfN8Nwq+lwee478JsiyZOUXsIzwzFvmtGI7eh3olDARVImvxVGysR8WCRZQsw2TU6SEWN3nqTOE7uT2KlpQuNE7SNY38fNF3E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=cH7h6T65UYYvQVGC943h20fExVDODap6inYDJSQRDqR2YHOrReO1lEGyc557qLowhqE7iu0+v8RdFT6sy514rgFuiBTwR39af5dMGiIGCDgozUtoaVET934T1+tLRDQBix5mc6oX5KG45NBAMaCq2HnHcB+QBEPmh6ldjBZvRZs= Received: by 10.141.42.10 with SMTP id u10mr4388rvj.254.1208882013504; Tue, 22 Apr 2008 09:33:33 -0700 (PDT) Received: by 10.140.132.15 with HTTP; Tue, 22 Apr 2008 09:33:33 -0700 (PDT) Message-ID: <60d6743e0804220933x5453a991v5d4aa916b7bd50d2@mail.gmail.com> Date: Tue, 22 Apr 2008 18:33:33 +0200 From: "Yannick PIERSON" To: httpclient-users@hc.apache.org Subject: Re: [SocketException] [connection abort] [socket write error] In-Reply-To: <60d6743e0804220840r5642176ewb1a460d2ce79374a@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15593_16677828.1208882013514" References: <60d6743e0804220840r5642176ewb1a460d2ce79374a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_15593_16677828.1208882013514 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I try with a shorter file and I get an another error. I think it's due to the maxRequestLength of IIS server. But now I get this error : Unexpected failure: HTTP/1.1 403 Forbidden Do you know why ? (there is write access on my web repository) Thanks, Regards. Yannick 2008/4/22, Yannick PIERSON : > > Hi, > I would like to know when we get this type of error (why) and how to > resolve it : > > java.net.SocketException: Software caused connection abort: socket write > error > at java.net.SocketOutputStream.socketWrite0(Native Method) > at > java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) > at java.net.SocketOutputStream.write(SocketOutputStream.java:136) > at > java.io.BufferedOutputStream.write(BufferedOutputStream.java:105) > ... > at > org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171) > at > org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397) > at > org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323) > > I try with POST and PUT method, with a MultipartRequestEntity, a > FileRequestEntity, and a InputStreamRequestEntity but error is the same. > > Thanks, > Regards. > > Yannick > > ------=_Part_15593_16677828.1208882013514--