repotools-jts will not run
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
Comments
Hi Donald,
The only log file in that area is the install.log - and it does start with what looks like the problem, it says:
CRJZS0311W The profile path "C:\IBM\JazzTeamServer\server\conf\jts\provision_profiles" is not a well-formed URL. Check that the System Property "JAZZ_HOME" is set correctly to a file:///-style URL.
So it looks like JAZZ_HOME has been set without a "file:///" in front of it and the system does not like that. But that is curious as I am not aware of having set JAZZ_HOME during the installation. I am running Tomcat and am not even sure how to set environment variables under Tomcat. Perhaps the installation wizard did it for me from something I typed in. I am currently searching to find out where JAZZ_HOME is configured with Tomcat - any tips appreciated. Thanks for the help.
Ali
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.
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.
Ali
Comments
Håkan Kristiansson
Aug 15 '14, 11:47 a.m.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
1 vote
Håkan Kristiansson
Aug 15 '14, 11:50 a.m.Sorry, just realized your transcript is from a Win box. But worthwhile checking the event logs for system resource issues
1 vote
Alastair Beadle
Aug 19 '14, 4:54 a.m.Thanks Hakan. You were right - resource issues (disk space in this case).
Ali