when i'm trying to deploy war file in tomcat9 i'm getting following message "FAIL - Deploy Upload Failed, Exception: Cannot find operation isServiced" please help
Asked
Active
Viewed 2,232 times
1
-
1Coincidentially, I'm getting the same issue today. Found a solution? – S.Dan Apr 04 '17 at 10:51
-
No.I installed Xampp which has tomcat 7.It has no issues as of now – alekhyareddy patlolla Apr 05 '17 at 14:36
-
This is bug in 8.5.13 and M19. You need change version http://stackoverflow.com/a/43232552/4629628 – Alexey Kleandrov Apr 18 '17 at 08:26
2 Answers
1
Looks like a recent bug that now has a fix applied for the next release:
https://www.mail-archive.com/dev@tomcat.apache.org/msg116634.html

Andrew Forman
- 71
- 1
- 4
0
Same problem, and you can find below the exception from my tomcat manager log file:
04-Apr-2017 19:19:24.126 SEVERE [ajp-nio-127.0.0.1-8009-exec-4] org.apache.cata$
javax.management.MBeanException: Cannot find operation isServiced04-Apr-2017 1$
javax.management.MBeanException: Cannot find operation isServiced

Terai
- 311
- 1
- 4
- 13