PDA

View Full Version : ERROR: PleskFatalException


darkangelx
23rd July 2007, 04:16 AM
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:


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


# 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.

takolag
28th August 2007, 06:02 AM
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 ! ;)