The class is here: http://code.google.com/p/google-collections/source/browse/trunk/src/com/ google/common/base/internal/Finalizer.java
I don't understand why it's not bound into their JAR. Anyway, I added it to my project and the problem went away. Jordan Zimmerman Principal Software Architect 831.647.4712 831.214.2990 (cell) [email protected] SHOP*COMTM Shop Smart, Save Big(tm) www.shop.com -----Original Message----- From: Jordan Zimmerman [mailto:[email protected]] Sent: Tuesday, March 17, 2009 1:42 PM To: [email protected] Subject: Odd Google exception Does this make sense to anyone? WARNING: Could not load Finalizer in its own class loader. Loading Finalizer in the current class loader instead. As a result, you will not be able to garbage collect this class loader. To support reclaiming this class loader, either resolve the underlying issue, or move Google Collections to your system class path. java.io.FileNotFoundException: com/google/common/base/internal/Finalizer.class at com.google.common.base.FinalizableReferenceQueue$DecoupledLoader.getBase Url(FinalizableReferenceQueue.java:229) at com.google.common.base.FinalizableReferenceQueue$DecoupledLoader.loadFin alizer(FinalizableReferenceQueue.java:213) at com.google.common.base.FinalizableReferenceQueue.loadFinalizer(Finalizab leReferenceQueue.java:135) at com.google.common.base.FinalizableReferenceQueue.<clinit>(FinalizableRef erenceQueue.java:100) at com.google.common.collect.MapMaker$QueueHolder.<clinit>(MapMaker.java:77 2) at com.google.common.collect.MapMaker$WeakEntry.<init>(MapMaker.java:931) at com.google.common.collect.MapMaker$Strength$1.newEntry(MapMaker.java:297 ) at com.google.common.collect.MapMaker$StrategyImpl.newEntry(MapMaker.java:4 83) at com.google.common.collect.MapMaker$StrategyImpl.newEntry(MapMaker.java:4 04) at com.google.common.collect.CustomConcurrentHashMap$Impl$Segment.put(Custo mConcurrentHashMap.java:950) at com.google.common.collect.CustomConcurrentHashMap$Impl.put(CustomConcurr entHashMap.java:1429) at org.apache.shindig.common.cache.SoftExpiringCache.addElement(SoftExpirin gCache.java:90) at org.apache.shindig.gadgets.DefaultGadgetSpecFactory.fetchObject(DefaultG adgetSpecFactory.java:142) at org.apache.shindig.gadgets.DefaultGadgetSpecFactory.getGadgetSpec(Defaul tGadgetSpecFactory.java:87) at org.apache.shindig.gadgets.process.Processor.process(Processor.java:81) at org.apache.shindig.gadgets.render.Renderer.render(Renderer.java:72) at com.shop.opensocial.mediated.shindig.request.MediatedRenderingServlet.re nder(MediatedRenderingServlet.java:81) at com.shop.opensocial.mediated.shindig.request.MediatedRenderingServlet.do Get(MediatedRenderingServlet.java:123) at javax.servlet.http.HttpServlet.service(HttpServlet.java:748) at javax.servlet.http.HttpServlet.service(HttpServlet.java:861) at com.catalogcity.amos_app_server.common.http_server.servlet_runner.execut e(servlet_runner.java:79) at com.catalogcity.amos_app_server.common.http_server.war.web_application_l oader$4.doFilter(web_application_loader.java:209) at org.apache.shindig.auth.AuthenticationServletFilter.doFilter(Authenticat ionServletFilter.java:78) at com.catalogcity.amos_app_server.common.http_server.war.web_application_l oader$4.doFilter(web_application_loader.java:219) at com.shop.opensocial.mediated.shindig.request.MediatedServletFilter.doFil ter(MediatedServletFilter.java:71) at com.catalogcity.amos_app_server.common.http_server.war.web_application_l oader$4.doFilter(web_application_loader.java:219) at com.catalogcity.amos_app_server.common.http_server.war.web_application_l oader.execute_servlet(web_application_loader.java:227) at com.catalogcity.amos_app_server.common.http_server.war.web_application_l oader.access$300(web_application_loader.java:39) at com.catalogcity.amos_app_server.common.http_server.war.web_application_l oader$2$1.execute(web_application_loader.java:141) at com.catalogcity.amos_app_server.common.http_server.http_socket_runner.pr ocess_request(http_socket_runner.java:700) at com.catalogcity.amos_app_server.common.http_server.http_socket_runner.pr ocess_command(http_socket_runner.java:557) at com.catalogcity.amos_app_server.common.http_server.http_socket_runner.ru n(http_socket_runner.java:302) at com.catalogcity.util.simple_thread_pool$thread_runner.run(simple_thread_ pool.java:467) Jordan Zimmerman Principal Software Architect 831.647.4712 831.214.2990 (cell) [email protected] SHOP*COMTM Shop Smart, Save Big(tm) www.shop.com This message (including any attachments) is intended only for the use of the individual or entity to which it is addressed and may contain information that is non-public, proprietary, privileged, confidential, and exempt from disclosure under applicable law or may constitute as attorney work product. If you are not the intended recipient, you are hereby notified that any use, dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, notify us immediately by telephone and (i) destroy this message if a facsimile or (ii) delete this message immediately if this is an electronic communication. Thank you. This message (including any attachments) is intended only for the use of the individual or entity to which it is addressed and may contain information that is non-public, proprietary, privileged, confidential, and exempt from disclosure under applicable law or may constitute as attorney work product. If you are not the intended recipient, you are hereby notified that any use, dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, notify us immediately by telephone and (i) destroy this message if a facsimile or (ii) delete this message immediately if this is an electronic communication. Thank you.

