| Summary: | [launch] Undefined context while filtering dialog/window contexts | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Guy Korland <gkorland> |
| Component: | Debug | Assignee: | Platform-Debug-Inbox <platform-debug-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | pawel.1.piech, prakash, pwebster |
| Version: | 3.6.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Guy Korland
Apart from standard SDK, have you installed any other plugins? Subclipse, GWT, I also see the following in the error log: java.lang.NullPointerException at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.updateButtons(LaunchConfigurationsDialog.java:1518) at org.eclipse.debug.ui.AbstractLaunchConfigurationTab.updateLaunchConfigurationDialog(AbstractLaunchConfigurationTab.java:100) at org.eclipse.debug.ui.AbstractLaunchConfigurationTab$1.runInUIThread(AbstractLaunchConfigurationTab.java:423) at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:95) 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.runEventLoop(Workbench.java:2640) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) 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) I suspect GWT plugin. Can you try Eclipse without it and let us know whether its reproducible? It happens also without GWT Assigning to Debug for investigation. (In reply to comment #3) > I also see the following in the error log: Please attach the error log, preferable when the one that includes the first Undefined Context warning. Did you install the software (GWT, etc) and then hit "Apply Now"? But you mentioned you installed without GWT and had the same problem, and it's not the kind of thing that should survive restarts. Your install without GWT, is it an OS package (like on linux) or did you unzip/untar something from download.eclipse.org? In this case "org.eclipse.ui.externaltools.ExternalToolsSet" is a context defined for an actionSet, and its parent context is "org.eclipse.ui.contexts.actionSet" PW Please provide full log and reopen. One oddity here is that the given trace in comment #3 points to line (1518) in LaunchConfigurationsDialog, which doesn't exist. |