It's all about the answers!

Ask a question

NoSuchMethodError when debugging a server side RTC plugin


Francisco Rodriguez (561328) | asked Jun 11 '14, 2:12 p.m.
edited Jun 24 '14, 7:37 p.m.
Hi,

I'm getting the following error when I debugging my RTC extension:

java.lang.NoSuchMethodError: com/ibm/team/workitem/common/internal/util/WorkItemQueries.allChangeEventsByCategoryName(Lcom/ibm/team/workitem/common/IAuditableCommon;Ljava/lang/String;Ljava/lang/String;)Lcom/ibm/team/workitem/common/internal/util/ItemQueryIterator;
Any ideas?

Thanks in advance,
Francisco R.

Comments
Tim Mok commented Jun 12 '14, 8:41 a.m.
JAZZ DEVELOPER

 What version of RTC are you using and which version did you develop against?

2 answers



permanent link
Donald Nong (14.5k414) | answered Jun 12 '14, 1:05 a.m.
The error means that Java does not find a method "allChangeEventsByCategoryName" with the exact signature in class "WorkItemQueries". So you need to find out which part of your code (indirectly) calls this method and verify whether you call it correctly.
Can you post the complete stack trace so that others can help you to identify the location of the fault?

permanent link
Francisco Rodriguez (561328) | answered Jun 24 '14, 7:39 p.m.
 Thanks for your answers. I had to find another solution so I didn't use that method.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.