GWT Designer for eclipse installation issue

GWT Designer allows you to quickly create the modules, composites, panels, remote services and other elements that comprise Google Web Tookit applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

GWT Designer for eclipse installation issue

Postby yuvark.k » Sun Feb 06, 2011 11:59 pm

Hi ,

Tried to install the GWTDesigner (for Helios ie 3.6)from the following links ..

http://dl.google.com/eclipse/inst/d2gwt/latest/3.6
I treid to install beta version also.


Time out issue is coming ...Tried to increase the time to 180 seconds also .Still same issues
I am getting the following error:

Please provide help in solving this issue

GWT initialization timeout.
GWT was not initialized within the given time. This can be caused by a large number of classes to load (especially when using third-party GWT frameworks) or can be a problem outside of the GWT Designer such as a JavaScript engine problem or a local communications error. Please try the following as a workaround/check:

Increase the wait time at 'Preferences > WindowBuilder > GWT > Hosted mode initialize timeout' to 120 sec or even higher.
Disable any antivirus, firewall software, and web-development browser plug-ins and then reboot. Try to disable proxy usage as well.
Try to access any web site which makes heavy use of JavaScript (ex., gmail.com) with the default OS browser (IE for Windows, Safari for Mac OS X, Firefox for Linux).



Full Stack Trace is as below..

org.eclipse.wb.internal.core.utils.exception.DesignerException: 4103 (GWT initialization timeout.).
at com.google.gdt.eclipse.designer.GwtExceptionRewriter.rewrite(GwtExceptionRewriter.java:50)
at org.eclipse.wb.internal.core.editor.errors.DesignerExceptionUtils.rewriteException(DesignerExceptionUtils.java:341)
at org.eclipse.wb.internal.core.editor.DesignPage.showExceptionOnDesignPane(DesignPage.java:406)
at org.eclipse.wb.internal.core.editor.DesignPage.internal_refreshGEF(DesignPage.java:348)
at org.eclipse.wb.internal.core.editor.UndoManager.refreshDesignerEditor(UndoManager.java:398)
at org.eclipse.wb.internal.core.editor.DesignPage.refreshGEF(DesignPage.java:319)
at org.eclipse.wb.internal.core.editor.actions.RefreshAction.run(RefreshAction.java:45)
at org.eclipse.wb.internal.core.editor.actions.DesignPageAction.run(DesignPageAction.java:33)
at org.eclipse.wb.internal.core.editor.errors.JavaExceptionComposite.doRefresh(JavaExceptionComposite.java:89)
at org.eclipse.wb.internal.core.editor.errors.ExceptionComposite$2.widgetSelected(ExceptionComposite.java:111)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1050)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3984)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3577)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2407)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2371)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2220)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:367)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:611)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:566)
at org.eclipse.equinox.launcher.Main.run(Main.java:1363)

Full context stack trace:
org.eclipse.wb.internal.core.utils.exception.DesignerException: 4103 (GWT initialization timeout.).
at com.google.gdt.eclipse.designer.GwtExceptionRewriter.rewrite(GwtExceptionRewriter.java:50)
at org.eclipse.wb.internal.core.editor.errors.DesignerExceptionUtils.rewriteException(DesignerExceptionUtils.java:341)
at org.eclipse.wb.internal.core.editor.DesignPage.showExceptionOnDesignPane(DesignPage.java:406)
at org.eclipse.wb.internal.core.editor.DesignPage.internal_refreshGEF(DesignPage.java:348)
at org.eclipse.wb.internal.core.editor.UndoManager.refreshDesignerEditor(UndoManager.java:398)
at org.eclipse.wb.internal.core.editor.DesignPage.refreshGEF(DesignPage.java:319)
at org.eclipse.wb.internal.core.editor.actions.RefreshAction.run(RefreshAction.java:45)
at org.eclipse.wb.internal.core.editor.actions.DesignPageAction.run(DesignPageAction.java:33)
at org.eclipse.wb.internal.core.editor.errors.JavaExceptionComposite.doRefresh(JavaExceptionComposite.java:89)
at org.eclipse.wb.internal.core.editor.errors.ExceptionComposite$2.widgetSelected(ExceptionComposite.java:111)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1050)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3984)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3577)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2407)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2371)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2220)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:367)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:611)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:566)
at org.eclipse.equinox.launcher.Main.run(Main.java:1363)
yuvark.k
 
Posts: 3
Joined: Sun Feb 06, 2011 11:52 pm

Re: GWT Designer for eclipse installation issue

Postby Eric Clayberg » Mon Feb 07, 2011 8:13 am

In general, you should always use the Contact Support button in the error window and send us the full context of the problem rather than posting just a fragment of the problem here.

Did you try all of the suggestions in the error message? You only mentioned doing one thing. In my experience, most of the time this is a firewall issue.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA

Re: GWT Designer for eclipse installation issue

Postby yuvark.k » Mon Feb 07, 2011 9:23 am

Thanks Eric for the reply..
This is a firewall issue.I tried in other machine and it is working fine...
yuvark.k
 
Posts: 3
Joined: Sun Feb 06, 2011 11:52 pm

Re: GWT Designer for eclipse installation issue

Postby Eric Clayberg » Mon Feb 07, 2011 9:29 am

I suspected as much. GWT Designer requires localhost access in order to operate.
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 2 guests

cron