I use Cloverleaf on a VMWARE for test and for some odd reason I can’t open the network monitor anymore. I get an exception error with this error text:
MONITORD INIT FAILED
Connection refused: connect
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.
at java.net.Socket.
at com.hie.cloverleaf.gui.netmon.MonitorDServer.connectAndInitReader(MonitorDServer.java:175)
at com.hie.cloverleaf.gui.netmon.MonitorDServer.startMonitorDaemon(MonitorDServer.java:112)
at com.hie.cloverleaf.gui.netmon.MonitorDServer.
at com.hie.cloverleaf.gui.netmon.NetMonPanel.jbInit(NetMonPanel.java:242)
at com.hie.cloverleaf.gui.netmon.NetMonPanel.
at com.hie.cloverleaf.gui.netmon.NetMonTool.jbInit(NetMonTool.java:137)
at com.hie.cloverleaf.gui.netmon.NetMonTool.
at java.lang.reflect.Constructor.newInstance(Native Method)
at com.hie.cloverleaf.gui.launchpad.LaunchpadPanel.startTool(LaunchpadPanel.java:169)
at com.hie.cloverleaf.gui.launchpad.LaunchpadPanel$8.actionPerformed(LaunchpadPanel.java:931)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.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.run(Unknown Source)
Thankfull for any hits!
/Michael