This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 247954 - Conflict for 'org.eclipse.wst.jsdt.ui.edit.text.java.open.editor' while executing 3.0.2 smoketest
Summary: Conflict for 'org.eclipse.wst.jsdt.ui.edit.text.java.open.editor' while execu...
Status: RESOLVED DUPLICATE of bug 224775
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: 3.0.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: wst.javascript CLA
QA Contact: Phil Berkland CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-19 07:44 EDT by kiril mitov CLA
Modified: 2010-03-03 11:17 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kiril mitov CLA 2008-09-19 07:44:26 EDT
While executing Java EE smoke test for 

http://build.eclipse.org/webtools/committers/wtp-R3.0-M/20080918035538/M-3.0.2-20080918035538/ 

the following error was logged in the error log:

!ENTRY org.eclipse.ui.workbench 2 0 2008-09-19 14:31:58.651
!MESSAGE A handler conflict occurred.  This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2008-09-19 14:31:58.651
!MESSAGE Conflict for 'org.eclipse.wst.jsdt.ui.edit.text.java.open.editor':
HandlerActivation(commandId=org.eclipse.wst.jsdt.ui.edit.text.java.open.editor,
	handler=ActionHandler(org.eclipse.wst.jsdt.ui.actions.OpenAction@a6f10f),
	expression=AndExpression(org.eclipse.ui.SubActionBars$1@16af1ba,ActivePartExpression(org.eclipse.ui.navigator.CommonNavigator@19146a5),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@1d2c4aa)),sourcePriority=1064961)
HandlerActivation(commandId=org.eclipse.wst.jsdt.ui.edit.text.java.open.editor,
	handler=ActionHandler(org.eclipse.wst.jsdt.ui.actions.OpenAction@a6f10f),
	expression=AndExpression(org.eclipse.ui.SubActionBars$1@16af1ba,ActivePartExpression(org.eclipse.ui.navigator.CommonNavigator@19146a5),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@1d2c4aa)),sourcePriority=1064961)
Comment 1 Phil Berkland CLA 2008-09-29 17:23:01 EDT
This has been seen before, but I havent been able to reproduce the problem.  Do you have steps to reproduce?

*** This bug has been marked as a duplicate of bug 224775 ***