Link to home
Start Free TrialLog in
Avatar of Jonathan Gama
Jonathan GamaFlag for United States of America

asked on

Tomcat 9 + java 8 error while trying to deploy a war file

I recently installed Tomcat 9 with Java 8, it runs well but when I try to deploy any war file through the Tomcat Web Application Manager, the tomcat throws this error:

"FAIL - Deploy Upload Failed, Exception: Cannot find operation isServiced",

-I already created an empty project just to see if my code was the problem but still I have the same error,
-I repeated the process in my pc and in a windows server but both give me the same error after,
-I have to say that I deployed the same war files to a Tomcat 6 with java 6 work well and deploy perfectly with no issues.

The error in logs is "javax.management.MBeanException: Cannot find operation isServiced"

there 2 other people with the same issue with no answer so far on the following links
http://stackoverflow.com/questions/43205092/deploying-in-tomcat-with-exception-cannot-find-operation-isserviced
https://www.mail-archive.com/dev@tomcat.apache.org/msg116633.html

Thank you for your help
ASKER CERTIFIED SOLUTION
Avatar of Jonathan Gama
Jonathan Gama
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jonathan Gama

ASKER

Nothing to add, I just used one version back and worked