CRJAZ1135I Failed to find the service
I'm following this guide to setup JazzTalkWithFacades
https://jazz.net/wiki/bin/view/Main/JazzTalkWithFacades
At step6, it tells me to rebuild the database. I simply used JazzTalk - Create Repository Database.launch again, but I got this exception
com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1135I Failed to find the service "com.ibm.team.repository.service.internal.rdb.IDatabaseStateService" with a matching filter "(databaseExists=true)".
Again, I deleted the repository that I created for JazzTalk(without Facades), and the junit runtime workspace. I still got the error.
Does anybody have any idea?
https://jazz.net/wiki/bin/view/Main/JazzTalkWithFacades
At step6, it tells me to rebuild the database. I simply used JazzTalk - Create Repository Database.launch again, but I got this exception
com.ibm.team.repository.common.transport.TeamServiceRegistryException: CRJAZ1135I Failed to find the service "com.ibm.team.repository.service.internal.rdb.IDatabaseStateService" with a matching filter "(databaseExists=true)".
Again, I deleted the repository that I created for JazzTalk(without Facades), and the junit runtime workspace. I still got the error.
Does anybody have any idea?
One answer
The message:
CRJAZ1135I Failed to find the service
"com.ibm.team.repository.service.internal.rdb.IDatabaseStateService"
with a matching filter "(databaseExists=true)".
Means that as far as the Jazz Team Server is concerned, you do not have
a correctly functioning repository database. I would suggest using
repotools' -createTables command to create a new database. If you have
data to preserve (which sounds unlikely, use the -export command and
then the -import command).
Without a functioning repository database you're not going to be able to
get anything to work.
CRJAZ1135I Failed to find the service
"com.ibm.team.repository.service.internal.rdb.IDatabaseStateService"
with a matching filter "(databaseExists=true)".
Means that as far as the Jazz Team Server is concerned, you do not have
a correctly functioning repository database. I would suggest using
repotools' -createTables command to create a new database. If you have
data to preserve (which sounds unlikely, use the -export command and
then the -import command).
Without a functioning repository database you're not going to be able to
get anything to work.