Are you doing anything unusual on the client side? This kind of exception normally means that the client-side closed the connection ... I supposed JavaScript that changes the document URL while the document is loading could do this.
There shouldn't be anything unusual about a Frame component within a Frameset ... to Tapestry, and to HTTP, it is just another HTML page. ----- Original Message ----- From: "Ara Abrahamian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 13, 2002 3:48 AM Subject: [Tapestry-developer] Frame exception > I'm getting this exception in a page which uses the Frame component (on > JRun4): > > (engine.AbstractEngine 815 ) End service > 06/13 15:04:44 user AddressDirectoryServlet: IOException > java.net.SocketException: Connection reset by peer: socket write error > at java.net.SocketOutputStream.socketWrite(Native Method) > at java.net.SocketOutputStream.write(SocketOutputStream.java:83) > at > java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:72 > ) > at > java.io.BufferedOutputStream.flush(BufferedOutputStream.java:130) > at jrun.servlet.http.WebEndpoint.commit(WebEndpoint.java:480) > at > jrun.servlet.http.WebOutputStream$PendingOutputStream.write(WebOutput > Stream.java:118) > at > java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:72 > ) > at > java.io.BufferedOutputStream.flush(BufferedOutputStream.java:130) > at > jrun.servlet.http.WebOutputStream.close(WebOutputStream.java:52) > at > net.sf.tapestry.ResponseOutputStream.forceClose(ResponseOutputStream. > java:165) > at > net.sf.tapestry.engine.AbstractEngine.service(AbstractEngine.java:798 > ) > at > net.sf.tapestry.ApplicationServlet.doService(ApplicationServlet.java: > 193) > at > net.sf.tapestry.ApplicationServlet.doGet(ApplicationServlet.java:161) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) > at > jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) > at > jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java: > 241) > at > jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java: > 527) > at > jrun.servlet.http.WebService.invokeRunnable(WebService.java:172) > at > jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPoo > l.java:348) > at > jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.j > ava:451) > at > jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool. > java:294) > at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) > > > ********************************************************** > > Am I doing something wrong or there a problem in Frame component? > > Ara. > > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > Tapestry-developer mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/tapestry-developer _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
