I checked in a fix for this problem. I tried creating a test but ran out of time, I will try again some time soon, but if you could try the latest LRUMemoryCache, it should work.
john mcnally On Tue, 2002-06-18 at 07:01, Yann Doussot wrote: > Hello, > > I'm running JCS from CVS (fresh copy) and trying to run the admin > servlet. When the servlet is started I get this error: > > > java.lang.ClassCastException: java.util.Hashtable$Entry > java.lang.ClassCastException: java.util.Hashtable$Entry > at > >org.apache.jcs.engine.memory.lru.LRUMemoryCache$IteratorWrapper.next(LRUMemoryCache.java:304) > at > org.apache.jcs.admin.servlet.JCSAdminServlet.getByteCount(JCSAdminServlet.java:202) > at > org.apache.jcs.admin.servlet.JCSAdminServlet.buildCacheInfo(JCSAdminServlet.java:181) > > > (JCS itself works very well on the same server) > > Thanks. > > -- > Yann Doussot - CTO - FullSIX France > Tel: +33 6 12 71 70 03 > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
