I have some problem with my
JSP pages. This problem occurs in Mozilla but not in IE
I have links on the top of the page. Example: "Link to page A | Link to page B | Link to page C"
When I click the link in mozilla sometimes the page is done loading but it only says "done" in the status bar but no data displayed (blank page). I don't know why this doesn't happen when I use Internet Explorer.
In the
tomcat log, I saw these lines below around at the same time. But I'm not quite sure whether it has something to do with the problem. I'm wondering if anyone had this kind of problem Could somebody please advice? Thanks in advance for the help.
--------------------------------------------------------------------------------------------------------------------
2006-10-09 16:58:32,785 [TP-Processor18] WARN org.apache.jk.core.MsgContext - Error sending end packet
java.net.SocketException: Broken pipe
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
at org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:518)
at org.apache.jk.common.JkInputStream.endMessage(JkInputStream.java:112)
at org.apache.jk.core.MsgContext.action(MsgContext.java:293)
at org.apache.coyote.Response.action(Response.java:182)
at org.apache.coyote.Response.finish(Response.java:304)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:204)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
2006-10-09 16:58:32,785 [TP-Processor18] WARN org.apache.jk.common.ChannelSocket - processCallbacks status 2