NoSuchMethodError when debugging a server side RTC plugin
Hi,
I'm getting the following error when I debugging my RTC extension:
Any ideas?
Thanks in advance,
Francisco R.
|
2 answers
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? |
Thanks for your answers. I had to find another solution so I didn't use that method.
|
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.
Comments
What version of RTC are you using and which version did you develop against?