2016-11-25 334 views
-1

我已经通过服务器(Tomcat 9)部署了Web服务。但是当我把它在浏览器中,我得到这个错误:HTTP状态500 - servlet的Servlet.init()AxisServlet抛出异常

"HTTP Status 500 - Servlet.init() for servlet AxisServlet threw exception"

Click here to see Error

如何解决呢?

详情:

我在Talend open studio中创建了一份工作。 然后,我将其作为Axis Web服务(.war)构建并部署到Tomcat服务器上。我跟着这个教程链接:

现在

https://help.talend.com/display/TalendOpenStudioforDataIntegrationUserGuide62EN/5.2.2+How+to+build+Jobs?_ga=1.142016306.1890479853.1478596067

部署后,我对着上面提到的错误。 我该怎么办?

+0

类'org.apache.axis.description.OperationDesc'无法找到,检查你的web应用程序有相关的轴罐。 – Berger

+0

谢谢伯杰。我添加了相关的罐子,它工作。 –

回答

0

添加相关的jar文件解决了这个问题。

文件:

1> axis.jar

2> WSDL4J-1.6.2.jar

+1

第2轴同样的错误怎么样? –

相关问题