Would you mind filing an issue in the issue tracker for this problem at http://code.google.com/p/gwt-google-apis so I can keep track of this?
The root of the problem is that the Gadgets linker doesn't use the same hosted mode startup as the regular IFrame linker. -Eric. On Wed, Dec 3, 2008 at 1:03 PM, rintcius <[EMAIL PROTECTED]> wrote: > > Hi, > > I am trying to get the GadgetRPC sample working, but I'm stuck. I am > getting the exception below when it's about to make the RPC call (and > a similar exception in my own project) > Anybody knows what's going on here? Did I miss a configuration step > somewhere? > > By the way I am running linux. GWT version is 1.5.3. gwt-gadgets > version is 1.0.1. > > Thanks for any help, > Rintcius > > [ERROR] Uncaught exception escaped > com.google.gwt.core.client.JavaScriptException: (ReferenceError): > $stats is not defined > fileName: jar:file:/home/rintcius/dev/lib/gwt/gwt-linux-1.5.3/gwt- > user.jar!/com/google/gwt/user/client/rpc/impl/RemoteServiceProxy.java > lineNumber: 56 > stack: ()@jar:file:/home/rintcius/dev/lib/gwt/gwt-linux-1.5.3/gwt- > user.jar!/com/google/gwt/user/client/rpc/impl/RemoteServiceProxy.java: > 56 > static void com.google.gwt.user.client.DOM.dispatchEvent > (com.google.gwt.user.client.Event,com.google.gwt.user.client.Element,com.google.gwt.user.client.EventListener) > ([object Event],[object HTMLButtonElement],[object > gwt_nativewrapper_class])@:0 > ([object Event])@jar:file:/home/rintcius/dev/lib/gwt/gwt-linux-1.5.3/ > gwt-user.jar!/com/google/gwt/user/client/impl/DOMImplStandard.java:197 > @:0 > > at > com.google.gwt.user.client.rpc.impl.RemoteServiceProxy.isStatsAvailable > (Native Method) > at > com.google.gwt.gadgets.sample.gadgetrpc.client.GadgetService_Proxy.getServerInfo > (transient source for > com.google.gwt.gadgets.sample.gadgetrpc.client.GadgetService_Proxy:23) > at com.google.gwt.gadgets.sample.gadgetrpc.client.GadgetRPC$2.onClick > (GadgetRPC.java:104) > at com.google.gwt.user.client.ui.ClickListenerCollection.fireClick > (ClickListenerCollection.java:34) > at com.google.gwt.user.client.ui.FocusWidget.onBrowserEvent > (FocusWidget.java:102) > at com.google.gwt.user.client.DOM.dispatchEventImpl(DOM.java:1308) > at com.google.gwt.user.client.DOM.dispatchEventAndCatch(DOM.java: > 1287) > at com.google.gwt.user.client.DOM.dispatchEvent(DOM.java:1255) > > > -- Eric Z. Ayers - GWT Team - Atlanta, GA USA http://code.google.com/webtoolkit/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
