Service Error Summary
![]()
Hi,
I copied my plugin (extends datawarehouse) and jars files required in \server\tomcat\webapps\jazz\WEB-INF\eclipse\plugins, and changed config.ini in configure folder with line: com.ibm.team.datawarehouse.service.odc@start,\ before line: org.apache.naming@start, \ I start up server. My problem appears in Tomcat console and in https://localhost:9443/jazz/admin in Tomcat console the message is: ERROR t.internal.registry.AbstractActivationManagerOwner - CRJ AZ1084I The class "com.ibm.team.repository.service.IRepositoryItemService" failed to load. The bundl e "com.ibm.team.datawarehouse.service.odc" could not find the class. ... ERROR t.internal.registry.AbstractActivationManagerOwner - CRJ AZ1084I The class "com.ibm.team.repository.service.IContentService" failed to load. The bundle "com. ibm.team.datawarehouse.service.odc" could not find the class. ... ERROR t.internal.registry.AbstractActivationManagerOwner - CRJ AZ1084I The class "com.ibm.team.repository.service.IRepositoryItemService" failed to load. The bundl e "com.ibm.team.datawarehouse.service.odc" could not find the class. ... ERROR t.internal.registry.AbstractActivationManagerOwner - CRJ AZ1084I The class "com.ibm.team.repository.service.IContentService" failed to load. The bundle "com. ibm.team.datawarehouse.service.odc" could not find the class. ... ERROR t.internal.registry.AbstractActivationManagerOwner - CRJ AZ1084I The class "com.ibm.team.repository.service.IRepositoryItemService" failed to load. The bundl e "com.ibm.team.datawarehouse.service.odc" could not find the class. ... ERROR t.internal.registry.AbstractActivationManagerOwner - CRJ AZ1084I The class "com.ibm.team.repository.service.IContentService" failed to load. The bundle "com. ibm.team.datawarehouse.service.odc" could not find the class. while in the web the message is: Service Error Summary com.ibm.team.datawarehouse.service.odc.IOdcSnapshotService CRJAZ1094I The service "com.ibm.team.repository.service.IRepositoryItemService" has not been acquired and forcing service activation was not requested. But I don't understand why not finds the classes if they are in tomcat folder... Thanks for support. |
6 answers
![]()
To extend both the RTC Server and repotools you must use the provided
provisioning mechanism to add new components. Modifying the config.ini is not going to work. You can find some helpful information on how to do this here : https://jazz.net/wiki/bin/view/Main/CreateJazzServerComponentUpdateSites https://jazz.net/wiki/bin/view/Main/UsingJazzProvisioner Richard Jazz Web UI and Server Development cceliberti wrote: Hi, |
![]() To extend both the RTC Server and repotools you must use the provided Prior to dedicate myself to this plugin I have done a sample, and I haven't encountered problems. I followed this link: https://jazz.net/wiki/bin/view/Main/HowToBuildRepositoryDatabase (using repotools - command-line) and changing confing.ini on webapps\jazz\WEB-INF\eclipse\configuration Now I solved "Service Error Summary" without using the two links: https://jazz.net/wiki/bin/view/Main/CreateJazzServerComponentUpdateSites https://jazz.net/wiki/bin/view/Main/UsingJazzProvisioner but I met another problem: 16:49:12,221 ERROR t.internal.registry.AbstractActivationManagerOwner - CRJ AZ1084I The class "com.ibm.team.datawarehouse.service.workitems.IWorkItemsSnapshotService" failed to load. The bundle "com.ibm.team.datawarehouse.service.odc" could not find the class. java.lang.ClassNotFoundException: com.ibm.team.datawarehouse.service.workitems.IWorkItemsSnapshotSer vice at 16:49:12,311 ERROR com.ibm.team.datawarehouse - CRJ AZ1094I The service "com.ibm.team.datawarehouse.service.workitems.IWorkItemsSnapshotService" has not been acquired and forcing service activation was not requested. com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1094I The service "com.i bm.team.datawarehouse.service.workitems.IWorkItemsSnapshotService" has not been acquired and forcing service activation was not requested. at 16:49:12,371 ERROR com.ibm.team.datawarehouse- Unknown snapshot ODC_SNAPSHOT Yet com.ibm.team.datawarehouse.service.workitem (the plugin having the class IWorkItemSnapshotService) is a dependency. I didn't understand... |
![]() To extend both the RTC Server and repotools you must use the provided Prior to dedicate myself to this plugin I have done a sample, and I haven't encountered problems. I followed this link: https://jazz.net/wiki/bin/view/Main/HowToBuildRepositoryDatabase (using repotools - command-line) and changing confing.ini on webapps\jazz\WEB-INF\eclipse\configuration Now I solved "Service Error Summary" without using the two links: https://jazz.net/wiki/bin/view/Main/CreateJazzServerComponentUpdateSites https://jazz.net/wiki/bin/view/Main/UsingJazzProvisioner but I met another problem: 16:49:12,221 ERROR t.internal.registry.AbstractActivationManagerOwner - CRJ AZ1084I The class "com.ibm.team.datawarehouse.service.workitems.IWorkItemsSnapshotService" failed to load. The bundle "com.ibm.team.datawarehouse.service.odc" could not find the class. java.lang.ClassNotFoundException: com.ibm.team.datawarehouse.service.workitems.IWorkItemsSnapshotSer vice at 16:49:12,311 ERROR com.ibm.team.datawarehouse - CRJ AZ1094I The service "com.ibm.team.datawarehouse.service.workitems.IWorkItemsSnapshotService" has not been acquired and forcing service activation was not requested. com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1094I The service "com.i bm.team.datawarehouse.service.workitems.IWorkItemsSnapshotService" has not been acquired and forcing service activation was not requested. at 16:49:12,371 ERROR com.ibm.team.datawarehouse- Unknown snapshot ODC_SNAPSHOT Yet com.ibm.team.datawarehouse.service.workitem (the plugin having the class IWorkItemSnapshotService) is a dependency. I didn't understand... I also followed your advice (https://jazz.net/wiki/bin/view/Main/CreateJazzServerComponentUpdateSites), but gives me the same error: 10:33:38,050 ERROR t.internal.registry.AbstractActivationManagerOwner - CRJ AZ1084I The class "com.ibm.team.datawarehouse.service.workitems.IWorkItemsSnapshotService" failed to load. The bundle "com.ibm.team.datawarehouse.service.odc" could not find the class. java.lang.ClassNotFoundException: com.ibm.team.datawarehouse.service.workitems.IWorkItemsSnapshotSer vice at 10:33:38,200 ERROR com.ibm.team.datawarehouse - CRJ AZ1094I The service "com.ibm.team.datawarehouse.service.workitems.IWorkItemsSnapshotService" has not been acquired and forcing service activation was not requested. com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1094I The service "com.i bm.team.datawarehouse.service.workitems.IWorkItemsSnapshotService" has not been acquired and forcing service activation was not requested. at 10:33:38,300 ERROR com.ibm.team.datawarehouse - Unk nown snapshot ODC_SNAPSHOT |
![]()
I would suggest you use the OSGi console to get further diagnostic
information on why the service is failing to start. Richard Jazz Web UI and Server Development. cceliberti wrote: ccelibertiwrote:To extend both the RTC Server and |
![]() I would suggest you use the OSGi console to get further diagnostic Already done, and there aren't problems :( |
![]()
To make it easier for us to help you, please paste the results of your
investigation directly into a post. For example, from the console use the 'services' command to display the available services. Copy and paste the positive information into a post. It is most helpful if you paste in only the relevant pieces, but please don't transcribe what you see, but rather copy and paste. Thanks. |