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)


>
> Are you running a special 64-bit build of Firefox?  The official builds are
> only 32-bit and that is all we support at the moment.

  No, I use 32-bit FireFox, just x64 OS.


>
>  oophm.dll just can not be registered, may be because of x64?
>
>
>
> 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.

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to