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]
