On 21 January 2013 17:58, Dimitris Balaouras <[email protected]> wrote: > Hi Seb, > > Thanks for looking into this; appreciated. > > Is there any specific reason that versions prior to 2.8 have this issue? > Have you fixed something on 2.8? (that'd be a big relief)
There were lots of bugs fixed in 2.8. See http://jmeter.apache.org/changes.html > Timeouts: I'm afraid I cannot control the scripts that run; anyone can > upload scripts in my organization. So adding a timeout is not really an > option. In that case, if StopTestNow does not work, you will have to kill the process. There is always a chance that interrupting the I/O won't work. If users complain that their log files then aren't complete, tell them to add an suitable timeout for the next run. > Thanks, > -Dimi > > On 01/21/2013 07:30 PM, sebb wrote: >> On 17 January 2013 12:12, Dimitris Balaouras <[email protected]> wrote: >>> Hi guys, >>> >>> I'm running jmeter tests in a non-gui manner and issuing a StopTestNow >>> (tried Shutdown too) command via the ShutdownClient if a test exceeds a >>> certain amount of time. In some of those case, the jmeter process seems >>> to hang forever (literally). >>> >>> I am attaching a stack trace grabbed with jstack..hope someone will see >>> something I don't. >> JMeter is waiting for a reply to an HTTP request using the Java sampler. >> >>> I'm using several versions of JMeter (min 2.3.4, max 2.7); this specific >>> trace comes from a version 2.6. >>> >>> I'm getting nowhere with this...had anyone ever faced such a problem? >>> Any hint? >> Try using the latest version of JMeter (2.8). >> Use Http Client 4 rather than the Java Http implementation. >> Add timeouts so the HTTP requests don't hang forever. >> >>> Thanks, >>> -Dimi >>> >>> >>> --------------------------------------------------------------------- >>> 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] > > > --------------------------------------------------------------------- > 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]
