[Rabbit-proxy-development] 060404: Rabbit pre-3.1 error messages
Brought to you by:
ernimril
From: Matej M. <rab...@ma...> - 2006-04-04 11:59:38
|
* 060404: Rabbit pre-3.1 error messages I am having the following two messages that I can not diagnose. One appears in log files and the other one on the console. *** Log errors: [04/apr/2006:11:01:58 GMT][WARN][BaseHandler: error handling request: java.io.IOException: An established connection was aborted by the software in your host machine at sun.nio.ch.SocketDispatcher.write0(Native Method) at sun.nio.ch.SocketDispatcher.write(Unknown Source) at sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) at sun.nio.ch.IOUtil.write(Unknown Source) at sun.nio.ch.SocketChannelImpl.write(Unknown Source) at sun.nio.ch.FileChannelImpl.transferToTrustedChannel(Unknown Source) at sun.nio.ch.FileChannelImpl.transferTo(Unknown Source) at rabbit.proxy.FileResourceSource.transferTo(FileResourceSource.java:59) at rabbit.proxy.TransferHandler.run(TransferHandler.java:42) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) ] *** Console errors: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(Unknown Source) at java.util.HashMap$KeyIterator.next(Unknown Source) at java.util.Collections$UnmodifiableCollection$1.next(Unknown Source) at rabbit.proxy.HttpProxy.cancelTimeouts(HttpProxy.java:402) at rabbit.proxy.HttpProxy.run(HttpProxy.java:383) at java.lang.Thread.run(Unknown Source) |