r6 - 2014-06-24 - 20:19:45 - Main.swijenayYou are here: TWiki >  Deployment Web > DeploymentInstallingUpgradingAndMigrating > ConfiguringUbuntuForRTCClients

todo.png Configuring Ubuntu for Rational Team Concert clients

Authors: MichaelAfshar, StephenGiesbrecht, SudarshaWijenayake
Build basis: Rational Team Concert clients 3.x and higher

You must configure your Ubuntu system before you can use Rational Team Concert clients.

Configuring Rational Team Concert Eclipse client

Before you begin

For the supported versions of Ubuntu client, see the System Requirements page.

For the Rational Team Concert Eclipse client to display correctly in Ubuntu, you must have the Mozilla XULRunner plug-in installed. The XULRunner plug-in is not included in the Rational Team Concert Eclipse client installation, therefore, the plug-in must be manually installed if it does not exist on your system. To determine if your system includes the XULRunner plug-in, open the Rational Team Concert Eclipse client. If the Welcome screen looks like figure 1, the XULRunner plug-in is missing.

Figure 1: Welcome page with missing XULRunner plug-in
welcomePageNoXULRunner.png

Not all versions of Eclipse are compatible with all versions of XULRunner. For a complete list of compatible versions, see http://eclipse.org/swt/faq.php#browserlinux.

Downloading a compatible version of XULRunner

If your operating system is 32-bit, you can download a compatible version of XULRunner from http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/.

If you have a 64-bit operating system, you must download 64-bit binaries from one of the nightly builds, as only the 32-bit versions are available from the official releases. The main directory for nightly builds can be found at http://ftp.mozilla.org/pub/mozilla.org/xulrunner/nightly/.

Both the 3.6 and 4.2 versions of Eclipse support all releases of version 1.9.x of XULRunner. XULRunner 1.9.1 can be downloaded from http://ftp.mozilla.org/pub/mozilla.org/xulrunner/nightly/2009/12/2009-12-08-03-mozilla-1.9.1/.

Both releases and nightly builds include SDK archives and runtime archives. Only the runtime archive is required for running the Rational Team Concert clients.

Procedure

  1. After downloading the required version of the XULRunner plug-in archive, extract it to a directory on your drive, for example, /opt/IBM/TeamConcert/XULRunner.
  2. Go to the installation directory of Rational Team Concert Eclipse client.
  3. Open the eclipse.ini file for editing and enter the following line at the end of the file:
    -Dorg.eclipse.swt.browser.XULRunnerPath=/opt/IBM/TeamConcert/XULRunner
  4. Save the eclipse.ini file and launch the Rational Team Concert Eclipse client. If the Welcome screen looks like figure 2, XULRunner is working properly.

Figure 2: Welcome page with XULRunner plug-in properly installed
welcomePageXULRunner.png

Configuring Build System Toolkit

Because Build System Toolkit is only available as a 32-bit binary, you might have difficulty installing it on a 64-bit version of Ubuntu. If you encounter the jbe: no such file or directory error message, or the Jazz Build Engine crashes because it cannot find jre/bin/java, even though the file does exist, you will need to enable support for 32-bit architecture.

Procedure

  1. To confirm the default architecture for your computer, open a terminal and enter:
    dpkg --print-architecture
    If the output is amd64, then you must install libraries that support a 32-bit foreign architecture.
  2. To install the 32-bit packages, you must be logged into your terminal session as root or have permission to execute commands by using sudo. In your terminal enter the following command:
    apt-get install ia32-libs
    This initiates a long package installation process that installs the 32-bit versions of the core libraries.
  3. After installation completes, confirm that the installation was successful by typing the following command:
    dpkg --print-foreign-architectures
    If the installation was successful, the output should be i386.

Figure 3: Terminal with i386 output
i386.png

You should now be able to run the Jazz Build Engine normally.

Related topics:
External links:
Additional contributors:

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r6 < r5 < r4 < r3 < r2 | More topic actions
 
This site is powered by the TWiki collaboration platformCopyright © by IBM and non-IBM contributing authors. All material on this collaboration platform is the property of the contributing authors.
Contributions are governed by our Terms of Use. Please read the following disclaimer.
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.