• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

migration error - Tomcat support is not installed

wildwilla

New Pleskian
Hi All

We are migrating a few PHP/MYSQL sites from one VPS to another and sofar we have migrated 5 sites fine.

however we have a site that we migrate it we get the following error about the destnation server not having tomcat on it. The site should only be PHP and MYSQL so we are unsure why this is would be set as a Tomcat enabled site.

Any way how can we resolve this without setting up tomcat on the destination site? We have looked at the existing site and cant see anywhere in teh domain admin CP inside plesk to disable tomcat for the domain/server.

Many thanks

Ww

<?xml version="1.0"?>
<execution-result status="success"><object name="#########" type="client"><object name="#########"type="domain"><message code="ExecCmd::ExFailed" severity="error"><context>void plesk::ExecCmd::reportError() const</context><file>ExecCmd.cpp</file><line>49</line><text>Execution of /usr/local/psa/admin/plib/api-cli/tomcat.php --update-service ######### -no-restart -status domadm failed with return code 1.
Stderr is
Tomcat support is not installed
</text></message><object name="#########" type="hosting"><message code="FailedSiteAppDeployment" severity="error"><context>virtual void plesk::InstalledSiteAppDeployer::act(plesk::XmlNode) const</context><file>./siteapps.cpp</file><line>343</line><text>Can not deploy site application joomla - Mynxx - Monigma-1.5.9-1 on domain cosworth.tv</text><message code="ExecCmd::ExFailed" severity="error"><context>void plesk::ExecCmd::reportError() const</context><file>ExecCmd.cpp</file><line>49</line><text>Execution of /usr/local/psa/admin/plib/api-cli/siteapp-registrar.php --register /usr/local/psa/PMM/tmp/pmm-xmlskvlw4 -domain ######### -linked-dbs 23 -print-id failed with return code 1.
Stderr is
Proper Client Application Item has not been found
</text></message></message></object></object></object></execution-result>
 
Try to run following command on both servers:

# rpm -qa | grep tomcat

and make sure that there are really no any tomcat related packages.
 
Hi IgorG

I ran this on both servers and the this si what is on the server we are migrating from.

tomcat5-server-lib-5.5.23-0jpp.2.fc6
tomcat5-servlet-2.4-api-5.5.23-0jpp.2.fc6
tomcat5-jsp-2.0-api-5.5.23-0jpp.2.fc6
tomcat5-5.5.23-0jpp.2.fc6
tomcat5-webapps-5.5.23-0jpp.2.fc6
tomcat5-jasper-5.5.23-0jpp.2.fc6
tomcat5-common-lib-5.5.23-0jpp.2.fc6
tomcat5-admin-webapps-5.5.23-0jpp.2.fc6
psa-tomcat-configurator-9.3.0-fc6.build93091230.06

Now its seems that the migration has completed successfully even with these errors.

Ww
 
Ok. But if you meet any post-migrate issues, you can install tomcat on destination server and restart migration without any errors.
 
Back
Top