五月 16, 2015 10:25:31 上午 org.apache.catalina.core.StandardWrapperValve invoke
严重: Servlet.service() for servlet jsp threw exception
java.io.IOException: Error: Attempt to clear a buffer that's already been flushed
at org.apache.jasper.runtime.JspWriterImpl.clear(JspWriterImpl.java:150)
at org.apache.jsp.webmana.validateCode.image_jsp._jspService(image_jsp.java:129)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Thread.java:745)
刚试过了不行。ManagerFiler中报错:protected void doFilterInternal(HttpServletRequest request,HttpServletResponse response, FilterChain filterChain)throws IOException {filterChain.doFilter(request, response);}
追答你把代码发过来,我看一下
...系统时、登陆页面不能成功跳转、出现如下异常、请问是什么原因?
你好,是你设计的不合理导致的内存溢出,你重启一下服务器试试。