Hi all

We're using Tiles 2 with Spring MVC 2.5 and Weblogic 9.  The problem is that 
when we click on a link when the page is still loading, we always get the 
following stacktrace:

[DEBUG] - [org.springframework.web.servlet.DispatcherServlet] - Could not 
complete request
org.apache.tiles.impl.CannotRenderException: Connection reset by peer: socket 
write error
        at 
org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:679)
        at 
org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:631)
        at 
org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:307)
        at 
org.springframework.web.servlet.view.tiles2.TilesView.renderMergedOutputModel(TilesView.java:75)
        at 
org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:258)
        at 
org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1174)
        at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:901)
        at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
        at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571)
        at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
        at 
weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
        at 
weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
        at 
weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
        at 
weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
        at 
weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3231)
        at 
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at 
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
        at 
weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2002)
        at 
weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1908)
        at 
weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1362)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
Caused by: java.net.SocketException: Connection reset by peer: socket write 
error

When I look on google I couldn't find much information about this.  Most 
threads were very old and it seems that this has something to do with Weblogic. 
 Normally this should 've been fixed by now, but it seems that there are still 
some issues.  Does anyone know what I can do about this?

Thanks in advance.

Reply via email to