Error in CCM
Hi, we have a problem whith this particular service
CRJAZ1972E El servicio "com.ibm.team.workitem.service.internal.rest.query.QueryRestService" no se ha podido activar porque un servicio del que depende, "com.ibm.team.repository.service.IRepositoryItemService", no se ha podido activar.
it seems like I must start com.ibm.team.repository.service.IRepositoryItemService, Does anyone knows how can I ?
thanks
One answer
There is no such way to only start a specific service usually the cause is on somewhere else.
As per the error code explanation, you need to check with jts.log to find out more clues for such issues.
Message | CRJAZ1972E The "{0}" service failed to activate because a service that it depends on, "{1}", failed to be activated. |
Explanation | The service failed to activate either because of problems in the database or the server, or because a service that the service requires also failed to be activated. |
User action | Contact an administrator to check the Jazz Team Server server logs to find out why the required service was not activated. |
In some cases, restarting the server could help if you want to have a quick workaround. Otherwise, jts.log is a place to start for further investigation.