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