Return-Path: X-Original-To: apmail-jakarta-jmeter-user-archive@www.apache.org Delivered-To: apmail-jakarta-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 B6B7C9CEA for ; Fri, 21 Oct 2011 12:38:09 +0000 (UTC) Received: (qmail 53799 invoked by uid 500); 21 Oct 2011 12:38:09 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 53779 invoked by uid 500); 21 Oct 2011 12:38:09 -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 53769 invoked by uid 99); 21 Oct 2011 12:38:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 12:38:09 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.220.172 as permitted sender) Received: from [209.85.220.172] (HELO mail-vx0-f172.google.com) (209.85.220.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2011 12:38:03 +0000 Received: by vcbfo1 with SMTP id fo1so3938576vcb.31 for ; Fri, 21 Oct 2011 05:37:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=/S4OBXcMRugt2S6lpuiUuBvCwFUoYDklLgfXhTxhWVM=; b=OjM6GpTUEK07z0yMMW88q9xp7l3yWUaPfweKjETqVCp0AxDU52MEg0WMlC9Yfo6CLr DmLzPEaEB8E6PyPD4Mw3SCdbTCbBLWxl3909VtZKpAs+Qsb8qFeVn8KpJJWZqksYsk+8 wgouvTgRpOOl7LfDh25gkY7eYysqesWijLxhs= MIME-Version: 1.0 Received: by 10.52.28.141 with SMTP id b13mr14122440vdh.128.1319200662845; Fri, 21 Oct 2011 05:37:42 -0700 (PDT) Received: by 10.220.185.201 with HTTP; Fri, 21 Oct 2011 05:37:42 -0700 (PDT) In-Reply-To: <1319200321661-4924571.post@n5.nabble.com> References: <1319112908580-4921259.post@n5.nabble.com> <1319200321661-4924571.post@n5.nabble.com> Date: Fri, 21 Oct 2011 13:37:42 +0100 Message-ID: Subject: Re: Remote testing problem - Works for one testplan does not work for the second From: sebb To: JMeter Users List Content-Type: text/plain; charset=ISO-8859-1 On 21 October 2011 13:32, sasidharsmit wrote: > Thank you, Sebb. > I managed to locate the problem area. > > I identified the samplers and non-sampler elements used in my test plans > Plan1 and Plan2. Details below: > > http://jmeter.512774.n5.nabble.com/file/n4924571/sampler_details.png > > As you had suggested, I tried to execute test plans remotely, with different > samplers. The following were the samplers I tried. > > a) Webservice (SOAP) request > b) HTTP request > c) dummy sampler > d) jp@gc - http raw request > > In each of the first 3 cases, remote execution was successful. No exceptions > were thrown. > > But, when I tried to execute a testplan that uses the sampler "jp@gc - http > raw request", I face the "NotSerializableException". > > So, I believe, the problem is with the sampler "jp@gc - http raw request". OK, well done. > This was not one of the default samplers available with JMeter 2.4. This is > a custom plugin, I downloaded from the below site: > > http://code.google.com/p/jmeter-plugins/ > > I had to use "jp@gc - http raw request" sampler instead of the default "HTTP > Request" sampler, because my requests to the servers are JSON strings of > varying length (generated by the beanshell preprocessor) and I could not use > "HTTP Request" for this. You probably can use Http request, but it might be tricky. > Is there any way to resolve the issue with "jp@gc - http raw request" Contact the provider to get them to fix the bug. > sampler or any workarounds to get this working? Don't use client-server mode; batch mode is anyway more efficient. We are working on a Raw option for the Http Sampler, which will be in the next release of JMeter. > Thanks and Regards, > Sasidhar Sekar > > -- > View this message in context: http://jmeter.512774.n5.nabble.com/Remote-testing-problem-Works-for-one-testplan-does-not-work-for-the-second-tp4921259p4924571.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > 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