Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 4574 invoked from network); 5 Jan 2007 19:42:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2007 19:42:23 -0000 Received: (qmail 11668 invoked by uid 500); 5 Jan 2007 19:42:27 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 11647 invoked by uid 500); 5 Jan 2007 19:42:27 -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 11636 invoked by uid 99); 5 Jan 2007 19:42:27 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jan 2007 11:42:27 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.94.38.131] (HELO relay1.mentorg.com) (192.94.38.131) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jan 2007 11:42:16 -0800 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1H2uwt-0005T7-Cq from tim_carrier@mentor.com for jmeter-user@jakarta.apache.org; Fri, 05 Jan 2007 11:41:55 -0800 Received: from SVR-ORW-EXC-07.mgc.mentorg.com ([147.34.98.95]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 5 Jan 2007 11:41:55 -0800 x-mimeole: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C73101.8DF697AD" Subject: trouble migrating testplan from 2.1.1 to 2.2 Date: Fri, 5 Jan 2007 11:41:54 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: trouble migrating testplan from 2.1.1 to 2.2 Thread-Index: AccxAY2lipBzXVVHRtCqvN31zxcU1A== From: "Carrier, Tim" To: X-OriginalArrivalTime: 05 Jan 2007 19:41:55.0323 (UTC) FILETIME=[8E2A8CB0:01C73101] X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C73101.8DF697AD Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, I have been using JMeter 2.1.1 for XML posts to an HTTP acceptor via the sampler SOAP/XML-RPC Request, all is working fine in 2.1. Java version =3D 1.4.2_05 Now, I'm trying to upgrade to JMeter 2.2 using the same test plan and nothing is working. The result tree Sampler Result tab shows this: HTTP response code: 400 HTTP response message: Invalid request: Message has no content. HTTP response headers: HTTP/1.1 400 Invalid request: Message has no content. Date: Fri, 05 Jan 2007 18:05:05 GMT Server: Jetty/3.0 (SunOS 5.8 sparc) Servlet-Engine: Jetty/3.0 (JSP 1.1; Servlet 2.2; java 1.4.2_02) Connection: close ---- The result tree Request tab show this: http://{$server}:2605/profile [no cookies] Request Headers: ---- Jmeter.log has this: 2007/01/05 11:33:00 INFO - jmeter.engine.StandardJMeterEngine: Running the test!=20 2007/01/05 11:33:00 INFO - jmeter.gui.util.JMeterMenuBar: setRunning(true,local)=20 2007/01/05 11:33:00 INFO - jmeter.engine.StandardJMeterEngine: Starting 1 threads for group PickLists. Ramp up =3D 0.=20 2007/01/05 11:33:00 INFO - jmeter.engine.StandardJMeterEngine: Continue on error=20 2007/01/05 11:33:00 INFO - jmeter.threads.JMeterThread: Thread PickLists 1-1 started=20 2007/01/05 11:33:00 INFO - org.apache.commons.httpclient.HttpMethodBase: Discarding unexpected response: HTTP/1.1 100 Continue=20 2007/01/05 11:33:00 INFO - jmeter.threads.JMeterThread: Thread PickLists 1-1 is done=20 2007/01/05 11:33:00 INFO - jmeter.engine.StandardJMeterEngine: Ending thread 0=20 2007/01/05 11:33:00 INFO - jmeter.engine.StandardJMeterEngine: Stopping test=20 2007/01/05 11:33:00 INFO - jmeter.engine.StandardJMeterEngine: Notifying test listeners of end of test=20 2007/01/05 11:33:00 INFO - jmeter.gui.util.JMeterMenuBar: setRunning(false,local)=20 2007/01/05 11:33:00 INFO - jmeter.engine.StandardJMeterEngine: Test has ended=20 I know this seems very vague, but the test plan works exactly right with 2.1.1. I suspect there is some property or configuration change I need to make for 2.2 but I can not find it. Has anyone else run into this when moving from JMeter 2.1.1 to 2.2? Maybe I did things incorrectly in 2.1.1? Thanks, Tim=20 ------_=_NextPart_001_01C73101.8DF697AD--