读书人

javax.faces.FacesException: org.ap

发布时间: 2013-09-11 17:59:56 作者: rapoo

请问这是什么错误
我用JSF控件做了一个JSP页面,但发布流览时发生错误,如下:

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: org.apache.jasper.JasperException
javax.faces.webapp.FacesServlet.service(FacesServlet.java:125)


root cause

javax.faces.FacesException: org.apache.jasper.JasperException
org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:280)
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:110)


note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.

不知道是怎么回事

[解决办法]
这个错误信息比较泛
难定位出来的

一般是对某些对象做了不合理的操作
[解决办法]
ding yi xia
我的异常网推荐解决方案:The server encountered an internal error () that prevented it from fulfilling this request.,http://www.myexception.cn/java-web/317.html

读书人网 >Java Web开发

热点推荐