GWT Designer was not able to show the GUI

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 was not able to show the GUI

Postby howcanido » Mon Apr 26, 2010 4:26 am

Code: Select all
WindowBuilder internal error

WindowBuilder encountered unexpected internal error. Please contact support.

java.lang.RuntimeException: GWT 2.0 support can't be found. Please make sure that the product is properly installed.


Code: Select all
Stack trace:
java.lang.RuntimeException: GWT 2.0 support can't be found. Please make sure that the product is properly installed.
   at com.instantiations.designer.gwt.model.widgets.support.GWTState.getHostedModeSupport(GWTState.java:844)
   at com.instantiations.designer.gwt.model.widgets.support.GWTState.initialize(GWTState.java:185)
   at com.instantiations.designer.gwt.model.widgets.support.GWTState.<init>(GWTState.java:164)
   at com.instantiations.designer.gwt.parser.ParseFactory.getClassLoader(ParseFactory.java:396)
   at com.instantiations.designer.core.parser.AbstractParseFactory.initializeClassLoader(AbstractParseFactory.java:704)
   at com.instantiations.designer.gwt.parser.ParseFactory.getRootContext(ParseFactory.java:99)
   at com.instantiations.designer.core.parser.JavaInfoParser.prepareParseContext(JavaInfoParser.java:945)
   at com.instantiations.designer.core.parser.JavaInfoParser.parse(JavaInfoParser.java:212)
   at com.instantiations.designer.core.parser.JavaInfoParser.access$9(JavaInfoParser.java:209)
   at com.instantiations.designer.core.parser.JavaInfoParser$1.runObject(JavaInfoParser.java:130)
   at com.instantiations.designer.core.parser.JavaInfoParser$1.runObject(JavaInfoParser.java:1)
   at com.instantiations.designer.core.utils.execution.ExecutionUtils.runDesignTime(ExecutionUtils.java:99)
   at com.instantiations.designer.core.parser.JavaInfoParser.parse(JavaInfoParser.java:128)
   at com.instantiations.designer.core.editor.DesignPage.internal_refreshGEF(DesignPage.java:425)
   at com.instantiations.designer.core.editor.DesignPage.access$9(DesignPage.java:417)
   at com.instantiations.designer.core.editor.DesignPage$7$1.run(DesignPage.java:348)
   at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:158)
   at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:118)
   at org.eclipse.swt.widgets.Display.syncExec(Display.java:4097)
   at com.instantiations.designer.core.editor.DesignPage$7.run(DesignPage.java:345)
   at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369)
   at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313)
   at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:495)
   at com.instantiations.designer.core.editor.DesignPage.internal_refreshGEF_withProgress(DesignPage.java:366)
   at com.instantiations.designer.core.editor.DesignPage.internal_refreshGEF(DesignPage.java:315)
   at com.instantiations.designer.core.editor.UndoManager.refreshDesignerEditor(UndoManager.java:359)
   at com.instantiations.designer.core.editor.DesignPage.refreshGEF(DesignPage.java:301)
   at com.instantiations.designer.core.editor.actions.RefreshAction.run(RefreshAction.java:34)
   at com.instantiations.designer.core.editor.actions.DesignPageAction.run(DesignPageAction.java:23)
   at com.instantiations.designer.core.editor.errors.ExceptionCompositeJava.doRefresh(ExceptionCompositeJava.java:77)
   at com.instantiations.designer.core.editor.errors.ExceptionComposite$2.widgetSelected(ExceptionComposite.java:101)
   at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
   at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
   at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
   at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
   at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
   at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
   at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
   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:508)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
   at org.eclipse.equinox.launcher.Main.main(Main.java:1148)

Full context stack trace:
java.lang.RuntimeException: GWT 2.0 support can't be found. Please make sure that the product is properly installed.
   at com.instantiations.designer.gwt.model.widgets.support.GWTState.getHostedModeSupport(GWTState.java:844)
   at com.instantiations.designer.gwt.model.widgets.support.GWTState.initialize(GWTState.java:185)
   at com.instantiations.designer.gwt.model.widgets.support.GWTState.<init>(GWTState.java:164)
   at com.instantiations.designer.gwt.parser.ParseFactory.getClassLoader(ParseFactory.java:396)
   at com.instantiations.designer.core.parser.AbstractParseFactory.initializeClassLoader(AbstractParseFactory.java:704)
   at com.instantiations.designer.gwt.parser.ParseFactory.getRootContext(ParseFactory.java:99)
   at com.instantiations.designer.core.parser.JavaInfoParser.prepareParseContext(JavaInfoParser.java:945)
   at com.instantiations.designer.core.parser.JavaInfoParser.parse(JavaInfoParser.java:212)
   at com.instantiations.designer.core.parser.JavaInfoParser.access$9(JavaInfoParser.java:209)
   at com.instantiations.designer.core.parser.JavaInfoParser$1.runObject(JavaInfoParser.java:130)
   at com.instantiations.designer.core.parser.JavaInfoParser$1.runObject(JavaInfoParser.java:1)
   at com.instantiations.designer.core.utils.execution.ExecutionUtils.runDesignTime(ExecutionUtils.java:99)
   at com.instantiations.designer.core.parser.JavaInfoParser.parse(JavaInfoParser.java:128)
   at com.instantiations.designer.core.editor.DesignPage.internal_refreshGEF(DesignPage.java:425)
   at com.instantiations.designer.core.editor.DesignPage.access$9(DesignPage.java:417)
   at com.instantiations.designer.core.editor.DesignPage$7$1.run(DesignPage.java:348)
   at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:158)
   at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:118)
   at org.eclipse.swt.widgets.Display.syncExec(Display.java:4097)
   at com.instantiations.designer.core.editor.DesignPage$7.run(DesignPage.java:345)
   at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369)
   at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313)
   at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:495)
   at com.instantiations.designer.core.editor.DesignPage.internal_refreshGEF_withProgress(DesignPage.java:366)
   at com.instantiations.designer.core.editor.DesignPage.internal_refreshGEF(DesignPage.java:315)
   at com.instantiations.designer.core.editor.UndoManager.refreshDesignerEditor(UndoManager.java:359)
   at com.instantiations.designer.core.editor.DesignPage.refreshGEF(DesignPage.java:301)
   at com.instantiations.designer.core.editor.actions.RefreshAction.run(RefreshAction.java:34)
   at com.instantiations.designer.core.editor.actions.DesignPageAction.run(DesignPageAction.java:23)
   at com.instantiations.designer.core.editor.errors.ExceptionCompositeJava.doRefresh(ExceptionCompositeJava.java:77)
   at com.instantiations.designer.core.editor.errors.ExceptionComposite$2.widgetSelected(ExceptionComposite.java:101)
   at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
   at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
   at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
   at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
   at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
   at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
   at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
   at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
   at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
   at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
   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:508)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
   at org.eclipse.equinox.launcher.Main.main(Main.java:1148)

howcanido
 
Posts: 1
Joined: Mon Apr 26, 2010 4:12 am

Re: GWT Designer was not able to show the GUI

Postby Eric Clayberg » Mon Apr 26, 2010 5:39 am

I would guess that the product is not properly installed.

Also, please don't steal from us and then come here asking for help.
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 1 guest