• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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