Hi I created a GWT project from one computer, and it was tested OK with hosted mode. Then, I simply copied the entire GWT project folder to another computer and this will cause the same exception.
Both environments are running Java 5 and GWT 1.5.1 and I'm still wondering why it is throwing this error. Any clue? On Mon, Aug 25, 2008 at 9:23 PM, hezjing <[EMAIL PROTECTED]> wrote: > Hi > > I encountered the following when testing the application in hosted > mode using GWT 1.5.1, > > [ERROR] Unable to load module entry point class > com.dummy.test.client.MyTest (see associated exception for details) > java.lang.RuntimeException: Could not find a native method with the > signature 'fireOnModuleLoadStart' > at > com.google.gwt.dev.shell.ie.ModuleSpaceIE6.doInvokeOnWindow(ModuleSpaceIE6.java:57) > at > com.google.gwt.dev.shell.ie.ModuleSpaceIE6.doInvoke(ModuleSpaceIE6.java:152) > at > com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:447) > at > com.google.gwt.dev.shell.ModuleSpace.invokeNativeVoid(ModuleSpace.java:248) > at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:318) > at > com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace(BrowserWidget.java:324) > at > com.google.gwt.dev.shell.ie.BrowserWidgetIE6.access$200(BrowserWidgetIE6.java:37) > at > com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad(BrowserWidgetIE6.java:71) > at > com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke(BrowserWidgetIE6.java:128) > at > com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke(IDispatchImpl.java:294) > at > com.google.gwt.dev.shell.ie.IDispatchImpl.method6(IDispatchImpl.java:194) > at > org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:117) > at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) > at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) > at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:721) > at com.google.gwt.dev.GWTShell.run(GWTShell.java:594) > at com.google.gwt.dev.GWTShell.main(GWTShell.java:358) > > > Do you have any idea of what does this exception means? > > > -- > > Hez > -- Hez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
