• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.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