Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 315440

Summary: Errors in log about invalid menu extensions
Product: [Tools] Linux Tools Reporter: Andrew Overholt <overholt>
Component: SystemtapAssignee: anithra <anithra>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: pmuldoon, rgrunber, sgehwolf
Version: unspecifiedFlags: anithra: review?
Target Milestone: 0.6   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Patch changes the menubarpath for a few actions, and removes it completely for a few. none

Description Andrew Overholt CLA 2010-06-02 14:07:30 EDT
I'm seeing a few errors in my consolelog about invalid menu extensions:

!ENTRY org.eclipse.ui 4 4 2010-06-02 14:04:53.004
!MESSAGE Plug-in 'org.eclipse.linuxtools.systemtap.ui.dashboardextension' contributed an invalid Menu Extension (Path: 'file2' is invalid): org.eclipse.linuxtools.systemtap.ui.dashboardextension.actions.ExportScript

!ENTRY org.eclipse.ui 4 4 2010-06-02 14:04:53.005
!MESSAGE Plug-in 'org.eclipse.linuxtools.systemtap.ui.graphicalrun' contributed an invalid Menu Extension (Path: 'launch' is invalid): org.eclipse.linuxtools.systemtap.ui.graphicalrun.actions.RunScriptChartAction

!ENTRY org.eclipse.ui 4 4 2010-06-02 14:04:54.313
!MESSAGE Plug-in 'org.eclipse.linuxtools.systemtap.ui.dashboard' contributed an invalid Menu Extension (Path: 'launch' is invalid): org.eclipse.linuxtools.systemtap.ui.dashboard.actions.StopModuleAction

!ENTRY org.eclipse.ui 4 4 2010-06-02 14:04:54.313
!MESSAGE Plug-in 'org.eclipse.linuxtools.systemtap.ui.dashboard' contributed an invalid Menu Extension (Path: 'launch' is invalid): org.eclipse.linuxtools.systemtap.ui.dashboard.actions.PauseModuleAction

!ENTRY org.eclipse.ui 4 4 2010-06-02 14:04:54.313
!MESSAGE Plug-in 'org.eclipse.linuxtools.systemtap.ui.dashboard' contributed an invalid Menu Extension (Path: 'launch' is invalid): org.eclipse.linuxtools.systemtap.ui.dashboard.actions.RunModuleAction

!ENTRY org.eclipse.ui 4 4 2010-06-02 14:04:54.314
!MESSAGE Plug-in 'org.eclipse.linuxtools.systemtap.ui.dashboard' contributed an invalid Menu Extension (Path: 'file2' is invalid): org.eclipse.linuxtools.systemtap.ui.dashboard.actions.ImportModuleAction

!ENTRY org.eclipse.ui 4 4 2010-06-02 14:04:54.315
!MESSAGE Plug-in 'org.eclipse.linuxtools.systemtap.ui.dashboardextension' contributed an invalid Menu Extension (Path: 'file2' is invalid): org.eclipse.linuxtools.systemtap.ui.dashboardextension.actions.CreateModuleAction
Comment 1 Andrew Overholt CLA 2010-06-04 17:29:11 EDT
Roland, Severin:  are either of you able to reproduce this?
Comment 2 anithra CLA 2010-06-06 12:08:37 EDT
I could reproduce the problem. Attaching a patch for review.
Comment 3 anithra CLA 2010-06-06 12:11:18 EDT
Created attachment 171220 [details]
Patch changes the menubarpath for a few actions, and removes it completely for a few.
Comment 4 Roland Grunberg CLA 2010-06-07 10:46:57 EDT
I see these errors as well and can confirm that the proposed patch fixes them.
Comment 5 anithra CLA 2010-06-07 12:06:51 EDT
Thanks Roland, Committed