2 Replies Latest reply on Sep 3, 2004 8:04 AM by mhi

    java.lang.NoClassDefFoundError: org/eclipse/debug/ui/sourcel

    avin25

      Hello Everybody,

      I am using eclipse 3.0 with Jboss 3.2.3. I have just installed Jboss Ide 1.3.30.

      I went to Run—>Debug to see several new "JBoss" Configurations then I clicked on the one of the configuration (Jboss 3.2.x) and selected the debug perspective to none.

      Now I am trying to create new instance of JBoss configuration.To do this I clicked new button which threw exception

      !ENTRY org.eclipse.ui 4 4 Aug 04, 2004 14:31:17.750
      !MESSAGE Unhandled event loop exception
      !ENTRY org.eclipse.ui 4 0 Aug 04, 2004 14:31:17.770
      !MESSAGE org/eclipse/debug/ui/sourcelookup/SourceLookupTab
      !STACK 0
      java.lang.NoClassDefFoundError: org/eclipse/debug/ui/sourcelookup/SourceLookupTab
      at org.jboss.ide.eclipse.launcher.ui.configuration.jboss.JBoss32xTabGroup.createTabs(JBoss32xTabGroup.java:45)
      at org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction.performAction(CreateLaunchConfigurationAction.java:67)
      at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction$1.run(AbstractLaunchConfigurationAction.java:103)
      at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
      at org.eclipse.debug.internal.ui.launchConfigurations.AbstractLaunchConfigurationAction.run(AbstractLaunchConfigurationAction.java:106)
      at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
      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.jface.window.Window.runEventLoop(Window.java:670)
      at org.eclipse.jface.window.Window.open(Window.java:650)
      at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open(LaunchConfigurationsDialog.java:440)
      at org.eclipse.debug.ui.DebugUITools$1.run(DebugUITools.java:394)
      at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
      at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:398)
      at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationDialogOnGroup(DebugUITools.java:340)
      at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:79)
      at org.eclipse.debug.ui.actions.OpenLaunchDialogAction.run(OpenLaunchDialogAction.java:97)
      at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:269)
      at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:207)
      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)

      Do I need to install any more pacages ...?


      Thanks,

      Avin