当前位置: 代码迷 >> Java Web开发 >> java.lang.IllegalStateException,该怎么解决
  详细解决方案

java.lang.IllegalStateException,该怎么解决

热度:372   发布时间:2016-04-17 12:27:14.0
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.daimami.com/search?q=317
  相关解决方案