Setup error with RRDI 5.0
Accepted answer
could it be a Windows permissions issue?
Is the Windows user running the setup application able to read and write to the RRDI installation folder?
If you installed under the default Program Files location, it might be worth giving a try to a new installation outside that folder (for example C:\IBM\RRDI).
Best Regards,
Francesco Chiossi
Comments
That might have fixed the problem. I started a cmd shell as Administrator and used it to run server.starup.bat. I also used IE (instead of Chrome) as I recalled Insight and Chrome didn't get along too well. So I am not sure which solved this issue.
Glad to hear it's fixed.
In version 5 Chrome should be supported, so I'm more inclined to think that running as Administrator did the trick.
2 other answers
if the setup application seems to be left in an inconsistent state after a previous initialization attempt, you can try the following:
-
Stop the RRDI setup application, if it's running
- Backup the directory: [RRDI Install]\setup\tool\JazzTeamServer
- Delete the directory: [RRDI Install]\setup\tool\JazzTeamServer\server\conf\rrdi\repository
- Start the RRDI Setup Wizard again
- Re-enter values for all the steps and fields in the RRDI setup wizard.
This should allow you to redo the configuration from scratch.
Best Regards,
Francesco Chiossi
Comments
Thanks for the quick reply Francesco. I did the above, restarted the server (RRDI\setup\tool\JazzTeamServer\server\server.startup.bat), and re-entered the values. I get the same problem. The repository directory is not recreated. And it was empty before - not sure if that is an issue. The tomcat output is below.
posted above, In addition I saw the below in the application log [.../setup/tool/JazzTeamServer/server/logs/jts.log ]
Caused by: java.lang.RuntimeException: CRJAZ0911E Error initializing content service. The content temporary directory "/tmp/contentservice" is read-only.
at com.ibm.team.repository.service.internal.ContentService.canWriteInDirectory(ContentService.java:646)
at com.ibm.team.repository.service.internal.ContentService.initialize(ContentService.java:287)
at com.ibm.team.repository.service.internal.ContentService.activate(ContentService.java:242)
at com.ibm.team.repository.service.AbstractService.bindRequiredServices(AbstractService.java:191)
In my case making "/tmp/contentservice" writable resolved the issue.
Thank you
Saheed A. Oseni