I installed STS from springsource-tool-suite-2.3.3.M2-e3.6-win32-installer.exe. Got it up and running, then tried to add 3 extensions:
- Grails
- Groovy Eclipse
- Grails Support
Had an error on Grails Support, which is referenced and possibly resolved in other threads. So I installed the first two, then after it Restarted itself, when the Dashboard view opened, I had the following error message:I then closed STS, started, and now can't get to the dashboard at all. It's not even an option under Help..., and when I selected it from the History, it said "Dashboard unavailable."Code:Could not open the editor: Cannot instantiate input element factory com.springsource.sts.ide.ui.dashboard.elementFactory for editor id=com.springsource.sts.internal.ide.ui.editors.MultiPageDashboardEditor name=Dashboard
Thoughts? Running on Windows XP SP3.
Do the extensions set the GRAILS_HOME environment variable? I currently have restrictions on my PC modifying those, am working on resolving. It's set to my Grails 1.1.1 home from a year ago.
full stack:Code:org.eclipse.ui.PartInitException: Cannot instantiate input element factory com.springsource.sts.ide.ui.dashboard.elementFactory for editor id=com.springsource.sts.internal.ide.ui.editors.MultiPageDashboardEditor name=Dashboard at org.eclipse.ui.internal.EditorReference.getRestoredInput(EditorReference.java:398) at org.eclipse.ui.internal.EditorReference.getEditorInput(EditorReference.java:365) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:594) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595) at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:271) at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1429) at org.eclipse.ui.internal.EditorManager$5.runWithException(EditorManager.java:942) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4041) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3660) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803) at org.eclipse.ui.internal.Workbench$31.runWithException(Workbench.java:1566) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4041) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3660) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2537) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663) 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:196) 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:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407) at org.eclipse.equinox.launcher.Main.main(Main.java:1383)


Reply With Quote
