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

Error removing domain with tomcatmng

C

chrisl@

Guest
Hello,

I am trying to remove a domain from one of my customers and I am getting the following error. Is there anyway to get around this and force the removal?

Code:
tomcatmng is failed --remove-service --vhost-name=somedomain.com

0: /usr/local/psa/admin/plib/utilmng.php:57
    utilmng->call(string 'remove-service', array)
1: /usr/local/psa/admin/plib/tomcatmng.php:44
    tomcatmng->remove_service(string 'somedomain.com')
2: /usr/local/psa/admin/plib/class.DSTomcat.php:227
    DSTomcat->delete()
3: /usr/local/psa/admin/plib/class.PhDomain.php:314
    PhDomain->reset(integer '0', boolean true, boolean false)
4: /usr/local/psa/admin/plib/class.BsDomain.php:313
    BsDomain->reset(integer '0')
5: /usr/local/psa/admin/plib/class.BsDomain.php:307
    BsDomain->delete(integer '0')
6: /usr/local/psa/admin/plib/class.BsDomain.php:540
    mdeleteDomains(array)
7: /usr/local/psa/admin/plib/class.Manager.php:352
    Manager->removeDomains(array)
8: /usr/local/psa/admin/htdocs/domains/domains.php3:209
 
Back
Top