• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Migration tool failure

V

ventrue21

Guest
Execution of /usr/local/psa/bin/domain --create d.com -clogin d -notify false -www true failed with return code 1.
Stderr is
mailmng: Unable to remove domain from rcpthosts file
System error 2: No such file or directory
mailmng: Unable to remove domain from virtualdomains file
System error 2: No such file or directory
An error occured during domain creation: unable to update domain preferences: Unable to update domain data: Failed mail post-configuration: Can't create mail domain servie: mailManager->addDomain() failed: mailmng failed: mailmng: Unable to remove domain from rcpthosts file
System error 2: No such file or directory
mailmng: Unable to remove domain from virtualdomains file
System error 2: No such file or directory


Migration on CentOS using Plesk 8.0.1 went smooth until domain name creation time. The above error was produced for every domain name in the Q to be migrated.

Has anyone else came across this error? I will post a resolution and document steps for others to use.
 
Originally posted by ventrue21
Execution of /usr/local/psa/bin/domain --create d.com -clogin d -notify false -www true failed with return code 1.

Try to create domain by using CLI utilities exactly as in command above:

Code:
/usr/local/psa/bin/domain --create d.com -clogin d -notify false -www true

If this does not work, then something bad happened on your destination Plesk.
 
Back
Top