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. Could somebody please advice? Thanks in advance for the help.
--------------------------
----------
----------
----------
----------
----------
----------
----------
----------
----------
2006-10-09 16:58:32,785 [TP-Processor18] WARN org.apache.jk.core.MsgCont
ext - Error sending end packet
java.net.SocketException: Broken pipe
at java.net.SocketOutputStrea
m.socketWr
ite0(Nativ
e Method)
at java.net.SocketOutputStrea
m.socketWr
ite(Socket
OutputStre
am.java:92
)
at java.net.SocketOutputStrea
m.write(So
cketOutput
Stream.jav
a:136)
at org.apache.jk.common.Chann
elSocket.s
end(Channe
lSocket.ja
va:518)
at org.apache.jk.common.JkInp
utStream.e
ndMessage(
JkInputStr
eam.java:1
12)
at org.apache.jk.core.MsgCont
ext.action
(MsgContex
t.java:293
)
at org.apache.coyote.Response
.action(Re
sponse.jav
a:182)
at org.apache.coyote.Response
.finish(Re
sponse.jav
a:304)
at org.apache.jk.server.JkCoy
oteHandler
.invoke(Jk
CoyoteHand
ler.java:2
04)
at org.apache.jk.common.Handl
erRequest.
invoke(Han
dlerReques
t.java:282
)
at org.apache.jk.common.Chann
elSocket.i
nvoke(Chan
nelSocket.
java:754)
at org.apache.jk.common.Chann
elSocket.p
rocessConn
ection(Cha
nnelSocket
.java:684)
at org.apache.jk.common.Chann
elSocket$S
ocketConne
ction.runI
t(ChannelS
ocket.java
:876)
at org.apache.tomcat.util.thr
eads.Threa
dPool$Cont
rolRunnabl
e.run(Thre
adPool.jav
a:684)
at java.lang.Thread.run(Threa
d.java:595
)
2006-10-09 16:58:32,785 [TP-Processor18] WARN org.apache.jk.common.Chann
elSocket - processCallbacks status 2
Start Free Trial