On Thu, Oct 8, 2009 at 9:57 AM, Konstantin.Scheglov < [email protected]> wrote:
> > > > On 8 окт, 17:46, John Tamplin <[email protected]> wrote: > > > > > FF 3.5.3 can not install plugin. > > > When I try to install extension, it goes further, but still fails > > > with some deferred binding exception. > > > > Can you clarify what you mean here? When you try and install the FF3.5 > > plugin from the Missing Plugin page, what happens? > > > > What is the deferred binding exception you get? > > Here is exception (how it is copied from Swing) when I try Mail > sample. > Hello sample works. > > > 00:00:27,541 [ERROR] Unable to load module entry point class > com.google.gwt.sample.mail.client.Mail (see associated exception for > details) > java.lang.RuntimeException: Deferred binding failed for > 'com.google.gwt.sample.mail.client.Mail$Binder' (did you forget to > inherit a required module?) at > com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:43) > at com.google.gwt.core.client.GWT.create(GWT.java:98) at > com.google.gwt.sample.mail.client.Mail.<clinit>(Mail.java:36) at > java.lang.Class.forName0(Native Method) at java.lang.Class.forName > (Class.java:247) at > com.google.gwt.dev.shell.ModuleSpace.loadClassFromSourceName > (ModuleSpace.java:571) at com.google.gwt.dev.shell.ModuleSpace.onLoad > (ModuleSpace.java:348) at > com.google.gwt.dev.shell.OophmSessionHandler.loadModule > (OophmSessionHandler.java:174) at > com.google.gwt.dev.shell.BrowserChannelServer.processConnection > (BrowserChannelServer.java:391) at > com.google.gwt.dev.shell.BrowserChannelServer.run > (BrowserChannelServer.java:178) at > java.lang.Thread.run(Thread.java: > 619) Caused by: com.google.gwt.core.ext.UnableToCompleteException: > (see previous log entries) at > com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:532) at > com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java: > 409) at com.google.gwt.dev.shell.GWTBridgeImpl.create > (GWTBridgeImpl.java:39) at com.google.gwt.core.client.GWT.create > (GWT.java:98) at com.google.gwt.sample.mail.client.Mail.<clinit> > (Mail.java:36) at java.lang.Class.forName0(Native Method) at > java.lang.Class.forName(Class.java:247) at > com.google.gwt.dev.shell.ModuleSpace.loadClassFromSourceName > (ModuleSpace.java:571) at com.google.gwt.dev.shell.ModuleSpace.onLoad > (ModuleSpace.java:348) at > com.google.gwt.dev.shell.OophmSessionHandler.loadModule > (OophmSessionHandler.java:174) at > com.google.gwt.dev.shell.BrowserChannelServer.processConnection > (BrowserChannelServer.java:391) at > com.google.gwt.dev.shell.BrowserChannelServer.run > (BrowserChannelServer.java:178) at > java.lang.Thread.run(Thread.java: > 619) > Was there an earlier log message? If you run with -logLevel DEBUG what is the last message before this one? How did you run the mail sample? Does the Showcase sample have the same problem? What is the exact version of Firefox you are running? > > Correct -- that is a 32-bit DLL and will not work with a 64-bit IE. The > > simple attempt at compiling the same thing in 64-bit mode (the > oophm64.dll > > listed below) does not work, and it will probably be a while before that > can > > be addressed. > > I've downloaded > http://google-web-toolkit.googlecode.com/svn/trunk/plugins/ie/prebuilt/oophm64.dll > but "regsvr32 oophm64.dll" still fails because "Can not call > DllRegisterServer", error code 0x80070005. > > Yes, as mentioned above, it is known to not work and it will likely be a while before that can be addressed. -- John A. Tamplin Software Engineer (GWT), Google --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
