• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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