首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

java.lang.IllegalStateException,该怎么解决

2013-09-11 
java.lang.IllegalStateExceptiontype Exception reportmessagedescription The server encountered an in

java.lang.IllegalStateException
type Exception report

message 

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

exception 

java.lang.IllegalStateException
org.apache.catalina.connector.ResponseFacade.sendRedirect(ResponseFacade.java:433)
com.fuyou.servlet.loginservlet.doPost(loginservlet.java:93)
javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)


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


--------------------------------------------
当username="guest",会有上面的异常,但username="admin"时,可以正常运行

[解决办法]
或许是你的 guest.jsp里面有语法错误
[解决办法]
把guest.jsp贴出来看看
我的异常网推荐解决方案:The server encountered an internal error () that prevented it from fulfilling this request.,http://www.myexception.cn/java-web/317.html

热点排行