type Exception report
message File "/axis2-web/listSingleService.jsp" not found
description The server encountered an internal error that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: File "/axis2-web/listSingleService.jsp" not found
org.apache.jasper.servlet.JspServlet.handleMissingResource(JspServlet.java:412)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:379)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
org.apache.axis2.transport.http.AbstractAgent.renderView(AbstractAgent.java:119)
org.apache.axis2.transport.http.ListingAgent.processListService(ListingAgent.java:200)
org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:260)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)请检查service.xml中服务名称是否正确

本文记录了一次 Axis2 在尝试列出单个服务时遇到的内部错误,详细介绍了 javax.servlet.ServletException 异常堆栈跟踪,并提供了初步排查方向,即检查 service.xml 中的服务名称是否正确。

被折叠的 条评论
为什么被折叠?



