• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

ERROR: PleskPMMResponseException

C

ChenchoN

Guest
[SOLVED] ERROR: PleskPMMResponseException

Hi all.

Last night i try to migrate some domains.

Little domains works fine, but when domain have 1-3 GB... i have a big problem with disk space.

I have / as 10 GB and /var rest.

It' seems that backup manager uses / instead /var first, and suddenly / was full and plesk not respond.

I need to oper ssh, and do "rm -rf /usr/local/psa/PMM/var/"

Then i can restart psa service, but now when i open "Migration Manager" i see:

Code:
ERROR: PleskPMMResponseException

Failed to find status element

0: PMMResponseTaskStatus.php:400
    PMMResponseTaskStatus->__construct(object of type StreamXMLReader)
1: PMMResponseTaskStatus.php:269
    PMMResponseStatusMixed->__construct(object of type StreamXMLReader)
2: PMMResponseTaskStatus.php:392
    PMMResponseTaskStatus->__construct(object of type StreamXMLReader)
3: PMMResponseTaskList.php:85
    PMMTask->__construct(object of type StreamXMLReader)
4: PMMResponseTaskList.php:197
    PMMResponseTaskList->getNextTask()
5: MigrationCurrentTasksList.php:57
    MigrationCurrentTasksList->fetchMigrationCurrentTasksList()
6: class.cList.php3:99
    cList->fetchList()
7: class.cList.php3:118
    cList->init()
8: server.migration.php:57
    plesk__server__migration->accessTasksList(string 'GET', NULL null)
9: server.migration.php:44
    plesk__server__migration->accessItem(string 'GET', NULL null)
10: UIPointer.php:596
    UIPointer->access(string 'GET')
11: plesk.php:38

Any tip to solve it?
 
Last edited by a moderator:
The issue caused by old migration tasks that were not cleared from tasks directory. For example:

# ls -la /usr/local/psa/PMM/tasks/
total 4
drwxr-xr-x 2 root root 1024 Feb 5 02:25 .
drwxr-xr-x 11 root root 1024 Feb 4 16:57 ..
-rw-r--r-- 1 root root 835 Feb 3 19:39 11359
-rw-r--r-- 1 root root 834 Feb 3 20:29 11806

Since they had finished, status was being reported incorrectly, thus causing PMM display to fail. You can just clear this directory. It should help.
 
Back
Top