This error often means you've not killed NEWCS properly before you restarted it and the port it's trying to BIND to is already held open by another copy of NEWCS.
Do --> ps -A
to get a process list and the process ID of newcs....
Then --> kill -9 <process id of newcs>
Restart newcs and you should be all good to go.
Hope that helps.
Hadesuk
The Following User Says Thank You to Hadesuk For This Useful Post:
This error often means you've not killed NEWCS properly before you restarted it and the port it's trying to BIND to is already held open by another copy of NEWCS.
Do --> ps -A
to get a process list and the process ID of newcs....
Then --> kill -9 <process id of newcs>
Restart newcs and you should be all good to go.