Plain Java API program complaining about plugin.xml file in ExtensionRegistryReader.java:772
I made a command line program that read and write some files in a RTC repository, when running it inside eclipse, it works fine, but running it from command line gives me errors like this:
ERROR [main] (ExtensionRegistryReader.java:772) ? The com.ibm.team.rtc.common bundle's plugin.xml file contains a <component> element with the id attribute value com.ibm.team.rtc.common that is not unique.
The programs works, despite all the dozens of errors in the log file, I can not find any fault in the execution.
How can I fix these errors?
Accepted answer
Ok, answering my own question in case someone gets the same error.
In Eclipse, I opened the Configure Build Path right click menu. Went on the libraries tab, removed all the libraries and saved. Then I went to the configure build path again and re added all the same libraries again.
Somehow it worked, maybe I just stumbled into some strange eclipse bug.