简体   繁体   中英

“Error invoking method check” when deploying a WAR on Tomcat

When I deploy my WAR generated with Ant on my local system (copy/paste under /webapps), everything works fine.

The thing is, when I deploy the WAR on a remote server for test purposes, I got this error message:

There was an error thrown by Tomcat during deployment: "Error invoking method check". This however may not mean that you application failed to deploy. Please check the status in the application list

But the application is not deployed at all. I have to use Probe (lambaprobe.org) to manage and deploy applications on Tomcat on the remote server I'm talking. And I don't have access to the filesystem, only probe.

Any idea would be much appreciated!

Thanks

我经常遇到这个问题,在检查日志后,这是由带有tomcat的OutOfMemoryError引起的

Impossible to check the log... We managed to restart tomcat and it works now. Weird.

Thank you anyway!

Check the log files of tomcat; they contain the full error message.

If you can't access them easily, write a small webapp which allows you to browse and/or download the logs and deploy that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM