• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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