Re: [Rabbit-proxy-users] rabbit.http.GeneralHeader exceptions with rabbit 3.0
Brought to you by:
ernimril
From: Robert O. <ro...@kh...> - 2006-03-30 05:29:14
|
Hello! Samat Jain wrote: > java.io.InvalidClassException: rabbit.http.GeneralHeader; local class > incompatible: stream classdesc serialVersionUID = 20050430, local class > serialVersionUID = -6590869010229052438 .... > I get this error on startup, it repeats many times during use, and is Ah, you are trying to run rabbit/3 with an existing cache from rabbit/2. Yes, that will give an error. Stop rabbit, delete the old cache directory and restart rabbit/3 and it ought to start without problems. /robo |