CRJZS0383E The bundle "rtc-check-summary-advisor" could not be resolved
Hello all,
I'm trying to do my first steps with RTC extension. First I followed the extension workshop step-by-step and all worked fine.
Then I tried to implement the "Check Summary Advisor" example, but I got the following error.:
CRJZS0383E The bundle "rtc-check-summary-advisor" could not be resolved.
CRJZS0436I Invalid "Paketdiagnose"
Any idea?
Many thanks,
Christine
Accepted answer
This is most certainly a deployment problem. If you tried on Jetty, you forgot to add some of the bundles.
If you tried on Tomcat make sure it works on Jetty and then see the last lab about creating the deployment files again. Look for typos etc. Look into the Logs. Finally you will have to be able to find what you did wrong during deployment and that is not trivial in any case.
The "rtc-check-summary-advisor" is likely also only a bare bones example, maybe check an example that ships more data. I have tried to provide more complete examples on my blog, but they are also still pretty bare bone themselves.