• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Issue Upgraded to Obsidian, blank login screen?

Ruben

New Pleskian
I've just upgraded to Obisidian. The process seemed to go well, but in the end I couldn't log into Plesk.
When I go to my server address :8443, I get redirected to https://www....be:8443/login_up.php?success_redirect_url=https://www.....be:8443/ but that's an empty screen.

All I'm seeing is a blank screen that has my server address and something that looks like a missing image.

plesk-blank.jpg


Looking at the source code of this page, I see several references to files like /cp/javascript/main.js?1576778135 etc. which supposedly run the whole thing and render the interface. All of these links give me a 404 error though.



I'm stuck here. I tried "plesk repair installation" and after some repair actions I noticed this:
Trying to start service sw-cp-server... sw-cp-serverd is stopped
Starting sw-cp-serverd: [FAILED]


When trying to start this manually I get this:

[root@server ~]# service sw-cp-server start
Starting sw-cp-serverd: nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:8443 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:8443 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:8443 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:8443 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:8443 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:8880 failed (98: Address already in use)
nginx: [emerg] still could not bind()
[FAILED]


Any help is *much* appreciated here...
 
Last edited:
Thanks Tom. I'm not sure this applies to my server though, I don't see any of the configuration files mentioned there.

I did this:
[root@server ~]# netstat -tulpn | grep 8443
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 8976/sw-cp-server
tcp 0 0 :::8443 :::* LISTEN 8976/sw-cp-server


which seems to suggest sw-cp-server is listening to 8443. It seems to contradict the fact that sw-cp-server is stopped.
 
Looks like you made my day, mate.
I had already searched myself but somehow that didn't come up. Solved the issue though, many thanks.
 
Probably the Plesk server sw-cp-server is not running. Kill all related processes and try to start it manually via SSH and see from there.
 
Back
Top