repotools-jts will not run
On CLM5.0, after an apparent database corruption (possibly caused by the memory leak crash that the system is suffering from at the moment) I am trying to rebuild the indices. But I get the following error messages when I run the repotools-jts command:
C:\IBM\JazzTeamServer\server>repotools-jts -reindex all Repo Tools Provisioning using "C:\IBM\JazzTeamServer\server\conf\jts\provision_profiles". CRJAZ0287I Failed to install the bundle "file:/C%3a/IBM/JAZZTE~1/server/conf/jts/sites/update-site/plugins/org.apache.lucene2_2.4.400.v20130320_1901.jar". CRJAZ0288E The "com.ibm.team.jazz.foundation.server.product.feature" profile feature could not be installed from the "file:jts/sites/update-site" update site that is referenced in the "C:\IBM\JazzTeamServer\server\conf\jts\provision_profiles\profile.ini" profile file. CRJAZ1834E Error provisioning the server. I have checked for the listed lucene2... file and it is present on the server in the "C:\IBM\JazzTeamServer\server\conf\sites\update-site\plugins" directory so I am confused as to what is causing this error. The repotools-rm command runs fine - just seems to eb a problem with repotools-jts. Any ideas? |
Accepted answer
The repotools have their own workspaces, and that's why one works while the other may not. For JTS, it's JazzTeamServer/repotools/jts/eclipse/configuration. There should be *.log files in the workspace. Check the one with the corresponding timestamp for any errors. Failing that, search a file named "install.log" in the workspace and check for any errors in it - it should tell your why the bundles could not be installed.
Alastair Beadle selected this answer as the correct answer
Comments
Alastair Beadle
commented Aug 18 '14, 11:51 a.m.
Hi Donald,
Donald Nong
commented Aug 18 '14, 9:24 p.m.
JAZZ_HOME is defined in the repotools-jts.bat and you do not need to worry about that.
set DEFINE=%DEFINE% "-DJAZZ_HOME=file:///%PATH_URL%conf"Also the error at the beginning of the install.log file appears to be common and you can ignore it. Go through the entire install.log and see if you can spot any other errors. I'm expecting some errors under a particular "Installing bundles from ..." line.
Alastair Beadle
commented Aug 19 '14, 4:53 a.m.
Ah, OK, thank you. Yes looking further down the log file I found a disk space error - and yes, I am running low on disk space. Thanks for the help.
|
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.
Comments
If you are running on Linux, check the jts.log for (Too many open files)
If errors like those occur please have a look at http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m3/index.jsp?re=1&topic=/com.ibm.jazz.install.doc/topics/c_special_considerations_linux.html&scope=null
Regarding the memory leak itself, http://www-01.ibm.com/support/docview.wss?uid=swg21681579
Sorry, just realized your transcript is from a Win box. But worthwhile checking the event logs for system resource issues
Thanks Hakan. You were right - resource issues (disk space in this case).
Ali