Restart Error

by Nov 30, 2007

Hi uptime. I tried to restart the uptime4_core service and found this in the log. What does this mean? Everything seems to be running even though it says that it can't start.

2007-11-28 13:29:54,467 FATAL (Uptime:277) – up.time can not run, exiting…
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket. (Unknown Source)
at java.net.ServerSocket. (Unknown Source)
at
com.uptimesoftware.uptime.dataservice.ProtocolListener. (ProtocolListener.java:35)
at
com.uptimesoftware.uptime.base.UptimeThreadManager.startDataService(UptimeThreadManager.java:142)
at
com.uptimesoftware.uptime.base.UptimeThreadManager.startBasicThreadsOnly(UptimeThreadManager.java:71)
at
com.uptimesoftware.uptime.base.UptimeInstance.runUptime(UptimeInstance.java:89)
at com.uptimesoftware.uptime.base.Uptime.main(Uptime.java:275)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)