Hi b.thakker, As you may already know, OOPHM is a trunk feature that is still under development and that requires further polish before being stable enough for everyday use. That said, I'm glad to see that you've been bold enough to give it a try :-)
There is an awful lot of stack through which the exception message was generated. The message itself can occur for a number of reasons that are difficult to verify without further probing. If it isn't too much trouble, would you be able to run your project using GWT 1.6 (and its in-process hosted mode) to see if the problem is reproducible there? Doing so would make it clear whether either of the OOPHM JARs or OOPHM process itself is responsible for the exception, or if there is something going on in your application RPC code that might need fixing. Hope that helps, -Sumit Chandel On Thu, May 7, 2009 at 9:07 AM, b.thakker <[email protected]> wrote: > > Hello > > I've built OOPHM for windows and its running very well with Firefox, > although it errors out in IE (6,7,8) with the error stack trace as > shown at the end of this message (copied from the oophm hosted-mode > console window for IE). This error seems to be occuring for IE when > RPCs are executed. > > Here's some background on my project. I build my project with maven > having oophm gwt-dev and oophm gwt-user jars as my dependencies and > have the war running in resin which I connect to via oophm. Also my > RPCs are handled by spring on the server side. > > If someone has run into this issue or can shed some light, I'd highly > appreciate it. > > Please let me know if I can provide any additional information. > > Regards. > > 00:01:52.799 [ERROR] Unable to load module entry point class > com.dec.apps.gwt.module.client.ModuleEntryPoint (see associated > exception for details) com.google.gwt.core.client.JavaScriptException: > (TypeError): Function expected number: -2146823286 > description: Function expected > 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:494) > at com.google.gwt.dev.shell.ModuleSpace.createJavaScriptException > (ModuleSpace.java:67) > at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript > (BrowserChannelServer.java:100) > at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke > (ModuleSpaceOOPHM.java:84) > at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java: > 480) > at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject > (ModuleSpace.java:271) > at > > com.google.gwt.user.client.rpc.impl.ClientSerializationStreamWriter.quoteString > (Native Method) > at > > com.google.gwt.user.client.rpc.impl.ClientSerializationStreamWriter.writeStringTable > (ClientSerializationStreamWriter.java:233) > at > > com.google.gwt.user.client.rpc.impl.ClientSerializationStreamWriter.toString > (ClientSerializationStreamWriter.java:165) > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
