On 21 October 2011 13:32, sasidharsmit <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

