Re: [Rabbit-proxy-development] 060404: Rabbit pre-3.1 error messages
Brought to you by:
ernimril
From: Robert O. <ro...@kh...> - 2006-04-04 19:50:57
|
Matej Mihelic wrote: > *** 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) I have seen this one as well, it does not seem to generate any problems. But until I know the exact cause of this the warning will stay. One cause may be that you load only half a page and then move on, causing the browser to abort that download. There seems to be more causes for this though. > *** 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) Ok, I have not seen this one. Good to hear about it. I currently have no idea what caused it. But at least rabbit should continue, possibly keeping one connection open until the next round so it is not a big problem. /robo |