Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 78752 invoked from network); 4 Jun 2008 13:19:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2008 13:19:47 -0000 Received: (qmail 65021 invoked by uid 500); 4 Jun 2008 13:19:48 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 65000 invoked by uid 500); 4 Jun 2008 13:19:48 -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 64989 invoked by uid 99); 4 Jun 2008 13:19:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 06:19:48 -0700 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,URIBL_RHS_DOB X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of john.soye@gmail.com designates 64.233.166.180 as permitted sender) Received: from [64.233.166.180] (HELO py-out-1112.google.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 13:18:59 +0000 Received: by py-out-1112.google.com with SMTP id z57so50905pyg.22 for ; Wed, 04 Jun 2008 06:19:16 -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=zmHc/V8Sc1inbnqB4mUyoGICxDIKeK7CHp8eWyzvWjk=; b=e5ojgIDivmfTI7Dzq4yfJbA0Mwmcx1hMu5ncDORVoMimQSC4kkFnTfzovs3MEA9sNw PoA0C13FhqK3ui9wn0AsNEswWaLm8LB64YF+Dly9F0WMXVBfv6c9oEmYXDfQGId/efqK FDDYHGTQA9WcH4eoFmKcCRQ/VryOmTite6vPE= 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=BdoFK7oJ66oped3KODnuYBDrT8FHLCtOigL3pxlCx7+16n0HUCdMdJQ1BLZdYdMY07 1Djdj2CG3ZyvFAKjffhKy0nazq6z0JI6pUrkWSdNnnSvedwCE6yZrs2vCSYwYuiyQHzK FLfG52t9nUeSzkOQPgSgtymyg8/rtFwuEJTf0= Received: by 10.141.75.17 with SMTP id c17mr3114843rvl.212.1212585554708; Wed, 04 Jun 2008 06:19:14 -0700 (PDT) Received: by 10.141.202.8 with HTTP; Wed, 4 Jun 2008 06:19:14 -0700 (PDT) Message-ID: <36c3e59c0806040619safc386dp3e97e02c753a979@mail.gmail.com> Date: Wed, 4 Jun 2008 14:19:14 +0100 From: "John Soye" To: "JMeter Users List" Subject: Re: Exception when processing sample java.io.UnsupportedEncodingException: UTF-8;charset=utf-8 In-Reply-To: <25aac9fc0806040431u2a58b61dy56361b8ef127586a@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2100_21687069.1212585554687" References: <36c3e59c0806040411o3d52ff1dx8c55812623f58abf@mail.gmail.com> <25aac9fc0806040431u2a58b61dy56361b8ef127586a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2100_21687069.1212585554687 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Fantastic. Thanks Sebb. I used the nightly build for "29-May-2008 22:05" and that solved the problem. IE is still ignoring the proxy, but it works fine in Firefox. That'll do for me. Again, many thanks, John :-D > I'm using jakarta-jmeter-2.3.1. When I use the HTTP Proxy Server to > record > > tests, I can record a few links, but eventually I receive the browser > > message "503 Gateway timeout - The connection timed out". When I checked > the > > jmeter.log file, I got the following: > > > > processing sample java.io.UnsupportedEncodingException: > UTF-8;charset=utf-8 > > I think someone else reported this - it was due to the server sending > a duplicate charset: > > charset=UTF-8;charset=utf-8 > > Might be worth checking the current nightly to see if this fixes the > problem. > > > > Also, I can only run this in Firefox. It doesn't record anything for me > in > > Internet Explorer 7 (7.0.7730.13), but that doesn't really matter, as > long > > as I can record it in Firefox. > > I''ve seen that too - IE sometimes seems to ignore the proxy for local > hosts, even if you tell it not to ignore local hosts. > > Try using the "real" IP address of the JMeter proxy - i.e. not > 127.0.0.1 - this might help, but again IE might still consider it to > be local. > > > > Many thanks, John. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > ------=_Part_2100_21687069.1212585554687--