On 22/03/2008, sebb <[EMAIL PROTECTED]> wrote: > On 22/03/2008, William Gosse <[EMAIL PROTECTED]> wrote: > > > I see a lot of these in the log but nothing else: > > 2008/03/22 08:47:45 ERROR - jmeter.threads.JMeterThread: > > java.lang.InterruptedException: sleep interrupted > > at java.lang.Thread.sleep(Native Method) > > at > > org.apache.jmeter.threads.JMeterThread.delay(JMeterThread.java:553) > > at > > org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:293) > > at java.lang.Thread.run(Thread.java:595) > > > > > I've no idea why that should happen - I've not seen that in any tests I've > run. > > Are you using any privately developed code? > > If not, could you send me a copy of the JMX file privately? > > I'll take a look and see if there is anything that might cause the > different behaviour. >
The test plan has a Cookie Manager with "Clear threads each iteration" checked. This does not work properly in 2.3.1: http://wiki.apache.org/jakarta-jmeter/CookieManagerBugIn231 Might be worth unchecking it, as there is only one iteration anyway. It's one of the few changes between RC4 and 2.3.1 that might cause the difference in behaviour. > > > > -----Original Message----- > > From: sebb [mailto:[EMAIL PROTECTED] > > Sent: Saturday, March 22, 2008 2:00 PM > > To: JMeter Users List > > Subject: Re: 2.3RC4 test plan doesn't work on 2.3.1 > > > > On 22/03/2008, William Gosse <[EMAIL PROTECTED]> wrote: > > > Hi > > > > > > I just upgraded from 2.3RC4 to 2.3.1. My test that I developed and > > ran > > > in RC4 doesn't seem to work in 2.3.1. If I started in the console it > > > seems to go through the motions but the Http request don't seem to > > get > > > sent. The response is very fast which kind indicates to me that > > nothing > > > is really happening. > > > > Check the jmeter log for errors. > > > > > Any help will be greatly appreciated. > > > > > > Bill Gosse > > > Senior Software Engineer > > > 8 Commerce Drive | Bedford, NH 03110 > > > Direct: (603) 656-7074 > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > The information transmitted herewith is sensitive information of > > Chordiant Software or its customers and is intended only for use to the > > individual or entity to which it is addressed. If the reader of this > > message is not the intended recipient, you are hereby notified that any > > review, retransmission, dissemination, distribution, copying or other > > use of, or taking of any action in reliance upon, this information is > > strictly prohibited. If you have received this communication in error, > > please contact the sender and delete the material from your computer. > > > > > > --------------------------------------------------------------------- > > > 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] > > > > The information transmitted herewith is sensitive information of > Chordiant Software or its customers and is intended only for use to the > individual or entity to which it is addressed. If the reader of this message > is not the intended recipient, you are hereby notified that any review, > retransmission, dissemination, distribution, copying or other use of, or > taking of any action in reliance upon, this information is strictly > prohibited. If you have received this communication in error, please contact > the sender and delete the material from your computer. > > > > --------------------------------------------------------------------- > > 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]

