Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 10001 invoked from network); 4 Jan 2007 18:35:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2007 18:35:29 -0000 Received: (qmail 8175 invoked by uid 500); 4 Jan 2007 18:35:30 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 8160 invoked by uid 500); 4 Jan 2007 18:35:30 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 8139 invoked by uid 99); 4 Jan 2007 18:35:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 10:35:30 -0800 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 (herse.apache.org: domain of aliasgar.hararwala@gmail.com designates 64.233.184.239 as permitted sender) Received: from [64.233.184.239] (HELO wr-out-0506.google.com) (64.233.184.239) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 10:35:19 -0800 Received: by wr-out-0506.google.com with SMTP id i28so699938wra for ; Thu, 04 Jan 2007 10:34:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=NMmDCjLkudfOZM7VhBby5GN/gdLdTMwUmBbH7oHA2F6LcGZS3SWTQYymLQmpTrIRy32JFHTf5I3epJD9ueQjQJkdT5dCEQHQKSbi7dtJQ9hiQVxFdhbuXEzm/B1SJyUQ1J9AdjpGJyVdul71tdpGvjkdh4jc9ISsG6STCUdVgPE= Received: by 10.78.178.5 with SMTP id a5mr2687263huf.1167935698493; Thu, 04 Jan 2007 10:34:58 -0800 (PST) Received: by 10.78.133.12 with HTTP; Thu, 4 Jan 2007 10:34:58 -0800 (PST) Message-ID: Date: Thu, 4 Jan 2007 18:34:58 +0000 From: "Aliasgar S Hararwala" To: jmeter-user@jakarta.apache.org Subject: No HTTP Response code returned In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11448_28628698.1167935698246" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_11448_28628698.1167935698246 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi All, I have installed JMETER, but am unable to get response codes for the HTTP request sampler (the Respose Code in the 'View Results Tree' listener is 'Non HTTP response code'). It throws the below error in the 'Response data' tab java.net.NoRouteToHostException: No route to host: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress (Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.(Unknown Source) at sun.net.www.http.HttpClient .(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect (Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample( HTTPSampler.java:406) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample ( HTTPSamplerBase.java:658) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample( HTTPSamplerBase.java:647) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247) at java.lang.Thread.run (Unknown Source) Additional Info: OS: Windows XP SP2 JAVA_HOME - setup to C:\j2sdk1.4.2_13 The Internet is accessed over a Proxy server with the port no (3128) Regards, Ali ------=_Part_11448_28628698.1167935698246--