Applicable to:
- Plesk for Linux
Symptoms
-
Plesk login page shows a blank screen.
-
.html
links like https://plesk.example.com:8443/example.html are successfully loaded. -
Websites are accessible.
Cause
Master sw-engine
process is hung.
Resolution
-
Connect to the server using SSH.
-
Kill all
sw-engine
processes:# pkill -f sw-engine-*
-
Run the the following command to show if there are any leftover process that were not killed in previous step, for example:
# ps auxww | grep sw-engine
psaadm 7478 0.1 0.6 322832 6576 ? S 05:41 0:00 sw-engine-kv
root 7479 0.0 0.9 482148 10192 ? Ss 05:41 0:00 sw-engine-fpm: master process (/etc/sw-engine/sw-engine-fpm.conf) -
Kill the processes listed above:
# kill -9 7478 7479
-
Start the
sw-engine
service:# service sw-engine start
-
Start the "Web-Socket" service as well:
# service plesk-web-socket restart
Comments
5 comments
I have the same problem but on Windows server
Here is my last php error logs, controlpanel ones
And here is the code of autoload_real.php on line 70
I tried the above and I am still unable to access the plesk login. When I run the ps command one PID is listed. But when I try to kill it, I am told that the PID does not exist. So I skip that step and move on to the restart commands. Is the task that is still running preventing me from probably restarting the Plesk server? Why can I not kill a PID that is clearly shown in the list?
Thanks,
Mark
Still happening. looks like the server needs a reboot. that should never happen
Not help me
Please sign in to leave a comment.