- 论坛徽章:
- 0
|
请教各位大虾:
系统后台频繁报以下问题,
<Oct 18, 2004 8:35:24 AM GMT+08:00>; <Error>; <socket>; <000403>; <IOException on socket: Socket[addr=44.33.32.108/44.33.32.108,port=1053,localport=7001]
java.io.IOException: A complete message could not be not be read on socket: 'weblogic.socket.MuxableSocketDiscriminator@44611754 - number of bytes read: '354', buffer: 'null'', in the configured timeout period of '1' secs
java.io.IOException: A complete message could not be not be read on socket: 'weblogic.socket.MuxableSocketDiscriminator@44611754 - number of bytes read: '354', buffer: 'null'', in the configured timeout period of '1' secs
at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java(Compiled Code))
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java(Compiled Code))
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java(Compiled Code))
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:210)
这是怎么回事呀,应该如何入手?这个问题是出在应用上,还是出在Web服务器上?
非常感谢! |
|