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

Domains Suspended after Backup

dalydesign

Basic Pleskian
a load of my domains were backed up last night and they have been suspended ever since.

I have tried the following:
1. Domains -> Backup Manager -> Back Up
2. tick off the box to the left of "Suspend domain until backup task is completed"
3. Tick off the box to the left of "Domain configuration"
4. Click "Back Up".

...That did not fix it

I've tried suspending/activating the domains, but I just receive "Error: Unable to activate the domain: The domain is suspended."

I've also logged into MySQL PSA database and run "update domainaliases set status=0 where status=2;" ...That did not fix it

I have checked and /var/www/vhosts/domain.com/conf/httpd.include file is missing.

I have also run the following command: /usr/local/psa/admin/sbin/httpdmng --reconfigure-all
That did not fix it

if I try "/usr/local/psa/bin/domain -u mydomain.com -status enabled" I receive the following error message...
An error occurred during domain update: Turn on domain failed: /usr/share/tomcat5/conf/server.xml:1451: parser error : Extra content at the end of the document
vice>
tomcatmng: Unable to parse tomcat server config /usr/share/tomcat5/conf/server.xml



Does anyone have any ideas to fix this?

I'm on the latest 11.0.9 Update #63
 
Here's the Fix:

Yum remove tomcat*
yum install tomcat* psa-mod_jk -y
/usr/local/psa/admin/bin/tomcatmng --stop
/usr/local/psa/admin/bin/tomcatmng --install-psa
/usr/local/psa/bin/domain -u YOUR.SUSPENDED.DOMAIN -status enabled
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
 
Back
Top