Error when deleting a comment

Issue #22 resolved
Adolfo Casari created an issue

Hi, I am getting this error when I delete a comment:

2013-11-25 09:40:12,988 http-bio-8080-exec-16 ERROR acasari 580x246x2 13pmc6p 10.0.2.2 /secure/DeleteComment.jspa [atlassian.event.internal.AsynchronousAbleEventDispatcher] There was an exception thrown trying to dispatch event 'com.atlassian.jira.event.issue.IssueEvent@125e0259[issue=OT-57,comment=<null>,worklog=<null>,changelog=[GenericEntity:ChangeGroup][id,10301][author,acasari][created,2013-11-25 09:40:12.87][issue,10100],eventTypeId=17,sendMail=true,params={baseurl=http://localhost:8080},subtasksUpdated=false]' from the invoker 'SingleParameterMethodListenerInvoker{method=public void com.fca.jira.plugins.workflowToolbox.listeners.IssueReindexerListener.onIssueEvent(com.atlassian.jira.event.issue.IssueEvent), listener=com.fca.jira.plugins.workflowToolbox.listeners.IssueReindexerListener@7c339108}'. java.lang.RuntimeException: No event type with id 17

This is Jira 6.1 .. The comment is actually deleted though.

Is this related to the plugin?

Comments (3)

  1. Fidel Castro Armario repo owner

    An event listener in the plugin is invoked, but I don't have enough information to say whether the plugin has something to do with it.

    I have tried to delete comments in JIRA 6.1.3 and JIRA Workflow Toolbox 2.1.11 without any problem.

    Can you please set JIRA logs to debug level, and send me the log output? You can send the log file to fcarmario@gmail.com, in case you prefer not to attach the file to the issue for security reasons.

  2. Log in to comment