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

Issue Creating or migrating of subscription fails

fliegerhermi

Regular Pleskian
This is the output from plesk migrator from Plesk Onyx to Ubuntu Obsidian

Code:
Failed to perform an action on subscription 'handschellenschlüssel.de': Failed to deploy subscription 'handschellenschlüssel.de'
Migration for that subscription is considered completely failed. No further actions are performed for it. Exception message: Migration tools tried to perform operation in 3 attempts.
----------------------------------------------------------------------------
Attempt #1 failed with the following error:
Unable to create subscription 'handschellenschlüssel.de'.
Command execution failed on the local server with non-zero exit code.
command: /opt/psa/bin/subscription --create 'handschellenschl\xc3\xbcssel.de' -hosting true -hst_type phys -login hschluessel -passwd '' -ip 91.210.226.176 -do-not-apply-skeleton -notify false -owner floeffler -service_plan Unlimited -force -guid 65158457-9a6c-452a-b637-e9d46f04cbd4 -creation-date 2017-12-06 -ignore-nonexistent-options
exit code: 1
stdout:
stderr: [2020-04-05 14:30:37.678] ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/mailmng-outgoing' '--add-subscription' '--main-domain-name=xn--handschellenschlssel-4ec.de' '--out-limit=120'] with exit code [1]
An error occurred during domain creation: mailmng-outgoing failed: ERROR:__main__:UNIQUE constraint failed: domains.name


----------------------------------------------------------------------------
Attempt #2 failed with the following error:
Unable to create subscription 'handschellenschlüssel.de'.
Subscription already exists on target server: most probably it was created at the previous attempt,
but migration tools are not sure if it was created correctly.
It is recommended to:
1) Resolve the original issue that caused subscription creation to fail,
delete subscription, and then run migration again.
OR
2) Ensure that created subscription is fine, or the original issue is minor,
then simply run migration for that subscription again.
----------------------------------------------------------------------------
Attempt #3 failed with the following error:
Unable to create subscription 'handschellenschlüssel.de'.
Subscription already exists on target server: most probably it was created at the previous attempt,
but migration tools are not sure if it was created correctly.
It is recommended to:
1) Resolve the original issue that caused subscription creation to fail,
delete subscription, and then run migration again.
OR
2) Ensure that created subscription is fine, or the original issue is minor,
then simply run migration for that subscription again.

The mailservice stays deactivated. When I try to activate it manually it fails with:
Code:
/usr/local/psa/bin/domain --update handschellenschlüssel.de -mail_service true

[2020-04-05 14:36:54.354] ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/mailmng-outgoing' '--add-subscription' '--main-domain-name=xn--handschellenschlssel-4ec.de' '--out-limit=120'] with exit code [1]

mailmng-outgoing failed: ERROR:__main__:UNIQUE constraint failed: domains.name

Any idea? I think it might be some problem with the IDN conversion.
 
Back
Top