This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Jun 27, 2014, 9:06 AM
5 Posts

Traveler 9.0.1 Install Debian

  • Category: Install
  • Platform: Linux
  • Release: 9.0.1
  • Role: Administrator
  • Tags:
  • Replies: 1

Hi

I have Domino 9.0.1 FP1 installed on a Debian Box - this is working (almost) perfectly... I then stopped the server and tried to add Traveler to it. I am getting the following error:

             ./TravelerSetup: 3319: exec: /tmp/install.dir.13536/Linux/resource/jre/jre/bin/java: not found

I installed using the following command:

             ./TravelerSetup -f ./installer.properties -i -l en

the installer.properties file has been entered with the correct parameters for this install. 

Here is what is being displayed on the screen before the error:

            Preparing to install...
            Extracting the JRE from the installer archive...
            Unpacking the JRE...
            Extracting the installation resources from the installer archive...
            Configuring the installer for this system's environment...
 
             Launching installer...

 

NB: this is a bare bones server - ie no graphical interface installed! Could this be the problem? When I search online I only find videos that jump to the graphical interface for the settings for the setup?

 

Thanking you for any help given

Ursus

Oct 1, 2015, 2:48 PM
5 Posts
This question is old but still relevant

So I am answering it for anyone who is searching for a solution to this problem.

In most cases this problem is because you are trying to execute 32Bit code in a solely 64bit environment.

For Debian Jessie, which is the most current (IBM unsupported) distribution you might take the following steps

Enable installation of 32Bit files (maybe optional)

dpkg --add-architecture i386

The Traveler Setup as of 9.0.1.7 is still 32Bit so needs a few libraries which are not installed by default.

apt-get install lib32z1 lib32ncurses5 (formerly known as ia32-libs)

apt-get install libx32gcc1

apt-get install libx32stdc++6

 

The Traveler Setup might only work in silent mode. The defaults are quite usable. In many cases you just have to to change the language in the silentInstall file

For german this should do it

./TravelerSetup -f ./installer.properties -i SILENT -l de

 

This works fine for me but please keep in mind that IBM is not supporting Debian at the server level (but I have been doing this since the first Domino on Linux release and am still alive and kicking). 

Have a nice day whoever is still using IBM Domino nowadays.

 

Henning

 


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal