Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 61114 invoked from network); 13 Mar 2009 15:45:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2009 15:45:43 -0000 Received: (qmail 55497 invoked by uid 500); 13 Mar 2009 15:45:40 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 55475 invoked by uid 500); 13 Mar 2009 15:45:40 -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 55464 invoked by uid 99); 13 Mar 2009 15:45:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 08:45:40 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.219.177 as permitted sender) Received: from [209.85.219.177] (HELO mail-ew0-f177.google.com) (209.85.219.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 15:45:32 +0000 Received: by ewy25 with SMTP id 25so2602704ewy.37 for ; Fri, 13 Mar 2009 08:45:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=x+daS/92ogpYJoxe5jPorfbpAxmKoU4VpLee8nqr8co=; b=pZzHR8oaKAIy89FgF9hAboFquutqjAAAyZdlcuBfenhr4WYIPn/nZ8cq6rO0wy50OQ idn3fTv7Nye9cdM//vGSMR9VP+ZlQfmV0YxCmtidpfDofjYjmaooiUj7RBzh0qP0YJW1 miBqZ/i15INAEr6xb7nClcBqh4WNsQqY2d1Uw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=ifvwQ5Sk3Dq85cRRqNUQI8aqjGL6d2bkXCizKWtYYCJnovvld618ufXeBOWrnDAfSU Fd0rxSvd+mbIkrtDLPAJdGPHLT7M/VLcObnSoL1qHCeV1hLoHt+HMxFjwQUP8UJjyhiO 6h0UUKxvJBJBodbUCllLhkCEbAVHzdlirBkx8= MIME-Version: 1.0 Received: by 10.210.62.3 with SMTP id k3mr859646eba.79.1236959110765; Fri, 13 Mar 2009 08:45:10 -0700 (PDT) In-Reply-To: <46928.81.97.245.195.1236957672.squirrel@dankeeley.co.uk> References: <58795.81.97.245.195.1236873725.squirrel@dankeeley.co.uk> <25aac9fc0903120905v77bf39c0i81863cdf485a2ec7@mail.gmail.com> <18892.81.97.245.195.1236936917.squirrel@dankeeley.co.uk> <25aac9fc0903130619r45d64a97qa7cbbd59a65f0791@mail.gmail.com> <45398.81.97.245.195.1236956199.squirrel@dankeeley.co.uk> <25aac9fc0903130759s174bf7a2k87400b00af0b9707@mail.gmail.com> <46928.81.97.245.195.1236957672.squirrel@dankeeley.co.uk> Date: Fri, 13 Mar 2009 15:45:10 +0000 Message-ID: <25aac9fc0903130845l3e141903t86a2aad297da63d2@mail.gmail.com> Subject: Re: UTF-8 and Soap/xml-rpc request From: sebb To: JMeter Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org What's confusing? The http://jakarta.apache.org/jmeter/nightly.html page says: "Installing JMeter runtime Download the _bin and _lib files Unpack the archives into the same directory structure The other archives are not needed to run JMeter." On 13/03/2009, lists@dankeeley.co.uk wrote: > ah no, confusing. hang on. > > > > Did you download both the lib and bin archives? > > > > On 13/03/2009, lists@dankeeley.co.uk wrote: > >> Ok will do now! > >> > >> Except!! The nightly build is broken: > >> > >> C:\Documents and > >> Settings\camdk3\Desktop\jakarta-jmeter-r753086\bin>jmeter.bat > >> java.lang.NoClassDefFoundError: > >> com/thoughtworks/xstream/converters/ConversionEx > >> ception > >> at java.lang.Class.getDeclaredConstructors0(Native Method) > >> at java.lang.Class.privateGetDeclaredConstructors(Unknown > >> Source) > >> at java.lang.Class.getConstructor0(Unknown Source) > >> at java.lang.Class.newInstance0(Unknown Source) > >> at java.lang.Class.newInstance(Unknown Source) > >> at org.apache.jmeter.NewDriver.main(NewDriver.java:205) > >> Caused by: java.lang.ClassNotFoundException: > >> com.thoughtworks.xstream.converters > >> .ConversionException > >> at java.net.URLClassLoader$1.run(Unknown Source) > >> at java.security.AccessController.doPrivileged(Native Method) > >> at java.net.URLClassLoader.findClass(Unknown Source) > >> at java.lang.ClassLoader.loadClass(Unknown Source) > >> at java.lang.ClassLoader.loadClass(Unknown Source) > >> at java.lang.ClassLoader.loadClassInternal(Unknown Source) > >> ... 6 more > >> JMeter home directory was detected as: C:\Documents and > >> Settings\camdk3\Desktop\ > >> jakarta-jmeter-r753086 > >> > >> > >> > On 13/03/2009, lists@dankeeley.co.uk wrote: > >> >> Ok, point taken. > >> >> > >> >> JMeter 2.3.1, Java 6. Havent tried any other OS. > >> > > >> > 2.3.2 is the current version; has quite a few bug fixes. Also might > >> be > >> > worth trying the current nightly. > >> > > >> >> It's not working in that the service receives corrupted characters. > >> >> The > >> >> same test to our service using a java written test script works. > >> > > >> > Are all characters corrupted? > >> > Are you sure that the correct character is in the source? > >> > > >> > In what way are the characters corrupted, e.g. if you enter Alpha, > >> > what do you get? > >> > > >> > If it does not work with the current nightly, please create a > >> Bugzilla > >> > report and attach the simplest test plan that shows the problem - > >> only > >> > the sampler containing the characters is needed. > >> > > >> >> > >> >> > On 12/03/2009, lists@dankeeley.co.uk > >> wrote: > >> >> >> Hi, > >> >> >> > >> >> >> Long time no post; But believe me i've still been happily > >> jmetering > >> >> >> away > >> >> >> for the past months! > >> >> >> > >> >> >> I'm trying to send some greek chars using the soap/xmlrpc > >> request > >> >> and > >> >> >> it's > >> >> >> not working. (using windows!) > >> >> >> > >> >> >> I've made sure the jmx is stored as utf-8, > >> httpclient.properties > >> >> has > >> >> >> got > >> >> >> both charsets set to UTF-8, java has -Dfile.encoding=UTF-8 and > >> >> >> saveservice.properties has UTF-8 too. > >> >> >> > >> >> >> Have i missed something? :) > >> >> > > >> >> > Yes - you have not said which version of JMeter and Java you are > >> >> using. > >> >> > > >> >> > You say it is not working using windows - is it working using a > >> >> different > >> >> > OS? > >> >> > > >> >> > Also, you have not said in what way it is not working. > >> >> > > >> >> >> Thanks, > >> >> >> Dan > >> >> >> > >> >> >> > >> >> >> --------------------------------------------------------------------- > >> >> >> To unsubscribe, e-mail: > >> jmeter-user-unsubscribe@jakarta.apache.org > >> >> >> For additional commands, e-mail: > >> >> jmeter-user-help@jakarta.apache.org > >> >> >> > >> >> >> > >> >> > > >> >> > --------------------------------------------------------------------- > >> >> > To unsubscribe, e-mail: > >> jmeter-user-unsubscribe@jakarta.apache.org > >> >> > For additional commands, e-mail: > >> jmeter-user-help@jakarta.apache.org > >> >> > > >> >> > > >> >> > >> >> > >> >> > >> >> --------------------------------------------------------------------- > >> >> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > >> >> For additional commands, e-mail: > >> jmeter-user-help@jakarta.apache.org > >> >> > >> >> > >> > > >> > --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > >> > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > >> > > >> > > >> > >> > >> > >> > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > >> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org