• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

need help fast!

M

modom

Guest
need help fast -warning: failed to load external entity - site is down

Hi,

I created a backup of my domain, designhosting.biz and downloaded it to my harddrive. The plesk admin turned my domain off and now when I try to enable it I get this error message:

Unable to activate/deactivate domain: domainmng failed: domainmng: /usr/loca/psa/admin/bin/tomcatmng execution failed:
warning: failed to load external entity "/var/tomcat4/conf/server.xml"
tomcatmng: Document /var/tomcat4/conf/server.xml not parsed successfully
domainmng: Error while turn on tomcat service on domain designhosting.biz

I do not have tomcat installed and never have tried to enable it for any domain.

I tried restarting httpd, psa and rebooted the server and still the same error. My site is down so cannot receive emails. I can send them but not receive any now.

Thanks!
 
There have been several posts regarding Tomcat issues. Here is one, see Cranky's post at "30th August 2005 08:35 PM" about half way down. Hope you are familiar with mysql command line:

http://forum.plesk.com/showthread.php?threadid=26819&highlight=tomcat+AND+Components

Actually, if you are not the Server Admin, then you probably don't have root SSH access.

You may have to substitute 'tomcat4' instead of 'tomcat'.
The plesk admin turned my domain off
Did you have the admin try to turn it on? Has your domain been suspended for a reason??
 
Hi,

This is my personal domain so I removed it from plesk and added it back and restored from the backup I created.

My site is not showing yet but the email is working.

I don't even have tomcat installed so don't know why I got that error.

I ran that command from Cranky's post:
Via SSH run the following:

mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa

This opens MySQL and connects you to the psa database. Then:

select * from Components;

And it only shows Tomcat 4 = not installed
 
Back
Top