• 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

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