Jhonny, You have mentioned you are using "Eclipse WTP R-1.5.5-200708291442-win32". This could be the cause for the problems you are facing. Geronimo Eclipse Plugin v2.0 requires WTP 2.0 ( http://download.eclipse.org/webtools/downloads/drops/R2.0/R-2.0-200706260303/). Please try with wtp-all-in-one-sdk-R-2.0-* and let us know if the problem still persists.
- Shiva On 9/4/07, Jhonny D Cano <[EMAIL PROTECTED]> wrote: > > > Hello. I'm using the follow > JRE 1.5.0_10 > Win XP sp2 > Eclipse WTP R-1.5.5-200708291442-win32 > Geronimo 2.0 Plugin > > I just installed the plugin that you mentioned by extracting into Eclipse > the folders "Features" and "Plugins". Eclipse recognizes the new plugin by > showing "Geronimo 2.0 server", > however, I get this Exception when trying to start the Geronimo server > from > Eclipse > > java.lang.NoClassDefFoundError: org/apache/geronimo/cli/daemon/DaemonCLI > Exception in thread "main" > > > And when I try to see the properties of the server, I get this error: > > Unable to create this part due to an internal error. Reason for the > failure: > assertion failed: > > org.eclipse.core.runtime.AssertionFailedException: assertion failed: > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109) > at org.eclipse.core.runtime.Assert.isTrue(Assert.java:95) > at > org.eclipse.ui.part.MultiPageEditorPart.setActivePage( > MultiPageEditorPart.java:688) > at > org.eclipse.ui.part.MultiPageEditorPart.createPartControl( > MultiPageEditorPart.java:280) > at > org.eclipse.ui.internal.EditorReference.createPartHelper( > EditorReference.java:596) > at > org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java > :372) > at > org.eclipse.ui.internal.WorkbenchPartReference.getPart( > WorkbenchPartReference.java:566) > at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290) > at > org.eclipse.ui.internal.presentations.PresentablePart.setVisible( > PresentablePart.java:140) > at > org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select( > PresentablePartFolder.java:268) > at > org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select( > LeftToRightTabOrder.java:65) > at > > org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart > (TabbedStackPresentation.java:394) > at > org.eclipse.ui.internal.PartStack.refreshPresentationSelection( > PartStack.java:1144) > at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java > :1097) > at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1311) > at org.eclipse.ui.internal.PartStack.add(PartStack.java:455) > at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:102) > at org.eclipse.ui.internal.PartStack.add(PartStack.java:441) > at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:111) > at > org.eclipse.ui.internal.EditorSashContainer.addEditor( > EditorSashContainer.java:60) > at > org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java > :217) > at > org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java > :207) > at > org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java > :822) > at > org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor( > EditorManager.java:721) > at org.eclipse.ui.internal.EditorManager.openEditor( > EditorManager.java:682) > at > org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched( > WorkbenchPage.java:2593) > at > org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java > :2528) > at org.eclipse.ui.internal.WorkbenchPage.access$10( > WorkbenchPage.java:2520) > at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java > :2505) > at org.eclipse.swt.custom.BusyIndicator.showWhile( > BusyIndicator.java:67) > at > org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2500) > at > org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2477) > at > org.eclipse.wst.server.ui.internal.ServerUIPlugin.editServer( > ServerUIPlugin.java:418) > at > org.eclipse.wst.server.ui.internal.ServerUIPlugin.editServer( > ServerUIPlugin.java:401) > at > > org.eclipse.wst.server.ui.internal.view.servers.ServersView$1.widgetDefaultSelected > (ServersView.java:129) > at org.eclipse.swt.widgets.TypedListener.handleEvent( > TypedListener.java:97) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java > :66) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java > :3348) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java > :2968) > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java > :1930) > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894) > at > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java > :422) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java > :149) > at org.eclipse.ui.internal.ide.IDEApplication.run( > IDEApplication.java:95) > at > org.eclipse.core.internal.runtime.PlatformActivator$1.run( > PlatformActivator.java:78) > at > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication > (EclipseAppLauncher.java:92) > at > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start( > EclipseAppLauncher.java:68) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java > :400) > at > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java > :177) > 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.invokeFramework(Main.java:336) > at org.eclipse.core.launcher.Main.basicRun(Main.java:280) > at org.eclipse.core.launcher.Main.run(Main.java:977) > at org.eclipse.core.launcher.Main.main(Main.java:952) > > Please help! > > > > > A vote has been started for a new release of the Geronimo Eclipse > > plugin. If you want to try it out, it can be downloaded from here -- > > http://people.apache.org/~mcconne/releases/g-eclipse-plugin-2.0.0- > > deployable.zip > > > > --kevan > > > -- > View this message in context: > http://www.nabble.com/Setup-development-environment-tf4362563s134.html#a12483735 > Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. > >
