• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

ERROR: PleskFatalException

D

darkangelx

Guest
I figured this one out so I decided to post it here in case it helps someone else. After upgrading to Plesk 8.1:

When trying to connect to plesk https://yourdomain.com:8443
you get:

Code:
ERROR PleskFatalException  	
Components::componentUpdate() failed: Unable to exec utility packagemng: Empty error message from utility.

0: /usr/local/psa/admin/auto_prepend/auth.php3:508

SSh to the server and

Code:
# mv /var/lib/rpm /root/rpmback
# mkdir /var/lib/rpm
# rpm --vv --rebuilddb
This should fix your problem. (its all I did). Hope this is helpful to someone.
 
I have same problem, and I have renamed file /opt/psa/var/utilities.sem to /opt/psa/var/utilities.sem.old

And it's ok now ! ;)
 
Back
Top