• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Error when trying to run httpdmng

tkalfaoglu

Silver Pleskian
Hello. Due to an error in template configs, I'm tried running httpdmng, but it fails with:

/usr/local/psa/admin/bin/httpdmng --reconfigure-all
Unable to register configuration file: template=domainVhost, domain.id=185


I followed:
http://kb.parallels.com/en/112815
http://kb.parallels.com/en/11288
http://kb.parallels.com/en/112882

but none of them seems to exactly apply.. The first one seems to fit, but in step #2, the subscription.id displayed is not zero.. So I did not want to proceed.

(Even a "select" that would enable me to see the domain name with this ID would be helpful.. Maybe I can delete that domain and re-create it afterwards..)

Any ideas what I should do?
Thanks, -t
 
First of all find name of this domain with

mysql> select id,name from domains where id=185;

Usually this error occurs when domain is configured to non-existent IP address. Check it and reconfigure domain.
Also following article may be useful - http://kb.parallels.com/114632
 
Thanks!

That article you quoted is worth its weight in gold -- I was able to fix the psa database with no effort..
Many thanks!
-turgut
 
First of all find name of this domain with

mysql> select id,name from domains where id=185;

Usually this error occurs when domain is configured to non-existent IP address. Check it and reconfigure domain.
Also following article may be useful - http://kb.parallels.com/114632

I'm getting the same errors while trying to delete a domain, I can see it in the domains table, but how do I find out what IP address it's supposed to be using?
 
Back
Top