• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Migration error

ProWebS

Regular Pleskian
I've migrated several accounts from plsk 10.0 to plesk 10.4
suddenly in a new migration I get the error:

Error: pmm utility 'migration_handler' raised an exception. Error code is: 1
See pmmcli.log to find out detailed information on this


11634: 2012-04-20 13:25:55,026 INFO Subprocess raised ExecuteException: Subprocess <subprocess[11635] '/usr/local/psa/admin/bin/migration-handler --migration-get-objects-list 20120420132442794'> was finished with exit code 1
== STDOUT ====================
<?xml version="1.0" encoding="UTF-8"?>
<response>
<errcode>1001</errcode>
<errmsg>Runtime error in migration handler:
&lt;type 'exceptions.IOError'&gt; [Errno 2] No such file or directory: '/usr/local/psa/PMM/msessions/20120420132442794/dump.xml'
Traceback (most recent call last):
File "/usr/local/psa/admin/share/migration-handler/migration_handler.py", line 1682, in main
data_action_response, errcode_response, error_message = actions.get(sys.argv[1][2:])(parameters)
File "/usr/local/psa/admin/share/migration-handler/migration_handler.py", line 1481, in migration_get_objects_list
return MigrationHandlerActionRunner(MigrationGetObjectsListAction, agent_to_use, migration_session_id).doActivity()
File "/usr/local/psa/admin/share/migration-handler/migration_handler.py", line 100, in doActivity
result = self.processor.doActivity()
File "/usr/local/psa/admin/share/migration-handler/migration_handler.py", line 344, in doActivity
objects_list_object = service.getObjectsList(self.__agent_to_use, agent_dir)
File "/usr/local/psa/admin/share/migration-handler/pmm_migr_remote_service_impl.py", line 112, in getObjectsList
objects_list = self.makeObjectsListFromDump(agent_name)
File "/usr/local/psa/admin/share/migration-handler/pmm_migr_remote_service_impl.py", line 122, in makeObjectsListFromDump
parser.parse(dump_path)
File "/usr/lib64/python2.6/xml/sax/expatreader.py", line 102, in parse
source = saxutils.prepare_input_source(source)
File "/usr/lib64/python2.6/xml/sax/saxutils.py", line 298, in prepare_input_source
f = urllib.urlopen(source.getSystemId())
File "/usr/lib64/python2.6/urllib.py", line 86, in urlopen
return opener.open(url)
File "/usr/lib64/python2.6/urllib.py", line 207, in open
return getattr(self, name)(url)
File "/usr/lib64/python2.6/urllib.py", line 469, in open_file
return self.open_local_file(url)
File "/usr/lib64/python2.6/urllib.py", line 483, in open_local_file
raise IOError(e.errno, e.strerror, e.filename)
IOError: [Errno 2] No such file or directory: '/usr/local/psa/PMM/msessions/20120420132442794/dump.xml'
</errmsg>
</response>

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

11634: 2012-04-20 13:25:55,028 CRITICAL PMMUtility exception:
Subprocess <subprocess[11635] '/usr/local/psa/admin/bin/migration-handler --migration-get-objects-list 20120420132442794'> was finished with exit code 1


Any ideas?
 
Back
Top