Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

NoSuchMethodError when debugging a server side RTC plugin

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.

-1 votes

Comments

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



2 answers

Permanent link
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?

0 votes


Permanent link
 Thanks for your answers. I had to find another solution so I didn't use that method.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,940

Question asked: Jun 11 '14, 2:12 p.m.

Question was seen: 3,476 times

Last updated: Jun 24 '14, 7:39 p.m.

Confirmation Cancel Confirm