Forum Discussion

sravan533's avatar
sravan533
New Contributor
13 years ago

Session name 'EMS' does not exist in Hermes configuration or

Hi ,
Iam facing an issue in Linux Env . NO GUI is available
An error occured [Session name 'EMS' does not exist in Hermes configuration or path to Hermes config ( /home/herrtux/.hermes )is not valid !!!!], see error log for details
javax.naming.NamingException: Session name 'EMS' does not exist in Hermes configuration or path to Hermes config ( /home/herrtux/.hermes )is not valid !!!!

1. I have modified Test-soapui-project.xml
<con:setting id="ProjectSettings@he
rmesConfig">/home/herrtux/.hermes</con:setting>
2. soapui-settings.xml -->
<con:setting id="ProjectSettings@hermesConfig">/home/herrtux/.hermes</con:setting>
<con:setting id="ToolsSettings@hermesjms">/opt/RIGSolution/ATF/Branches/RIG_Grinder7/testcases/input/soapui-4.0.1/hermesJMS</con:setting>
3.Iam using the soapui-4.0.0-linux-bin <<Linux binary file>>

1 Reply

  • qrlJava's avatar
    qrlJava
    New Contributor
    I had similar issue only when running testrunner from command prompt. I tried all different kinds of path combinations but it had nothing to do with path in my case. Following this link: http://sourceforge.net/tracker/index.ph ... tid=737763 I put the JMS provider's JAR files into soapui/bin/ext folder and it worked like a charm.