Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JMeter stuck at 'Waiting for possible shutdown message on port 4445'

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?

like image 389
previouslyactualname Avatar asked May 13 '15 00:05

previouslyactualname


1 Answers

Did you set timeouts to your HTTP requests ? If not , then jmeter will wait infinitely for a response from server which can lead to such issue.

So fix is to set a timeout on connect and read in HTTP Request Defaults.

Also you shoud upgrade to JMeter 2.13.

like image 53
UBIK LOAD PACK Avatar answered Oct 17 '22 05:10

UBIK LOAD PACK