• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

ForeignMigratorCore.MigratorException: Unable to convert dump to Plesk format

horosho

New Pleskian
Hello,
I am trying to migrate a single domain from a unix (Plesk 8.2.1 on FreeBSD 6.1) Plesk install. Everything seems to go okay but it errors out at the end of the process with the above error. The directory 'C:\Program Files\SWsoft\Plesk\PMM\Store\Main\NativeDump\' exists, 'C:\Program Files\SWsoft\Plesk\PMM\Store\Main\NativeDump\hosting service' does not (though it may have been deleted later in the process). Log snippet below. Any suggestions or insights would be greatly appreciated!
Thanks!

7512: Debug 20/10/2008 07:03:30.812 : UnixDumpNormalizer::Support for platformId=({F2CDBCA1-42D1-4c4a-A5AC-18D74EB1CF5A}), formatId=({7ADEA586-78CA-48c0-BC7E-74C6AEF7EBAE}), version=(1.0)
7512: Debug 20/10/2008 07:03:30.812 : UnixDumpNormalizer::Support: (True)
7512: Debug 20/10/2008 07:03:30.812 : UnixDumpNormalizer::Normalize begin
7512: Debug 20/10/2008 07:03:30.812 : UnixDumpNormalizer::Support for platformId=({F2CDBCA1-42D1-4c4a-A5AC-18D74EB1CF5A}), formatId=({7ADEA586-78CA-48c0-BC7E-74C6AEF7EBAE}), version=(1.0)
7512: Debug 20/10/2008 07:03:30.812 : UnixDumpNormalizer::Support: (True)
7512: Debug 20/10/2008 07:03:30.812 : UnixDumpNormalizer::Normalize supports platform ({F2CDBCA1-42D1-4c4a-A5AC-18D74EB1CF5A}), format ({7ADEA586-78CA-48c0-BC7E-74C6AEF7EBAE}), version (1.0)
7512: Debug 20/10/2008 07:03:30.812 : UnixDumpNormalizer::processDirectory (C:\Program Files\SWsoft\Plesk\PMM\Store\Main\NativeDump) begin
7512: Debug 20/10/2008 07:03:30.812 : UnixDumpNormalizer::processDirectory (C:\Program Files\SWsoft\Plesk\PMM\Store\Main\NativeDump) successfully finished
7512: Debug 20/10/2008 07:03:30.968 : ForeignMigratorCore.MigratorException: Unable to convert dump to Plesk format. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files\SWsoft\Plesk\PMM\Store\Main\NativeDump\hosting service'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption)
at System.IO.Directory.GetDirectories(String path)
at UnixDumpNormalizer.UnixDumpNormalizer.unpackHostingDirectory(String directory)
at UnixDumpNormalizer.UnixDumpNormalizer.processHosting(String directory)
at UnixDumpNormalizer.UnixDumpNormalizer.Normalize(DumpDescription desc)
at PsaMigrMng75.MigrMng75.normalizeDump(IDumpNormalizer normalizer)
--- End of inner exception stack trace ---
at PsaMigrMng75.MigrMng75.normalizeDump(IDumpNormalizer normalizer)
at PsaMigrMng75.MigrMng75.Backup(Boolean deleteDump, Boolean skipDownloadDump)
at migrmng.App.DoMigrate(String clientLogin, Boolean deleteDump)
at migrmng.App.Main(String[] args)
7512: Debug 20/10/2008 07:03:30.968 : Saving result...
7512: Debug 20/10/2008 07:03:31.000 : Console collector deactivated
7512: Debug 20/10/2008 07:03:31.000 : migrmng exits with code -3
7512: Debug 20/10/2008 07:03:31.000 : Unload domain.
 
Back
Top