500 Servlet Exception是什么问题

来源:百度知道 编辑:UC知道 时间:2024/05/22 23:36:00
500 Servlet Exception
javax.servlet.jsp.JspException: ServletException in '/WEB-INF/JSP/xk/inforBodyHashZy.jsp':
null
at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:921)
at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:460)
at _WEB_22dINF._JSP._template._layout._InforLayoutTrible__jsp._jspService(/WEB-INF/JSP/template/layout/InforLayoutTrible.jsp:23)
at com.caucho.jsp.JavaPage.service(JavaPage.java:75)
at com.caucho.jsp.Page.subservice(Page.java:506)
at com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:182)
at com.caucho.server.http.Invocation.service(Invocation.java:315)
at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
at com.caucho.server.http.QRequestDispatcher.forward(QRequestDispatcher.java:223)
at com.caucho.server.http.QRequestDispatcher.forward(QRequestDispatcher.java:103)
at com.caucho.server.htt

500 类是内部服务器错误
500 Servlet Exception
状态码500是服务器内部出错,一般由程序错误引起。
500表示的是内部错误(internal error),就是表示Servlet程序本身的错误,比如是被0除之类的。建议在仔细检查一下源代码的逻辑是否正确。