I’ve installed new site from testing to staging. I’ve changed to the new staging site in my IDE, when I click on Network monitor Icon, I am getting the following exception. And always Monitor Deamon in Red(see the IMG).
Enviroment info
Current Platform:
Java version: 1.5.0_07
Java vendor: Sun Microsystems Inc.
OS type: Windows XP
OS version: 5.1
OS arch: x86
GUI Build Information:
Version: 5.5MBPRev1
Date: Mon Apr 9 2007
Time: 10:03:11 AM
Platform: Windows_NT
Java Vendor: Sun Microsystems Inc.
JDK Version: 1.5.0_07
Swing Version: 1.5.0_07
RMI Version: 1.5.0_07
Connection refused: connect
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:516)
at java.net.Socket.connect(Socket.java:466)
at java.net.Socket.
at java.net.Socket.
at com.hie.cloverleaf.gui.netmon.MonitorDServer.connectAndInitReader(Unknown Source)
at com.hie.cloverleaf.gui.netmon.MonitorDServer.startDaemonServer(Unknown Source)
at com.hie.cloverleaf.gui.netmon.MonitorDServer.
at com.hie.cloverleaf.gui.netmon.NetMonPanel.initAttributes(Unknown Source)
at com.hie.cloverleaf.gui.netconfig.CloverleafNetPanel.jbInit(Unknown Source)
at com.hie.cloverleaf.gui.netmon.NetMonPanel.jbInit(Unknown Source)
at com.hie.cloverleaf.gui.netconfig.CloverleafNetPanel.
at com.hie.cloverleaf.gui.netmon.NetMonPanel.
at com.hie.cloverleaf.gui.netmon.NetMonTool.jbInit(Unknown Source)
at com.hie.cloverleaf.gui.netmon.NetMonTool.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at com.hie.cloverleaf.gui.launchpad.LaunchpadPanel.startTool(Unknown Source)
at com.hie.cloverleaf.gui.launchpad.LaunchpadPanel$7.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
at java.awt.Component.processMouseEvent(Component.java:5488)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3955)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1774)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)