- This topic has 1 reply, 2 voices, and was last updated 21 years, 2 months ago by
Riyad Kalla.
-
AuthorPosts
-
Andrew FreemanMemberJust a FYI since M7 is not supported yet… Debugging in Eclipse M7 seems to be broken (at least for me) when 3.7RC2 is installed. Here is my log file:
!SESSION Feb 18, 2004 01:06:58.908 ———————————————
java.version=1.4.2_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -Xmx450M
!ENTRY org.eclipse.osgi Feb 18, 2004 01:06:58.908
!MESSAGE Bundle reference:file:c:/dev/eclipse/eclipse3M7/plugins/org.eclipse.debug.ui_3.0.0 [18] was not resolved
!ENTRY org.eclipse.osgi Feb 18, 2004 01:06:58.918
!MESSAGE Bundle reference:file:c:/dev/eclipse/eclipse3M7/plugins/org.eclipse.jdt.debug_3.0.0 [27] was not resolved
!ENTRY org.eclipse.ui 4 4 Feb 18, 2004 01:09:29.485
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 Feb 18, 2004 01:09:29.485
!MESSAGE org/eclipse/debug/ui/ILaunchFilter
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/debug/ui/ILaunchFilter
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:298)
at org.eclipse.core.runtime.adaptor.EclipseClassLoader.defineClass(EclipseClassLoader.java:99)
at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClassImpl(DefaultClassLoader.java:287)
at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClass(DefaultClassLoader.java:176)
at org.eclipse.osgi.framework.adaptor.BundleClassLoader.findLocalClass(BundleClassLoader.java:261)
at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:73)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:326)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
at org.eclipse.osgi.framework.adaptor.BundleClassLoader.loadClass(BundleClassLoader.java:115)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:264)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:331)
at org.eclipse.osgi.framework.internal.core.Bundle.loadClass(Bundle.java:1344)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:135)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:125)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:114)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension.getDelegate(LaunchShortcutExtension.java:174)
at org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension.launch(LaunchShortcutExtension.java:186)
at org.eclipse.debug.internal.ui.actions.LaunchShortcutAction.run(LaunchShortcutAction.java:60)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:423)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:833)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2352)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2033)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1543)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1519)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:258)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:257)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:106)
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:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:279)
at org.eclipse.core.launcher.Main.run(Main.java:742)
at org.eclipse.core.launcher.Main.main(Main.java:581)
Riyad KallaMemberThanks for the info, we’ll look into it on the internal build.
-
AuthorPosts