[appengine-java] FinalizableReferenceQueue error

2009-12-05 Thread Rusty Wright
I always get this exception when my app does its first datastore query. I think it's causing me other problems. Is there anything I can do to fix this? com.google.appengine.repackaged.com.google.common.base.FinalizableReferenceQueue init: Failed to start reference finalizer thread. Reference

Re: [appengine-java] FinalizableReferenceQueue error

2009-12-05 Thread Vince Bonfanti
The exception is harmless. Add this to your logging.properties file to hide it: com.google.appengine.repackaged.com.google.common.base.FinalizableReferenceQueue.level=WARNING There was previous discussion of this (search for FinalizableReferenceQueue). Vince On Sat, Dec 5, 2009 at 1:00 PM,

Re: [appengine-java] FinalizableReferenceQueue error

2009-12-05 Thread Rusty Wright
Ah, ok; thanks Vince. Vince Bonfanti wrote: The exception is harmless. Add this to your logging.properties file to hide it: com.google.appengine.repackaged.com.google.common.base.FinalizableReferenceQueue.level=WARNING There was previous discussion of this (search for