Re: [Rabbit-proxy-development] Exceptions by the hundreds
Brought to you by:
ernimril
From: Robert O. <ro...@kh...> - 2006-10-10 16:53:48
|
Fredric Palmgren wrote: > It seems like I fill my error logs with the same error over and over again: > At startup, I get a lot of: > java.io.EOFException ... > at rabbit.cache.FileData.readData(FileData.java:28) The cache file format changed and you have an old cache that rabbit is trying to use. "rm -rf /tmp/rcache" or similar to remove it and restart rabbit after that. > java.lang.NullPointerException > at rabbit.handler.BaseHandler.finishData(BaseHandler.java:172) Not sure what this is and my source tree has changed a bit so I am not sure if the line numbers match. I will check. /robo |