Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The up.time data collector is already running or is using the wrong port.  In this case, open the httpd.conf file in a text editor, find the Listen xxxx line and set xxxx to the appropriate port number.
  2. Another service is using the up.time data collector port (9995 default).  In this case, determine which service is using the same port and adjust port settings to resolve the conflict.

Example Exception:

...

languagetext

...

2014-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(UptimeThread

...

Manager.java:142)

...

at

...

com.uptimesoftware.uptime.base.UptimeThreadManager.startBasicThreadsOnly(UptimeT

...

hreadManager.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)