Forum Discussion

larryx's avatar
larryx
Frequent Contributor
11 years ago

[Res] Run Load Test from command line.

Hello,
I follow this link to establish loadTest (test steps are groovy scripts) execution from command line.
http://www.soapui.org/Load-Testing/comm ... ution.html
For small load (i.e., 2 threads) it works well. However, I got the below error when I increase to 100-thread.

javax.naming.NamingException: Session name 'WMQ' does not exist in Hermes configuration or path to Hermes config ( C:\.hermes )is not valid !!!!
at com.eviware.soapui.impl.wsdl.submit.transports.jms.util.HermesUtils.g
etHermes(HermesUtils.java:209)
at com.eviware.soapui.impl.wsdl.submit.transports.jms.util.HermesUtils$g
etHermes$62.call(Unknown Source)

Note: 'WMQ' is the HermesJMS Session name I configured before running load test. 'C:\.hermes' is the path of '.Hermes'.
Somehow the bridge between SoapUI Pro and HermesJMS were broken during the large load test.

Anyone has idea about this? Please Help!
Thanks,
Larry

4 Replies

  • larryx's avatar
    larryx
    Frequent Contributor
    Hi Temil,
    I will do that. Could you indicate which folder includes SoapUI log (this was conducted from dos cmd line)?
    Thanks,
    Larry
  • You can see the error log within SoapUI(in the bottom tabs) or you can navigate to the SoapUI installation folder/bin/error.log. Let me know if you need further info on how to retrieve the log.

    Regards,
    Temil
  • larryx's avatar
    larryx
    Frequent Contributor
    Temi,
    I am fine at this point. Thanks a lot for the information.
    Larry