• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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