日期:2014-05-18  浏览次数:20743 次

tomcat的错误 调了一天了 求救
HTTP   Status   500   -  

--------------------------------------------

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:435)
sbyd.Servlet.doPost(Servlet.java:47)
sbyd.lx.Lx1.doPost(Lx1.java:17)
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/6.0.10   logs.


--------------------------------------------

Apache   Tomcat/6.0.10

------解决方案--------------------
一般是预期的对象出了问题
比如传输什么对象做操作
但是实际没有或者类型不对等情况
------解决方案--------------------
重定向异常
------解决方案--------------------
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.10 logs
===================================================

你可以去Tomcat的log看看具体错误原因~
------解决方案--------------------
换个别的跳转方式,先试试,如果都不行,检查web服务器,重装一个,

如果可以了,你代码写错了备
------解决方案--------------------
应该你的代码出了问题`~~~
------解决方案--------------------
看看你的sendRedirect后面程序是否又执行了其他操作
我的异常网推荐解决方案:The server encountered an internal error () that prevented it from fulfilling this request.,http://www.aiyiweb.com/java-web/317.html