That was not really the question.
The error.log is clearly showing that sw-cp-server cannot bind to the port, because the ports are already in use by another process. The only other process that binds to port 8443 is a running sw-cp-server. It can be a hanging process that cannot be stopped or started by a service command. For that reason the guide asks to kill such processes, then restart sw-cp-server.
Have you checked on "sw-cp..." in the process listed and killed the existing processes, then restarted sw-cp-server?
If so, what is the output of
# netstat -plnt | grep ':8443'
?
It should be something very similar to
The error.log is clearly showing that sw-cp-server cannot bind to the port, because the ports are already in use by another process. The only other process that binds to port 8443 is a running sw-cp-server. It can be a hanging process that cannot be stopped or started by a service command. For that reason the guide asks to kill such processes, then restart sw-cp-server.
Have you checked on "sw-cp..." in the process listed and killed the existing processes, then restarted sw-cp-server?
If so, what is the output of
# netstat -plnt | grep ':8443'
?
It should be something very similar to
Code:
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 3231/sw-cp-server:
tcp6 0 0 :::8443 :::* LISTEN 3231/sw-cp-server: