• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

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