|
From: Seth L. <se...@eh...> - 2004-05-18 02:41:24
|
Hello, I've just installed Spring IDE 1.0.1 via the online update. I'm running Eclipse 3.0 M8, and I have installed the runtime to the GEF. When I right click and attempt to show graph, I receive a "Unable to create part: Config File: <path to spring-servlet.xml". Upon hitting OK, I then receive "An error has occurred when activating this view" and a grey editor window appears with the message in red "An error has occurred when creating this editor" Any ideas oh where to start looking for the problem? Thanks! Seth |
|
From: Torsten J. <tju...@ya...> - 2004-05-18 09:23:48
|
Seth, could you please provide a stacktrace from Eclipse's log file (via UI -> menu "Windows / Show View / Other / PDE Runtime / Error Log" or via filesystem -> <Eclipse Workspace>/.metadata/.log). Did you install an Eclipse 3.0 compliant version of GEF (e.g. Integration Build I20040518 -> http://download.eclipse.org/tools/gef/downloads/drops/I-I20040518-200405180005/index.php )? Btw. I am busy working on Spring IDE v1.0.2. This will bring it's own version of Xerces (Eclipse 3.0 final will not ship with Xerces anymore -> they use JDK 1.4's built-in Crimson now; but Crimson does not support the DOM Level 3 API which is used by Spring IDE). With Spring IDE v1.0.2 you can create Config Sets with Config files from different Spring projects (Colin, this is your feature request ;-). To use "external" config files you have to select the corresponding Spring projects in the list of referenced projects (via project properties / Referenced Projects). Cheers, Torsten --- Seth Ladd <se...@eh...> wrote: > Hello, > > I've just installed Spring IDE 1.0.1 via the online > update. I'm running > Eclipse 3.0 M8, and I have installed the runtime to > the GEF. > > When I right click and attempt to show graph, I > receive a "Unable to > create part: Config File: <path to > spring-servlet.xml". Upon hitting > OK, I then receive "An error has occurred when > activating this view" and > a grey editor window appears with the message in red > "An error has > occurred when creating this editor" > > Any ideas oh where to start looking for the problem? > > Thanks! > Seth > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: SourceForge.net > Broadband > Sign-up now for SourceForge Broadband and get the > fastest > 6.0/768 connection for only $19.95/mo for the first > 3 months! > http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer __________________________________ Do you Yahoo!? SBC Yahoo! - Internet access at a great low price. http://promo.yahoo.com/sbc/ |
|
From: Seth L. <se...@eh...> - 2004-05-18 19:28:02
|
Torsten Juergeleit wrote: > Seth, > > could you please provide a stacktrace from Eclipse's > log file (via UI -> menu "Windows / Show View / Other > / PDE Runtime / Error Log" or via filesystem -> > <Eclipse Workspace>/.metadata/.log). Sure. (didn't know where it was before) This is the latest error: !ENTRY org.eclipse.ui 4 0 May 18, 2004 09:25:18.328 !MESSAGE org.eclipse.gef.ui.actions.PrintAction.<init>(Lorg/eclipse/ui/IEditorPart;)V !STACK 0 java.lang.NoSuchMethodError: org.eclipse.gef.ui.actions.PrintAction.<init>(Lorg/eclipse/ui/IEditorPart;)V at org.springframework.ide.eclipse.beans.ui.graph.editor.GraphEditor.createActions(GraphEditor.java:217) at org.springframework.ide.eclipse.beans.ui.graph.editor.GraphEditor.initializeActionRegistry(GraphEditor.java:308) at org.springframework.ide.eclipse.beans.ui.graph.editor.GraphEditor.init(GraphEditor.java:297) at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:569) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:633) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:438) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:426) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2129) at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2072) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2059) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2054) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2037) at org.springframework.ide.eclipse.beans.ui.BeansUIUtils.openInEditor(BeansUIUtils.java:189) at org.springframework.ide.eclipse.beans.ui.graph.actions.ShowGraphAction.run(ShowGraphAction.java:50) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:269) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:550) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:502) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:435) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) 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.core.launcher.Main.basicRun(Main.java:267) at org.eclipse.core.launcher.Main.run(Main.java:692) at org.eclipse.core.launcher.Main.main(Main.java:676) > > Did you install an Eclipse 3.0 compliant version of > GEF (e.g. Integration Build I20040518 -> > http://download.eclipse.org/tools/gef/downloads/drops/I-I20040518-200405180005/index.php > )? No, but I did now. 1) I shutdown eclipse 2) deleted the existing 2.1.2 GEF plugins and features 3) placed the new versions in their place 4) started eclipse up Hope that helps. Thanks very much! Seth |
|
From: Torsten J. <tju...@ya...> - 2004-05-20 00:50:52
|
Seth, with GEF v3.0 the implementation of PrintAction has changed in a way which is not compatible with GEF v2.1.x anymore. I have to include a copy of this class in Spring IDE. This is done in the new version 1.0.2 of the Spring IDE. This version is available on http://springframework.sourceforge.net/spring-ide/eclipse/updatesite/. Maybe you can give it a try. Cheers, Torsten --- Seth Ladd <se...@eh...> wrote: > Torsten Juergeleit wrote: > > > Seth, > > > > could you please provide a stacktrace from > Eclipse's > > log file (via UI -> menu "Windows / Show View / > Other > > / PDE Runtime / Error Log" or via filesystem -> > > <Eclipse Workspace>/.metadata/.log). > > Sure. (didn't know where it was before) > > This is the latest error: > > !ENTRY org.eclipse.ui 4 0 May 18, 2004 09:25:18.328 > !MESSAGE > org.eclipse.gef.ui.actions.PrintAction.<init>(Lorg/eclipse/ui/IEditorPart;)V > !STACK 0 > java.lang.NoSuchMethodError: > org.eclipse.gef.ui.actions.PrintAction.<init>(Lorg/eclipse/ui/IEditorPart;)V > at > org.springframework.ide.eclipse.beans.ui.graph.editor.GraphEditor.createActions(GraphEditor.java:217) > at > org.springframework.ide.eclipse.beans.ui.graph.editor.GraphEditor.initializeActionRegistry(GraphEditor.java:308) > at > org.springframework.ide.eclipse.beans.ui.graph.editor.GraphEditor.init(GraphEditor.java:297) > at > org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:569) > at > org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:633) > at > org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:438) > at > org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:426) > at > org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2129) > at > org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2072) > at > org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2059) > at > org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84) > at > org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2054) > at > org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2037) > at > org.springframework.ide.eclipse.beans.ui.BeansUIUtils.openInEditor(BeansUIUtils.java:189) > at > org.springframework.ide.eclipse.beans.ui.graph.actions.ShowGraphAction.run(ShowGraphAction.java:50) > at > org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:269) > at > org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:550) > at > org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:502) > at > org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:435) > at > org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) > at > org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769) > at > org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578) > at > org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256) > at > org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562) > at > org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) > at > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257) > at > org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139) > at > org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90) > at > org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117) > 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.core.launcher.Main.basicRun(Main.java:267) > at > org.eclipse.core.launcher.Main.run(Main.java:692) > at > org.eclipse.core.launcher.Main.main(Main.java:676) > > > > > Did you install an Eclipse 3.0 compliant version > of > > GEF (e.g. Integration Build I20040518 -> > > > http://download.eclipse.org/tools/gef/downloads/drops/I-I20040518-200405180005/index.php > > )? > > No, but I did now. > > 1) I shutdown eclipse > 2) deleted the existing 2.1.2 GEF plugins and > features > 3) placed the new versions in their place > 4) started eclipse up > > > Hope that helps. Thanks very much! > Seth > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: SourceForge.net > Broadband > Sign-up now for SourceForge Broadband and get the > fastest > 6.0/768 connection for only $19.95/mo for the first > 3 months! > http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer __________________________________ Do you Yahoo!? Yahoo! Domains Claim yours for only $14.70/year http://smallbusiness.promotions.yahoo.com/offer |
|
From: Seth L. <se...@eh...> - 2004-05-20 19:23:17
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Torsten Juergeleit wrote: | Seth, | | with GEF v3.0 the implementation of PrintAction has | changed in a way which is not compatible with GEF | v2.1.x anymore. I have to include a copy of this class | in Spring IDE. | | This is done in the new version 1.0.2 of the Spring | IDE. This version is available on | http://springframework.sourceforge.net/spring-ide/eclipse/updatesite/. | | Maybe you can give it a try. Thanks Torsten, I now have GEF 3.0 and Bean COnfiguration Support 1.0.2 and Springframework 1.0.1 configured for Eclipse (from the Help->Software Updates->Manage Configuration). In fact, this is what I've always had. When I try to scan for updates, nothing comes up. SHould I uninstall and reinstall? Thanks, Seth -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3-nr1 (Windows XP) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFArQYJKZsFSwtW+wIRArV5AJ0Zl1g7agK4OCtFjntdeggaXwg+VQCdF97z tzufKwF5/ggvFl1RLATjXeM= =cxpf -----END PGP SIGNATURE----- |
|
From: Torsten J. <tju...@ya...> - 2004-05-21 08:36:06
|
Seth, yes, you have to uninstall and reinstall v1.0.2 of the Beans Support feature. It has been changed but I did not increment the version number (because 1.0.2 was not publicly announced yet :-). So due to the unmodified version number Eclipse's update manager is not able to detect a "new version". To uninstall you can delete the feature "org.springframework.ide.*" from "<eclipse install dir>/features/" and the corresponding plugins from "<eclipse install dir>/plugins/". Be prepared to repeat this procedure once more ;-). I will release a modified (final) version of 1.0.2 in the beginning of next week (after Spring 1.0.2 has been released). Cheers, Torsten --- Seth Ladd <se...@eh...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Torsten Juergeleit wrote: > > | Seth, > | > | with GEF v3.0 the implementation of PrintAction > has > | changed in a way which is not compatible with GEF > | v2.1.x anymore. I have to include a copy of this > class > | in Spring IDE. > | > | This is done in the new version 1.0.2 of the > Spring > | IDE. This version is available on > | > http://springframework.sourceforge.net/spring-ide/eclipse/updatesite/. > | > | Maybe you can give it a try. > > Thanks Torsten, > > I now have GEF 3.0 and Bean COnfiguration Support > 1.0.2 and > Springframework 1.0.1 configured for Eclipse (from > the Help->Software > Updates->Manage Configuration). In fact, this is > what I've always had. > > When I try to scan for updates, nothing comes up. > SHould I uninstall > and reinstall? > > Thanks, > Seth > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.3-nr1 (Windows XP) > Comment: Using GnuPG with Mozilla - > http://enigmail.mozdev.org > > iD8DBQFArQYJKZsFSwtW+wIRArV5AJ0Zl1g7agK4OCtFjntdeggaXwg+VQCdF97z > tzufKwF5/ggvFl1RLATjXeM= > =cxpf > -----END PGP SIGNATURE----- > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the > market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the > exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer __________________________________ Do you Yahoo!? Yahoo! Domains Claim yours for only $14.70/year http://smallbusiness.promotions.yahoo.com/offer |