Comment by [email protected]:

I've got oophm partially working on ubuntu 9.04 (x86_64) using the xpcom  
prebuilt version from svn and adding the gwt-dev-oophm.jar to the start of  
the project classpath.  I'm also able to browse to the sample greeting  
application using minefield 3.7a1pre and the ff35 xpcom plugin, but right  
in there something goes wrong.  Here's a traceback:

{{{
00:08:26.015 [ERROR] Unable to initialize static dispatcher
com.google.gwt.core.client.JavaScriptException: (null): null    at  
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)   at  
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  
        at  
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)      
at  
com.google.gwt.dev.shell.ModuleSpace.createJavaScriptException(ModuleSpace.java:64)
  
        at  
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:102)
  
        at  
com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:120)  
        at 
com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:504)  
        at  
com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:295)  
        at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:333)    
at  
com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:174)
  
        at  
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:364)
  
        at  
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:151)
  
        at java.lang.Thread.run(Thread.java:619)

}}}


For more information:
http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM

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

Reply via email to