• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Plesk update from 10.4.4 to 11 goes wrong

D

DanielQue

Guest
Hello guys, i just went to update my plesk panel on my debian server and now i have this error displaying:
ERROR: Service_Agent_Exception
Unable to read components configuration from the service node: sh: /opt/psa/admin/bin/packagemng: Permission denied


Additionally, an exception has occurred while trying to report this error: Service_Agent_Exception
Unable to read components configuration from the service node: sh: /opt/psa/admin/bin/packagemng: Permission denied


0: Unix.php:340
Service_Node_Components_Unix->_syncProperties(NULL null, boolean false)
1: :
call_user_func_array(array, array)
2: Properties.php:151
Service_Node_Properties->sync(NULL null, boolean false)
3: Components.php:20
Service_Node_Components->sync()
4: Properties.php:32
Service_Node_Properties->__construct(object of type Db_Table_Row_ServiceNode)
5: ServiceNode.php:185
Db_Table_Row_ServiceNode->components()
6: ServiceNode.php:88
Db_Table_Row_ServiceNode->refreshProperties()
7: auth.php3:510
Now i have the new version installed but its corrupted..

Since im not expert with server management, im just so lost and dont know where to start to fix this.

I made a server backup before, but i cant access plesk panel admin since im having this error.

What can i do?

Sincerely
Daniel Q.
 
Disable selinux

You can also try the following

Disable selinux and try again

#setenforce 0

and if the above fails, then try disabling SELinux permanently by:

#vim /etc/selinux/config

and change to the following or add it, if it does not exist

SELINUX=enforcing
 
Back
Top