Gatling and Jms Script Issue : JmsReqReplyAction - java.lang.InterruptedException

Hi All,

I have written script which is posting messages to the queue. But i have not verified how the message is been posted in queue in the script. After execution am getting the below error.

Please help me

18:01:32.967 [Thread-3][ERROR][JmsReqReplyAction.scala:71] i.g.j.JmsReqReplyAction - java.lang.InterruptedException
Parsing log file(s)…
Parsing log file(s) done
Generating reports…
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at io.gatling.mojo.MainWithArgsInFile.runMain(MainWithArgsInFile.java:50)
at io.gatling.mojo.MainWithArgsInFile.main(MainWithArgsInFile.java:33)
Caused by: java.lang.UnsupportedOperationException: There were no requests sent during the simulation, reports won’t be generated
at io.gatling.charts.report.ReportsGenerator$.generateFor(ReportsGenerator.scala:45)
at io.gatling.app.Gatling.generateReports(Gatling.scala:198)
at io.gatling.app.Gatling.start(Gatling.scala:82)
at io.gatling.app.Gatling$.fromArgs(Gatling.scala:59)
at io.gatling.app.Gatling$.main(Gatling.scala:44)
at io.gatling.app.Gatling.main(Gatling.scala)
… 6 more

Message is pretty clear: “There were no requests sent during the simulation, reports won’t be generated” = there were no stats logged, so stats report couldn’t be generated.

Hi,

Thanks for the quick response.

There was problem with replyqueue name. First time didnt given that. When i given its working fine.

Thanks,
Santosh