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

tomcat的异常 调了一天了 求救

2013-09-11 
tomcat的错误调了一天了 求救HTTPStatus500---------------------------------------------typeExceptionr

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.myexception.cn/java-web/317.html

热点排行