Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploying in tomcat with exception: Cannot find operation isServiced

I installed Tomcat and Tomcat Manager on a remote server as per the instructions on this post.

After adding it I successfully accessed the manager on http://IP_ADDRESS:8080/manager/html

Then I used the war file upload option to try to deploy the war file on it but it gives the following exception.

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

Documentation on isServiced

like image 702
S.Dan Avatar asked Apr 04 '17 10:04

S.Dan


2 Answers

Just looked this up. Broken in Tomcat versions M19 and 8.5.13. Fixed in upcoming versions M20 and in 8.5.14. http://bz.apache.org/bugzilla/show_bug.cgi?id=60949. So you can roll back to M18 or 8.5.12 for now.

like image 179
Dan Halbert Avatar answered Sep 21 '22 17:09

Dan Halbert


Sachi, I had the same issue, I was working with Tomcat 9 M19 and just went back to Tomcat 9 M18 and everything worked well again.

like image 41
Jonathan Gama Avatar answered Sep 22 '22 17:09

Jonathan Gama