• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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