Forum Discussion

kbasavaraju's avatar
kbasavaraju
New Contributor
15 years ago

Need help with TCPMon setup in SOAP UI

Hi,

I was getting some issue with the SOAP messages and i am trying to use TCPMonitor to monitor the transactions. I have downloaded the required jar files for running TCP Monitor. It is running fine individually from command prompt with help of tcpmon.bat file. I did configured the same in SoapUI thru File -> Preferences -> Tools and gave the path to tcpmon.bat.

But when i select the option Tools-> Launch TcpMon i am getting the following error.

java.io.IOException: CreateProcess: cmd.exe /C tcpmon.bat error=267

In the error log i found the below exception. Need your help in resolving this.

Tue Jun 09 15:48:43 PDT 2009:ERROR:java.io.IOException: CreateProcess: cmd.exe /C tcpmon.bat error=267
  java.io.IOException: CreateProcess: cmd.exe /C tcpmon.bat error=267
  at java.lang.ProcessImpl.create(Native Method)
  at java.lang.ProcessImpl.(Unknown Source)
  at java.lang.ProcessImpl.start(Unknown Source)
  at java.lang.ProcessBuilder.start(Unknown Source)
  at com.eviware.soapui.impl.wsdl.actions.iface.tools.tcpmon.TcpMonAction.generate(TcpMonAction.java:122)
  at com.eviware.soapui.impl.wsdl.actions.iface.tools.tcpmon.TcpMonAction.generate(TcpMonAction.java:45)
  at com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction.perform(AbstractToolsAction.java:119)
  at com.eviware.soapui.support.action.swing.SwingActionDelegate.actionPerformed(SwingActionDelegate.java:100)
  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.dispatchEvent(Unknown Source)
  at java.awt.EventDispatchThread.pumpOneEventForHierarchy(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)


Regards,
KB