Forum Discussion

mustapha's avatar
mustapha
Occasional Contributor
9 years ago
Solved

SoapUI - HermesJMS:: Connecting to localhost EMS server

 

Hi Techies,

 

I am facing a strange issue. I am testing the JMS endpoint using the SOAPUI. The JMS provider is here EMS 8.0. The HermesJMS is also configured witht the remote EMS server and all configuration is in place.

 

However when I am trying to trigger the request below error is popping up in soapUI,

 

===============

2016-03-01 09:19:12,191 ERROR [errorlog] javax.jms.JMSException: Failed to connect to the server at tcp://localhost:7222
javax.jms.JMSException: Failed to connect to the server at tcp://localhost:7222
at com.eviware.soapui.impl.wsdl.submit.transports.jms.JMSConnectionHolder.<init>(JMSConnectionHolder.java:76)
at com.eviware.soapui.impl.wsdl.submit.transports.jms.HermesJmsRequestSendReceiveTransport.execute(HermesJmsRequestSendReceiveTransport.java:37)
at com.eviware.soapui.impl.wsdl.submit.transports.jms.HermesJmsRequestTransport.sendRequest(HermesJmsRequestTransport.java:77)
at com.eviware.soapui.impl.wsdl.WsdlSubmit.run(WsdlSubmit.java:119)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

===============

 

Thanks in advance. Please help.

 

Regards,

Mustapha

  • nmrao's avatar
    nmrao
    9 years ago
    ReadyAPI is a different product, do not go by it entirely.
    Can you just look at 2nd message please? And other hemes-config.xml if you need configuration of xml file.

11 Replies

    • mustapha's avatar
      mustapha
      Occasional Contributor

       Thanks a lot for the reply.

       

      However i m using the SOAPUI version 5.2.1, which doesn't have folder called ReadyAPI or HermesJMS.

       

      Also the mentioned jars above are not present in SoapUI-5.2.1-win32-standalone-bin\SoapUI-5.2.1\lib. Though i tried to copy below jars from HermesJMS/lib(version 1.14) to soapUI/lib,

       

      commons-beanutils-1.7.0.jar to commons-beanutils.jar

      From commons-collections-3.2.1.jar ==> commons-collections-2.1.1.jar

      From commons-lang-2.4.bak to ==>commons-lang-2.1.jar

       

      I am still struggling and trying to find out the solution.

       

      Thanks in advance.

       

      Regards,

      Mustapha

      • nmrao's avatar
        nmrao
        Champion Level 3
        ReadyAPI is a different product, do not go by it entirely.
        Can you just look at 2nd message please? And other hemes-config.xml if you need configuration of xml file.