Return-Path: Delivered-To: apmail-jakarta-httpclient-user-archive@www.apache.org Received: (qmail 80508 invoked from network); 21 May 2005 01:35:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 May 2005 01:35:25 -0000 Received: (qmail 62866 invoked by uid 500); 21 May 2005 01:35:25 -0000 Delivered-To: apmail-jakarta-httpclient-user-archive@jakarta.apache.org Received: (qmail 62814 invoked by uid 500); 21 May 2005 01:35:24 -0000 Mailing-List: contact httpclient-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: "HttpClient User Discussion" Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-user@jakarta.apache.org Received: (qmail 62795 invoked by uid 99); 21 May 2005 01:35:23 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=SPF_HELO_FAIL X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail06.powweb.com (HELO mail06.powweb.com) (66.152.97.39) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 20 May 2005 18:35:22 -0700 Received: from EG5RE00202DPFQG (unknown [219.95.157.197]) by mail06.powweb.com (Postfix) with ESMTP id 7FC6BB1FF for ; Fri, 20 May 2005 18:35:15 -0700 (PDT) Message-ID: <00d001c55da5$5948fdf0$3201a8c0@eapac.ericsson.se> From: "Christophe Kualasoft" To: Subject: Problems with a URL, can't connect (IE works for this URL) Date: Sat, 21 May 2005 09:35:12 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, http client fails to connect to a URL, which IE has no problems with. Can you find any reason for this? Here is the wire below. The URL is: http://downloads.bbc.co.uk/rmhttp/downloadtrial/radio4/inourtime/rss.xml Thanks / Christophe 2005/05/21 08:49:23:424 SGT [INFO] HttpMethodDirector - Retrying request 2005/05/21 08:49:23:424 SGT [DEBUG] HttpConnection - Open connection to downloads.bbc.co.uk:80 2005/05/21 08:49:23:764 SGT [DEBUG] header - >> "HEAD /rmhttp/downloadtrial/radio4/inourtime/rss.xml HTTP/1.1[\r][\n]" 2005/05/21 08:49:23:774 SGT [DEBUG] HttpMethodBase - Adding Host request header 2005/05/21 08:49:23:774 SGT [DEBUG] header - >> "cache-control: no-cache[\r][\n]" 2005/05/21 08:49:23:774 SGT [DEBUG] header - >> "User-Agent: jPodderv 0.9a[\r][\n]" 2005/05/21 08:49:23:774 SGT [DEBUG] header - >> "Host: downloads.bbc.co.uk[\r][\n]" 2005/05/21 08:49:23:774 SGT [DEBUG] header - >> "[\r][\n]" 2005/05/21 08:49:24:125 SGT [DEBUG] HttpMethodDirector - Closing the connection. 2005/05/21 08:49:24:125 SGT [INFO] HttpMethodDirector - I/O exception caught when processing request: The server downloads.bbc.co.uk failed to respond 2005/05/21 08:49:24:125 SGT [DEBUG] HttpMethodDirector - The server downloads.bbc.co.uk failed to respond org.apache.commons.httpclient.NoHttpResponseException: The server downloads.bbc.co.uk failed to respond at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.j ava:1828) at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.jav a:1588) at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:999 ) at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethod Director.java:382) at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDir ector.java:168) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:39 3) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324) at com.jpodder.ui.net.NetActionCommons.getHeadInfo(NetActionCommons.java:429) at com.jpodder.ui.tasks.Tasks.collectFeedInfo(Tasks.java:216) at com.jpodder.ui.tasks.TasksControl$CollectFeedInfo.run(TasksControl.java:204) at java.lang.Thread.run(Unknown Source) 2005/05/21 08:49:24:135 SGT [INFO] HttpMethodDirector - Retrying request 2005/05/21 08:49:24:135 SGT [DEBUG] HttpConnection - Open connection to downloads.bbc.co.uk:80 2005/05/21 08:49:24:475 SGT [DEBUG] header - >> "HEAD /rmhttp/downloadtrial/radio4/inourtime/rss.xml HTTP/1.1[\r][\n]" 2005/05/21 08:49:24:485 SGT [DEBUG] HttpMethodBase - Adding Host request header 2005/05/21 08:49:24:485 SGT [DEBUG] header - >> "cache-control: no-cache[\r][\n]" 2005/05/21 08:49:24:485 SGT [DEBUG] header - >> "User-Agent: jPodderv 0.9a[\r][\n]" 2005/05/21 08:49:24:485 SGT [DEBUG] header - >> "Host: downloads.bbc.co.uk[\r][\n]" 2005/05/21 08:49:24:485 SGT [DEBUG] header - >> "[\r][\n]" 2005/05/21 08:49:24:836 SGT [DEBUG] HttpMethodDirector - Closing the connection. 2005/05/21 08:49:24:836 SGT [DEBUG] HttpMethodDirector - Method retry handler returned false. Automatic recovery will not be attempted 2005/05/21 08:49:24:836 SGT [DEBUG] HttpConnection - Releasing connection back to connection manager. --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-user-help@jakarta.apache.org