Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近开始在本地 Tomcat 服务器上使用 Axis2 进行一些工作。一切都很顺利,我在周末让我的电脑休眠了。今天早上开始工作时,我在尝试检查我的服务时遇到了内部服务器错误。执行验证检查时,我收到以下错误:
检查版本服务
Axis2 版本服务出现问题,可能是服务不可用或出现问题。但这并不意味着系统不工作!尝试上传其他一些服务并检查它是否正常工作。
任何想法如何解决这个问题?重新启动我的电脑没有帮助,我以前没有遇到过这个问题。
当tomcat停止时,请从tomact的webapp文件夹中删除axis2.war和axis2目录。然后启动tomcat,看到axis2删除成功。之后将axis2.war再次放入webapp目录。它会起作用的。
似乎重新安装Tomcat就可以了。
对于其他有同样问题的人:
为我工作。