• 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.

Migration from Confixx to Plesk 11.5: file name 'dump.xml' not contains 'info_'

dioony

New Pleskian
Hi there,
i'm now trying to migrate a confixx 3.3.1 to plesk 11.5.30 (different machines), but i did not work.
The GUI-Logs only print some info messages and no error - the migration task is only marked as failed.
However, the migration_handler.log says the following:
---------------------------------
[2013-07-30 00:41:55.909|12717] DEBUG: migration dump successfully created: /opt/psa/PMM/var/20130730000841875/dump.xml
[2013-07-30 00:41:55.913|12717] INFO: Executing <subprocess[14793] '/opt/psa/admin/bin/pmm-ras --get-child-dumps --dump-storage=/opt/psa/PMM/var/20130730000841875/ --dump-specification=dump.xml --session-path=/opt/psa/PMM/logs'>
[2013-07-30 00:41:56.035|12717] INFO: Subprocess raised ExecuteException: Subprocess <subprocess[14793] '/opt/psa/admin/bin/pmm-ras --get-child-dumps --dump-storage=/opt/psa/PMM/var/20130730000841875/ --dump-specification=dump.xml --session-path=/opt/psa/PMM/logs'> was finished with exit code 152
== STDOUT ====================
Repository error: file name 'dump.xml' not contains 'info_'

== STDERR ====================

[2013-07-30 00:41:56.078|12717] CRITICAL: Runtime error in migration handler:
<type 'exceptions.AttributeError'> 'NoneType' object has no attribute 'split'
Traceback (most recent call last):
File "/opt/psa/admin/share/migration-handler/migration_handler.py", line 1946, in main
data_action_response, errcode_response, error_message = actions.get(sys.argv[1][2:])(parameters)
File "/opt/psa/admin/share/migration-handler/migration_handler.py", line 1828, in migration_start
return MigrationHandlerActionRunner(MigrationStartAction, None, migration_session_id).doActivity()
File "/opt/psa/admin/share/migration-handler/migration_handler.py", line 106, in doActivity
result = self.processor.doActivity()
File "/opt/psa/admin/share/migration-handler/migration_handler.py", line 1050, in doActivity
response_data_task_id, restore_task_id = restore_service.beginRestore()
File "/opt/psa/admin/share/migration-handler/migration_handler_restore.py", line 576, in beginRestore
self.encryptReceivedDump()
File "/opt/psa/admin/share/migration-handler/migration_handler_restore.py", line 549, in encryptReceivedDump
for child_dump in child_dumps_list.split("\n"):
AttributeError: 'NoneType' object has no attribute 'split'

[2013-07-30 00:41:56.078|12717] INFO: Outgoing packet:
<?xml version="1.0" encoding="UTF-8"?>
<response>
<errcode>1001</errcode>
<errmsg>Runtime error in migration handler:
&lt;type 'exceptions.AttributeError'&gt; 'NoneType' object has no attribute 'split'
Traceback (most recent call last):
File "/opt/psa/admin/share/migration-handler/migration_handler.py", line 1946, in main
data_action_response, errcode_response, error_message = actions.get(sys.argv[1][2:])(parameters)
File "/opt/psa/admin/share/migration-handler/migration_handler.py", line 1828, in migration_start
return MigrationHandlerActionRunner(MigrationStartAction, None, migration_session_id).doActivity()
File "/opt/psa/admin/share/migration-handler/migration_handler.py", line 106, in doActivity
result = self.processor.doActivity()
File "/opt/psa/admin/share/migration-handler/migration_handler.py", line 1050, in doActivity
response_data_task_id, restore_task_id = restore_service.beginRestore()
File "/opt/psa/admin/share/migration-handler/migration_handler_restore.py", line 576, in beginRestore
self.encryptReceivedDump()
File "/opt/psa/admin/share/migration-handler/migration_handler_restore.py", line 549, in encryptReceivedDump
for child_dump in child_dumps_list.split("\n"):
AttributeError: 'NoneType' object has no attribute 'split'
</errmsg>
</response>
----------------------------------

Has some an idea what to check? i also investigated the forum and knowledge base for hours, but nothing.

Thanks in advance!
 
Back
Top