On 05/04/2010 07:33 AM, Jeff Chimene wrote: > > > On Mon, May 3, 2010 at 11:14 PM, Manuel Carrasco Moñino > <[email protected] <mailto:[email protected]>> wrote: > > - Which version of gwt-upload are you using? > - Does it happen with the provided examples or in your own code? > - If you have a piece of code to reproduce the problem, please send > me it. > > > Hi: > > version: 0.5.8. > > I'm not /entirely/ convinced that it's gwt-uploader. The issue is that > 3 gwt-presenters have loaded via gin providers, then this 4th presenter > (which is the first presenter to have gwt-uploader its view) fails to > load. To reiterate: this is only an issue w/ IE 6 & 7. > > I'm having a very difficult time tracking down this bug, as it doesn't > have a stack dump that points to user code. > > I'm going to download Guice source and see if I can make any progress. > > I'll post updates as they occur.
It's got something to do w/ gin. The app is failing on the provider.get() call. > > > Cheers > -Manolo > > On Tue, May 4, 2010 at 2:33 AM, Jeff Chimene <[email protected] > <mailto:[email protected]>> wrote: > > Only in ie 6 & 7, gwt 2.0.3 > > > > 17:15:00.305 [ERROR] [XXX] Uncaught exception escaped > > com.google.gwt.core.client.JavaScriptException: (Error): Could not get > > the encoding property. Invalid argument. > > number: -2147024809 > > description: Could not get the encoding property. Invalid argument. > > > > The stack trace isn't of much help: > > at > > > > com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:195) > > at > > > > com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:120) > > at > com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:507) > > at > > > > com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:264) > > at > > > > com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) > > at com.google.gwt.core.client.impl.Impl.apply(Impl.java) > > at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:188) > > > > I've compiled using DETAILED; the error occurs in a completely > > nondescript function. > > > > I'm going to cross-post this to the gwt-upload group as that may > also be > > involved. > > > > -- > > -- > > http://groups.google.com/group/gwtupload > > > > -- > -- > http://groups.google.com/group/gwtupload > > -- 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.
