It's all about the answers!

Ask a question

Service Error Summary


Carla Celiberti (9151) | asked Aug 08 '08, 8:00 a.m.
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



permanent link
Richard Backhouse (6661) | answered Aug 08 '08, 11:23 a.m.
JAZZ DEVELOPER
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,
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.

permanent link
Carla Celiberti (9151) | answered Aug 25 '08, 10:58 a.m.
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



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...

permanent link
Carla Celiberti (9151) | answered Aug 26 '08, 4:42 a.m.
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



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

permanent link
Richard Backhouse (6661) | answered Aug 26 '08, 10:55 a.m.
JAZZ DEVELOPER
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
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


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

permanent link
Carla Celiberti (9151) | answered Aug 26 '08, 11:22 a.m.
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.



Already done, and there aren't problems :(

permanent link
Simon Archer (2761) | answered Aug 27 '08, 9:18 a.m.
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.

Your answer


Register or to post 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.