unable to identify the port

Prince Rajput2 years ago

hello developers,

actually in log i found "Port disabled due to conflict " but i am unable to identify which port is through en exception...

2022-08-27 20:45:14  INFO: Successfully released change log lock
2022-08-27 20:45:16  WARN: Port disabled due to conflict - Address already in use: bind - BindException (...)
2022-08-27 20:45:16  WARN: Port disabled due to conflict - Address already in use: bind - BindException (...)
2022-08-27 20:45:16  INFO: jetty-10.0.7; built: 2021-10-06T19:34:02.766Z; git: da8a4553af9dd84080931fa0f8c678cd2d60f3d9; jvm 18+36-2087
2022-08-27 20:45:16  INFO: Started o.t.w.@1d01ee57{/,null,AVAILABLE}
Johannes Häfner2 years ago

try following command on the shell:
"netstat -tulpen"
it shows you the ports of your system and what process it belongs to.

maybe you find that the port is already in use by another application..