• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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