• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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