You are unable to access Webswing console.
The Webswing catalina logs located at <smarts>/CONSOLE/smarts/tomcat/webswing-console/logs report an "Address already in use" error.
When you run netstat -anp | grep <webswing_port>, you see that the webswing port is already occupied by a process (e.g., a stale sm_tomcat process).
Smarts 25.4.7
A stale process is occupying port webswing port, which prevents the Webswing console from binding to its configured port.
To resolve this issue, you must identify and terminate the stale process before restarting the service:
netstat -anp | grep <webswing_port>kill -9 #### (Note: Replace #### with the actual PID found in the previous step.)