Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 644F2F919 for ; Thu, 21 Mar 2013 19:05:26 +0000 (UTC) Received: (qmail 94155 invoked by uid 500); 21 Mar 2013 19:05:25 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 94127 invoked by uid 500); 21 Mar 2013 19:05:25 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 94109 invoked by uid 99); 21 Mar 2013 19:05:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Mar 2013 19:05:25 +0000 X-ASF-Spam-Status: No, hits=-1.6 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [207.46.163.25] (HELO co9outboundpool.messaging.microsoft.com) (207.46.163.25) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Mar 2013 19:05:18 +0000 Received: from mail166-co9-R.bigfish.com (10.236.132.236) by CO9EHSOBE036.bigfish.com (10.236.130.99) with Microsoft SMTP Server id 14.1.225.23; Thu, 21 Mar 2013 19:04:57 +0000 Received: from mail166-co9 (localhost [127.0.0.1]) by mail166-co9-R.bigfish.com (Postfix) with ESMTP id CCE911A0288 for ; Thu, 21 Mar 2013 19:04:57 +0000 (UTC) X-Forefront-Antispam-Report: CIP:157.56.236.101;KIP:(null);UIP:(null);IPV:NLI;H:BY2PRD0510HT005.namprd05.prod.outlook.com;RD:none;EFVD:NLI X-SpamScore: -3 X-BigFish: PS-3(zz9371I542I62a3Izz1f42h1ee6h1de0h1202h1e76h1d1ah1d2ahzz8275dhz2dh2a8h668h839h944hd25hf0ah1220h1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh15d0h162dh1631h1758h18e1h1946h19b5h19ceh1ad9h1b0ah1155h) Received: from mail166-co9 (localhost.localdomain [127.0.0.1]) by mail166-co9 (MessageSwitch) id 1363892652811155_6066; Thu, 21 Mar 2013 19:04:12 +0000 (UTC) Received: from CO9EHSMHS003.bigfish.com (unknown [10.236.132.250]) by mail166-co9.bigfish.com (Postfix) with ESMTP id 7712D1800F7 for ; Thu, 21 Mar 2013 19:04:07 +0000 (UTC) Received: from BY2PRD0510HT005.namprd05.prod.outlook.com (157.56.236.101) by CO9EHSMHS003.bigfish.com (10.236.130.13) with Microsoft SMTP Server (TLS) id 14.1.225.23; Thu, 21 Mar 2013 19:04:06 +0000 Received: from BY2PRD0510MB388.namprd05.prod.outlook.com ([169.254.5.51]) by BY2PRD0510HT005.namprd05.prod.outlook.com ([10.255.84.40]) with mapi id 14.16.0275.006; Thu, 21 Mar 2013 19:04:06 +0000 From: "BOLB (Bohdan L Bodnar)" To: JMeter Users List Subject: RE: WHILE controller problem Thread-Topic: WHILE controller problem Thread-Index: Ac4mQgwhU1Ore/lSR1ucUZeM+RxfJwACyL8QAAZmF5A= Date: Thu, 21 Mar 2013 19:04:06 +0000 Message-ID: <941709348625F140BE484DC832C507184F0C68C8@BY2PRD0510MB388.namprd05.prod.outlook.com> References: <941709348625F140BE484DC832C507184F0C6876@BY2PRD0510MB388.namprd05.prod.outlook.com> In-Reply-To: <941709348625F140BE484DC832C507184F0C6876@BY2PRD0510MB388.namprd05.prod.outlook.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [12.139.4.1] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: panduit.com X-Virus-Checked: Checked by ClamAV on apache.org The problem has been fixed. Sometimes, it's useful to look at the very bas= ics instead of thinking about complex matters. -----Original Message----- From: BOLB (Bohdan L Bodnar) [mailto:BOLB@panduit.com]=20 Sent: Thursday, March 21, 2013 11:01 AM To: JMeter Users List Subject: RE: WHILE controller problem I forgot to add: I put in the WHILE statements. Without them, the script = (usually) works as intended. Bo -----Original Message----- From: BOLB (Bohdan L Bodnar)=20 Sent: Thursday, March 21, 2013 10:15 AM To: JMeter Users List Subject: WHILE controller problem I've a problem that has me (and some of the guys here) stumped. I'm runnin= g on a XP box with Java 1.6.0_39; the problem's also present on a server ru= nning MS SERVER 2008 R2 with the same version of Java. Jmeter version is 2= .9. The script was created by using Jmeter's proxy server. The script is = supposed to run twice (i.e., two iterations). The problem symptoms are the= following: 1). The first iteration runs as intended. 2). The second iteration fails at the WHILE loop - none of the code in the = WHILE loop is run. 3). The attached log file shows the error message that is generated. We've gone through the .jmx script and do not see anything obvious. A web = search shows that a missing semicolon may be the problem, but we don't see = that in the code. Any help is greatly appreciated. Regards, Bo --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org