Running OSGI- FriendsService: failed during activation
Hello,
I'm using the OSGI/embedded Jetty server to test Jazz components but from time to time I'm running into the following errors upon starting the OSGI console: -com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1092I The service class "com.ibm.team.repository.service.internal.discovery.FriendsService" failed during activation. Caused by: com.hp.hpl.jena.shared.JenaException: org.apache.xerces.impl.dv.DVFactoryException: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory. Does anyone know what's happening? Thank you |
5 answers
Try adding these VM arguments to your launch:
-Dosgi.compatibility.bootdelegation=false -Dorg.osgi.framework.bootdelegation=sun.*,com.ms.*,com.ibm.*,com.sun.*,org.w3c.*,org.xml.*,javax.* See https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/88094 for the details. Hello, |
Thanks a bunch, that fixed it!
I hope it can help someone else :-) |
thank you, this has helped a lot to me also.
|
Hi John,
I got the same error message when Run RQM ETL. this can fix the problem in development enviorment, can this be add to the CLM start up file or somewhere else to fix the same issue in the build enviorment? Thanks in advance! Try adding these VM arguments to your launch: Hello, |
Please file a work item against Reporting in the Jazz Foundation project area, with the details of exactly what problem you observed, and what you were trying to do when you observed it.
http://jazz.net/jazz/web/projects/Jazz%20Foundation#action=com.ibm.team.workitem.newWorkItem Hi John, Try adding these VM arguments to your launch: Hello, |
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.