I am trying to use jmeter on the command line using:
./jmeter.sh -n -t testplan.jmx -l log.jtl
It works 8/10 times but some times it gets stuck on the message: waiting for possible shutdown message..
. I am using CentOS 6 and JMeter version 2.9 r1437961. My test plan has two thread groups which are configured to run consecutively from the GUI. Any suggestions as to what the problem might be?
waiting for possibleshutdown message...
. It usually only outputs once every 30-60 seconds or so. – Helli-n
(to use the GUI mode), but that doesn't seem to be any more informative (as of version 4.0). As noted in the answers, the problem is most likely a failed connection within your tests and, if so, adding timeouts will likely make that obvious. – Grief