Tuesday, July 27, 2010

Re: GWT app no longer working in Eclipse 3.6 dev-mode

Hi Dennis,

I will suggest you to open a defect instead of posting it here.
For me the combination of 3.6 and gwt eclipse plugin is working fine on ubuntu lucid.
Thanks and Regards Piyush Garg

On Tuesday 27 July 2010 06:35 PM, googelybear wrote:
Hi,  Previously I was running my gwt app in eclipse 3.5. Now I have installed a fresh 3.6 (helios, classic), subversive and the gwt plugin via the update sites. Starting my gwt app also works fine and the "Development Mode" tab gets opened. When I connect to my app via firefox and login I get the following error:  14:58:58.693 [ERROR] [MonoCore] Uncaught exception escaped com.google.gwt.core.client.JavaScriptException: (NS_ERROR_NOT_AVAILABLE): Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.statusText]  QueryInterface: function QueryInterface() {     [native code] }  result: 2147746065  filename: http://127.0.1.1:8888  lineNumber: 104  columnNumber: 0  inner: null  data: null  initialize: function initialize() {     [native code] }     at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java: 195)     at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java: 120)     at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java: 507)     at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java: 264)     at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java: 91)     at com.google.gwt.core.client.impl.Impl.apply(Impl.java)     at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:188)     at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 25)     at java.lang.reflect.Method.invoke(Method.java:597)     at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)     at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)     at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java: 157)     at com.google.gwt.dev.shell.BrowserChannel.reactToMessages(BrowserChannel.java: 1669)     at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java: 401)     at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java: 222)     at java.lang.Thread.run(Thread.java:619)  I am running on a linux box (Ubuntu) and I already tried to clean and rebuild the project and restart firefox and eclipse but to no help. I also created a new launch config (right click on project > run as > web application). On eclipse 3.5 everything worked fine.  Did anyone else experience this issue or has an idea what's going wrong here? Thanks for any help.  Dennis    

No comments:

Post a Comment