How do I fix 'CRJAZ0688I Unable to initialize service "repository item service"' error when verifying the db?
Our sys prog (Conrad Peche/Australia/IBM) has installed JTS + RTC 4.0 on a z/Linux box, running from Tomcat, configured to connect to a DB2 on a z/OS system, apparently following the install instructions by the book.
Unfortunately, the install doesn't work. The server will start, and the JTS admin interface will load, but the ccm component can't seem to communicate with the JTS component (no list of projects on the dropdown menu on the top left). At one stage, we had the Eclipse RTC client working with the /ccm web interface, but the web interface wouldn't load the details of a project (although it did let me configure the process for the project area). Now that's not working either. Also, the server can't be shutdown using the ./server-shutdown.sh script - it stops accepting HTTP connections but the java/tomcat process has to be killed from the command line.
The /jts admin diagnostics seemed like a good place to start looking for a fix, so I ran it. It reports 2 errors, one in the Application and Friends section:
Application: the root services resource at https://pthlin2:9443/ccm/rootservices for "/ccm" cannot be accessed:
java.net.SocketTimeoutException: Read timed out Application: the discovery resource at https://pthlin2:9443/ccm/scr for "/ccm" cannot be accessed: The returned HTTP status was 503 The response body was HTTP Status 503 - CRJAZ1173I Service "com.ibm.team.repository.service.internal.discovery.IServiceContributionResourceService" is not available. type Status report message CRJAZ1173I Service "com.ibm.team.repository.service.internal.discovery.IServiceContributionResourceService" is not available. description The requested service (CRJAZ1173I Service "com.ibm.team.repository.service.internal.discovery.IServiceContributionResourceService" is not available.) is not currently available.
(despite /ccm/ being listed in the Consumers JTS admin page), and one database diagnostic error directing me to look at the JTS logs (CRJAZ2069E An error occurred during the execution of this diagnostic with the error message "com.ibm.team.repository.common.TeamRepositoryException: CRJAZ0810I Failed to detect whether the "JT40L2_AUTH.JAUTH_TKN_STT_D_DX" index already exists.". See the server log for more details.). Looking at the logs, I see http://pastebin.com/raw.php?i=t79hLFM5 .
Sudhakar Frederick/Australia/IBM advised me to try the following:
ckriege@pthlin2:/opt/IBM/JazzTeamServer/server> ./repotools-jts.sh -verify level=10
Those messages about failing to get implementations are worrying, but the unable to initialize repo item service message seems worse.. and yet the verification was "successful". So, what can I do to fix this? (our sys prog is a z/OS guy so making it all work has fallen to me, as the RTC-implementor-by-default for my team)
Worth noting - the verify command was run from my user, which has rw permissions for the entire /opt/IBM/JazzTeamServer/ dir.
|
One answer
Ian Barnard (2.2k●6●13)
| answered Feb 21 '13, 9:19 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Feb 21 '13, 9:20 p.m.
If you're using DB2 9.7 I think the answer to this question, showing how to set the authorities for your user (in this case db2admin), might be the answer you need: https://jazz.net/forum/questions/54161/db2-error-while-creating-tables?redirect=%2Fforum%2Fquestions%2F54161%2Fdb2-error-while-creating-tables
|
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.