Forum Discussion

ABCDEFG's avatar
ABCDEFG
Contributor
14 years ago

SOAP UI - JMS Integration Error – Please Help

Hi,

I am finding error in executing JMS Testing using SOAP UI.
Could please help me

I have followed all the steps mentioned in the following official link from SOAP UI.
http://www.soapui.org/JMS/getting-started.html

Steps i did,

1. Installed SOAP UI 4.0 with HermesJMS [C:\Program Files\eviware\soapUI-4.0.0\hermesJMS]
2. ActiveMQ Installation - [C:\Program Files\eviware\soapUI-4.0.0\hermesJMS\apache-activemq-5.4.3-bin\apache-activemq-5.4.3]
3. HermesJMS config file [C:\.hermes]

Then, it’s giving Java Null Pointer Exception while starting the HermesJMS from SOAP UI.
Please find below error message SOAP UI is throwing –

==========================================================
Wed Feb 15 19:06:40 GMT+05:30 2012:ERROR:java.lang.NullPointerException
java.lang.NullPointerException
at com.eviware.soapui.impl.wsdl.actions.project.StartHermesJMS$HermesConfigDialog.<init>(StartHermesJMS.java:122)
at com.eviware.soapui.impl.wsdl.actions.project.StartHermesJMS.chooseFolderDialog(StartHermesJMS.java:106)
at com.eviware.soapui.impl.wsdl.actions.project.StartHermesJMS.perform(StartHermesJMS.java:42)
at com.eviware.soapui.impl.wsdl.actions.project.StartHermesJMS.perform(StartHermesJMS.java:31)
at com.eviware.soapui.support.action.swing.SwingActionDelegate.actionPerformed(SwingActionDelegate.java:89)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
=============================================================

Appreciate your help in advance,


^Thanks in Advance
No RepliesBe the first to reply