Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 76421 invoked from network); 22 Jul 2004 18:50:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Jul 2004 18:50:15 -0000 Received: (qmail 99827 invoked by uid 500); 22 Jul 2004 18:50:11 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 99793 invoked by uid 500); 22 Jul 2004 18:50:11 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 99780 invoked by uid 99); 22 Jul 2004 18:50:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [216.90.159.130] (HELO nixon.ezgov.com) (216.90.159.130) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 22 Jul 2004 11:50:10 -0700 Received: from ezgov.com ([10.25.101.7]) by nixon.ezgov.com (8.12.10/8.12.10) with ESMTP id i6MIo8ks021181 for ; Thu, 22 Jul 2004 14:50:08 -0400 Message-ID: <41000C60.6010701@ezgov.com> Date: Thu, 22 Jul 2004 14:50:08 -0400 From: Mark McCall Reply-To: mark.mccall@ezgov.com User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jmeter-user@jakarta.apache.org Subject: No Response Data in View Results Tree for a POST Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On JMeter 2.0.1 running under Win2k, I have a Test Plan with the following characteristics: 1) One Thread Group: 1 Thread; 1 Loop Count; Continue After Error 2) HTTP Request Sampler #1 : performs a GET 2a) HTTP Request Sampler #1 has a Regular Expression Extractor which gets a field from the Form and sets its value into the variable "resultId" 3) HTTP Request Sampler #2 : performs a POST using the ${resultId} variable as one of the parameters that is posted. 4) HTTP Cookie Manager exists 5) Simple Data Writer Listener 6) View Results Tree Listener When I execute the test plan and view the Results Tree, I see both the GET and the POST have a successful response code of 200. However only the GET displays anything in the Response data tab. The POST request has absolutely no data in it. I see nothing in the jmeter.log file or the console that indicates any Errors or Exceptions. However, if I change the Test Plan to run in "Functional Test Mode", I see the full response from the POST request in the data file as configured in the Simple Data Writer Listener, but I still do not see the Response in the View Results Tree. Thanks for your help! Mark McCall EzGov, Inc. mark.mccall@ezgov.com --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org