broker logfiles

keougm

New Member
HP-UX 11.i
Progress 9.1B (patch 13)
Webspeed 3.1B


In our broker logfiles we are reporting the following message:
C-0001>(06-Sep-01 15:52:15:040) InterruptedIOException() on read()
java.io.InterruptedIOException: Read timed out
at java.net.SocketInputStream.read(Compiled Code)
at com.progress.ubroker.util.ubBufferedInputStream.fill(Compiled Code)
at com.progress.ubroker.util.ubBufferedInputStream.read(Compiled Code)
at com.progress.ubroker.util.MsgInputStream.readstream(Compiled Code)
at com.progress.ubroker.util.MsgInputStream.readubhdr(Compiled Code)
at com.progress.ubroker.util.MsgInputStream.readMsg(Compiled Code)
at com.progress.ubroker.broker.ubClientThread.solicitEvent(Compiled Code)
at com.progress.ubroker.broker.ubClientThread.mainline(Compiled Code)
at com.progress.ubroker.broker.ubClientThread.run(ubClientThread.java:172)
C-0001>(06-Sep-01 15:52:15:042) reset() : pos= 88
C-0001>(06-Sep-01 15:52:15:042) mark() : markpos=88
C-0001>(06-Sep-01 15:52:15:042) before read: need= 2 pos= 88 count= 88 marklimit= 10240 markpos= 88
C-0001>(06-Sep-01 15:52:18:040) read() InterruptedIOException in readstream : Read timed out : got= 0 need= 2 pos= 88 count= 88 mark
limit= 10240 markpos= 88

Just wonder if someone could explian the error ??

I notice the following patch has also been released for the above error:
20010703-007 Patch Product 9.1B14
diagnostic messages such as: InterruptedIOException() on read() java.io.InterruptedIOException: Read timed out at java.net.SocketInputStream.read(Compiled Code) at com.progress.ubroker.util.ubBufferedInputStream.fill(Compiled Code) at com.progress.ubroker.util.ubBufferedInputStream.read(Compiled C

Thanks
Michelle Keough
 
Top