1

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

2 Answers2

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