On 24 November 2011 16:37, Schweizer, Adrian <[email protected]> wrote: > We previously tried to migrate, but there were strange problems with the > jMeter running on our CI...maybe we'll give it another try. In the following, > the error message and the code of the custom sampler that produces it, along > with a screenshot (attached) of the sampler's configuration: > > <samplerResult><testsuite>TC008 XML: Automatisch Intervenieren > Import</testsuite><testcase>clean > mailbox</testcase><durationInSeconds>0.062</durationInSeconds><date>24.11.2011 > 16:27:51</date><result><![CDATA[FAILURE > > Response Message: > > Response Data: > > Response Code: 000 > > Response Headers: > > Sampler Data: pop3://[email protected]]]></result></samplerResult> >
I'll try and take a look at the code later, but were there any errors in the jmeter.log file? The fact that the response code is set to 000 looks odd, as this suggests the sample failed without invoking any of the catch clauses. The error handling probably needs enhancing - maybe there are some Errors you need to catch? <snip/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
