It's all about the answers!

Ask a question

upgrading from 4.0 to 4.0.3 when trying to install 4.0.3 and running launchpad.sh in webinstaller getting this error.


amit kandela (111) | asked Aug 22 '13, 11:15 a.m.
retagged Sep 03 '13, 2:13 p.m. by Ralph Earle (25739)
$DISPLAY is not set.

Comments
amit kandela commented Aug 22 '13, 12:35 p.m.

i tried silent but i get this error:./userinstc -acceptLicense -dataLocation /tmp/silent-install/data -silent -showVerboseProgress -nosplash -input silent-install-server.xml
ERROR: The com.ibm.team.install.jfs.app.jts package specified in the /tmp/rtc/im/linux.gtk.x86/silent-install-server.xml file cannot be found.

ERROR: The com.ibm.team.install.jfs.app.product-clm package specified in the /tmp/rtc/im/linux.gtk.x86/silent-install-server.xml file cannot be found.

ERROR: The com.ibm.team.install.jfs.app.rtc package specified in the /tmp/rtc/im/linux.gtk.x86/silent-install-server.xml file cannot be found.

ERROR: The com.ibm.team.install.jfs.app.rqm package specified in the /tmp/rtc/im/linux.gtk.x86/silent-install-server.xml file cannot be found.

ERROR: The com.ibm.team.install.jfs.app.rdm package specified in the /tmp/rtc/im/linux.gtk.x86/silent-install-server.xml file cannot be found.

CRIMA1002W WARNING: The following repositories are not connected:
-../repo

3 answers



permanent link
Ralph Schoon (63.4k33646) | answered Aug 22 '13, 11:20 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I assume you upgrade on Linux or some other *ux and run the launchpad from a shell window. Please consider to provide the information about platform and so forth the next time.

You need to set your Display Variable such that X-Windows is able to run.

permanent link
Karl Weinert (2.0k52736) | answered Aug 22 '13, 11:51 a.m.
JAZZ DEVELOPER
Hi Amit,

If you can't get x-windows to run you might be able to perform a command line install.
See Installing by using command-line commands
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m3/index.jsp?re=1&topic=/com.ibm.jazz.install.doc/topics/t_command-line_installation.html


permanent link
Karl Weinert (2.0k52736) | answered Aug 22 '13, 1:37 p.m.
JAZZ DEVELOPER
edited Aug 22 '13, 1:38 p.m.
Hi Amit,

The "The ... package specified in the ...silent-install-server.xml file cannot be found." Error usually means you are not pointing to a valid repository in the silent-install-server.xml
You need to replace ..\repo in the following line with the RTC install repository
<repository location='..\repo' temporary='true' />
Note the install repository is a different download than the web installer.

If you have access to jazz.net you can install from there using this technote
http://www-01.ibm.com/support/docview.wss?uid=swg21576781

But you will need to save the jazz.net password to a file on a client where you can start IM in gui mode.

You can use this URL to install the 4.0.3 server from jazz.net:
'https://jazz.net/downloads/clm/4.0.3/4.0.3/install-repository/clm-offerings/repository/repository.config'
<repository location='https://jazz.net/downloads/clm/4.0.3/4.0.3/install-repository/clm-offerings/repository/repository.config' temporary='true' />

If you don't have access to jazz.net from that server you will need to download "Jazz Team Server and CCM, QM, and RM Applications..." from the "IBM Installation Manager Repositories" section.
https://jazz.net/downloads/rational-team-concert/releases/4.0.3?p=allDownloads

Unzip that file and change the '..\repo' value to the directory that has the repository.config file in it.
For example
<repository location='/tmp/JazzInstallRepo/repository.config' temporary='true' />

Your answer


Register or to post 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.