Symptoms
Opening Acronis Backup extension in Plesk returns an error:
ERROR: Acronis\Common\Lib\JsonRpc\ErrorResponseException: Internal error (SocketClient.php:133)
Cause
Acronis services/processes are stuck.
Resolution
-
Connect to the server via SSH
-
Restart the Acronis services:
# systemctl restart acronis_*
Comments
We are experiencing this issue on multiple Plesk servers. Restarting the services or rebooting the server doesn't work.
Logs show the local agent is responsive, but the error (SocketClient.php:133) happens exactly when Plesk calls
getBackupPlanInfo(), causing a timeout.This started a few days ago. Could a recent Plesk update be the cause?
We are facing the exact same thing, has any solution been found?
We're still having this problem. There's no way to perform recoveries from Plesk; they must be done manually from the Acronis console.
We managed to solve it:
Uninstall the extension:
plesk bin extension --uninstall acronis-backupInstall it again
plesk bin extension --install acronis-backupAfter that, open the extension and select “I already have an account”.
On the next screen, enter:
Then, you’ll probably get this error:
In our case, after some digging, we found the problem was that the Acronis account had 2FA enabled.
So basically, to make it work, you'll have to temporarily disable 2FA on the account. It doesn't look like there's an option to register using a token here.
After connecting, you might get an error saying the plan couldn’t be applied, but if you check the Acronis console, the old plan should be there. In our case, we had to refresh the cloud backup storage in order for the old backups to show, but I guess if you do nothing it will eventually refresh by itself.
Once everything is working, re-enable 2FA and you're good to go!
Hope it helps.
Please sign in to leave a comment.