Spectrum OneClick WebApp fails to launch and remains in a "starting application" state. This occurs when the Webswing process cannot connect to the X11 window server because of stale lock files or sockets left behind by a previous Xvfb crash.
The following error appears in the webtomcat/logs/catalina.out or webswing.log: Caused by: java.awt.AWTError: Can't connect to X11 window server using ':99' as the value of the DISPLAY variable.
A previous instance of the Xvfb (X virtual frame buffer) service crashed or was terminated improperly, leaving behind lock files in the /tmp directory. These files prevent new Xvfb instances from binding to the required display (usually :99).