[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-1065) In error log: Handler conflicts - this may disable some commands

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Thu Oct 11 09:48:21 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBIDE-1065?page=comments#action_12381678 ] 
            
Viacheslav Kabanovich commented on JBIDE-1065:
----------------------------------------------

Short sequence to reproduce (100% in my case)

EXECUTE: Create JsfKickStart project.
EXECUTE: Open faces-config.xml with Red Hat XML Editor
EXECUTE: Open web.xml with Red Hat XML Editor
ASSERT: No 'HandlerActivation' messages in log yet.
EXECUTE: Select faces-config.xml editor
ASSERT: No 'HandlerActivation' messages in log yet.
EXECUTE: Select web.xml editor
ASSERT: 'HandlerActivation' messages appeared

Further, it can be tested that these messages are not relevant, 
global actions 'copy', 'cut', 'paste' etc. work in all tabs of editors and all views. 

Also, having cleaned the log, one can make certain that no further actions 
will ever make such messages appear again (until Eclipse restart) . 

I will continue to look for ways to avoid these conflict messages.


> In error log: Handler conflicts - this may disable some commands
> ----------------------------------------------------------------
>
>                 Key: JBIDE-1065
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1065
>             Project: JBoss Tools
>          Issue Type: Bug
>          Components: JBoss Tools Core
>    Affects Versions: 2.0.0.Beta4
>            Reporter: Max Andersen
>         Assigned To: Viacheslav Kabanovich
>             Fix For: 2.0.0.CR1
>
>
> I keep getting these in the error log when I have used one of our xmodel editors or browse the project explorer tree (not sure which one ;)
> !ENTRY org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.089
> !MESSAGE A handler conflict occurred.  This may disable some commands.
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.089
> !MESSAGE Conflict for 'delete':
> HandlerActivation(commandId=delete,
> 	handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction at 1f0fda9),
> 	expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor at 162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at c1c7c4)),sourcePriority=1064960)
> HandlerActivation(commandId=delete,
> 	handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction at 9d77c2),
> 	expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor at 162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at c1c7c4)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.089
> !MESSAGE Conflict for 'ContentAssistProposals':
> HandlerActivation(commandId=ContentAssistProposals,
> 	handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction at 216806),
> 	expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor at 162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at c1c7c4)),sourcePriority=1064960)
> HandlerActivation(commandId=ContentAssistProposals,
> 	handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction at 1347dad),
> 	expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor at 162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at c1c7c4)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.089
> !MESSAGE Conflict for 'redo':
> HandlerActivation(commandId=redo,
> 	handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction at 1270f6d),
> 	expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor at 162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at c1c7c4)),sourcePriority=1064960)
> HandlerActivation(commandId=redo,
> 	handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction at 165eff6),
> 	expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor at 162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at c1c7c4)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.089
> !MESSAGE Conflict for 'cut':
> HandlerActivation(commandId=cut,
> 	handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction at 16d0c80),
> 	expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor at 162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at c1c7c4)),sourcePriority=1064960)
> HandlerActivation(commandId=cut,
> 	handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction at 4fe2b3),
> 	expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor at 162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at c1c7c4)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.089
> !MESSAGE Conflict for 'copy':
> HandlerActivation(commandId=copy,
> 	handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction at ac9587),
> 	expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor at 162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at c1c7c4)),sourcePriority=1064960)
> HandlerActivation(commandId=copy,
> 	handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction at 8d03a6),
> 	expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor at 162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at c1c7c4)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.089
> !MESSAGE Conflict for 'ShowTooltipDesc':
> HandlerActivation(commandId=ShowTooltipDesc,
> 	handler=ActionHandler(org.eclipse.wst.sse.ui.StructuredTextEditor$InformationDispatchAction at 1eab9d6),
> 	expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor at 162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at c1c7c4)),sourcePriority=1064960)
> HandlerActivation(commandId=ShowTooltipDesc,
> 	handler=ActionHandler(org.eclipse.wst.sse.ui.StructuredTextEditor$InformationDispatchAction at 14e9cde),
> 	expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor at 162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at c1c7c4)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.090
> !MESSAGE Conflict for 'paste':
> HandlerActivation(commandId=paste,
> 	handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction at 1ccd22),
> 	expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor at 162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at c1c7c4)),sourcePriority=1064960)
> HandlerActivation(commandId=paste,
> 	handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction at dfaba8),
> 	expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor at 162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at c1c7c4)),sourcePriority=1064960)
> !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-10-10 08:35:03.090
> !MESSAGE Conflict for 'undo':
> HandlerActivation(commandId=undo,
> 	handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction at 7eb581),
> 	expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor at 162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at c1c7c4)),sourcePriority=1064960)
> HandlerActivation(commandId=undo,
> 	handler=ActionHandler(org.eclipse.ui.texteditor.TextOperationAction at be558a),
> 	expression=AndExpression(ActivePartExpression(org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor at 162545a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at c1c7c4)),sourcePriority=1064960)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list