My guess: I have thumbnails of large images on my site. When a user clicks on them, I send him the enlarged version (which is big!). If they hit BACK or abort the connection in some other way, it'll sever it. This is perfectly acceptable and should not display an exception.

Gili

Eelco Hillenius wrote:
Do you have a good idea how/ when this happens?

Eelco


Gili wrote:

Hmm, can we supress this exception? I'm ending up with 100MB tomcat log files full of this kind of stuff (and it seems like normal behavior to me)...

wicket.WicketRuntimeException: Unable to render resource stream file:/C:/Program%20Files/Tomcat%205.5/webapps/desktopbeautifier/ROOT/WEB-INF/classes/com/be/desktopbeautifier/web/main/space/thumbnails/Wonderment_by_dilekt.jpg
    at wicket.Resource.respond(Resource.java:174)
    at wicket.Resource.onResourceRequested(Resource.java:114)
at wicket.protocol.http.WebRequestCycle.resourceReference(WebRequestCycle.java:523) at wicket.protocol.http.WebRequestCycle.parseRequest(WebRequestCycle.java:136)
    at wicket.RequestCycle.request(RequestCycle.java:377)
    at wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:221)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.be.desktopbeautifier.web.filter.AddResponseHeaders.doFilter(AddResponseHeaders.java:44) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:526) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    at java.lang.Thread.run(Unknown Source)
Caused by: ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:327) at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:293) at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:85)
    at wicket.Resource.respond(Resource.java:169)
    ... 25 more

Thanks,
Gili





-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop


--
http://www.desktopbeautifier.com/


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to