2016-11-25 335 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軸同樣的錯誤怎麼樣? –

相關問題