Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 51062 invoked from network); 13 Mar 2009 15:28:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2009 15:28:50 -0000 Received: (qmail 17887 invoked by uid 500); 13 Mar 2009 15:28:47 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 17868 invoked by uid 500); 13 Mar 2009 15:28:47 -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 17854 invoked by uid 99); 13 Mar 2009 15:28:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 08:28:47 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [195.238.232.4] (HELO blim.dahostserver.net) (195.238.232.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 15:28:36 +0000 Received: from [127.0.0.1] (helo=dankeeley.co.uk) by blim.dahostserver.net with esmtp (Exim 4.62) (envelope-from ) id 1Li9Km-000A27-OS for jmeter-user@jakarta.apache.org; Fri, 13 Mar 2009 15:30:04 +0000 Received: from 81.97.245.195 (SquirrelMail authenticated user lists@dankeeley.co.uk) by dankeeley.co.uk with HTTP; Fri, 13 Mar 2009 15:30:04 -0000 (UTC) Message-ID: <47425.81.97.245.195.1236958204.squirrel@dankeeley.co.uk> In-Reply-To: <25aac9fc0903130759s174bf7a2k87400b00af0b9707@mail.gmail.com> 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> Date: Fri, 13 Mar 2009 15:30:04 -0000 (UTC) Subject: Re: UTF-8 and Soap/xml-rpc request From: lists@dankeeley.co.uk To: "JMeter Users List" User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org Excellent, it works in the nightly! Thanks, Dan > 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