• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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