Re: [Rabbit-proxy-users] Images not showing ??
Brought to you by:
ernimril
From: Robert O. <ro...@kh...> - 2007-04-27 20:50:48
|
Michael Gale wrote: > [27/Apr/2007:15:47:47 GMT][WARN][BaseHandler: error handling request: java.io.IOException: Resource temporarily unavailable > at sun.nio.ch.FileChannelImpl.transferTo0(Native Method) Yes, it seems that the linux version of java.nio is not very good. I would guess that it is one of: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5103988 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6428653 Sadly these bugs seems to be closed for jdk/7 or still open. If possible try to upgrade to a newer version of java, 1.6.0_01 is available and it seems to be working ok for me. Rabbit tries to catch a few versions of this problem (and retry the operation), maybe there is some place I have missed. I will take a look when I get some time. Do not try to use java 1.6.0 on linux, its selector is quite broken. Update 1 (1.6.0_01) seems to work ok. You will see the transferto bug for images and cached resources. The html filter is a stream based filter so data is not transferred. /robo |