• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Login hangs plesk 12.5.30

aresblade

New Pleskian
Hi
i have the plesk panel that hangs at login, after user and password, it simply hangs with a blank page, with no errors, where can i go via ssh to check the issue? thanks

I have found this in
/var/log/sw-cp-server/error_log

2016/08/30 16:33:31 [error] 10081#0: *172 upstream timed out (110: Connection timed out) while reading response header from upstream, client:0.0.0.0, server: , request: "GET /smb/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/sw-engine.sock", host: “0.0.0.0.:8443", referrer: "https://0.0.0.0:8443/login_up.php3?success_redirect_url=https://0.0.0.0:8443/"


2016/08/30 20:41:12 [error] 1983#0: *89 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 0.0.0.0, server: , request: "GET /smb/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/sw-engine.sock:", host: "0.0.0.0:8443"

p.s. i changed the real ip to 0.0.0.0
 
Last edited:
As possible workaround, remove lock_manager temporary files:

# rm -f /usr/local/psa/var/cache/SharedLockManagerStorage*

Then restart services:

# service sw-engine restart && service sw-cp-server restart

Also it would be useful to run

# plesk repair installation
 
Thank you it worked!
maybe the problem was caused by Plesk component upgrade' , i found in the log many lines of component upgrade before i had the issue.
cheers
 
Back
Top