TIBCO BusinessEvents docker image creation failed

TIBCO BusinessEvents docker image creation failed

book

Article ID: KB0074722

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition 5.6.1

Description

Getting build failed error when trying to build TIBCO BE application docker image. It fails at step 33, installing TIBCO BE with following error 

Step 33/66 : RUN perl -I. -Mbe_docker_install -e "be_docker_install::install_be('$BE_PRODUCT_VERSION','enterprise','$BE_PRODUCT_ADDONS','$BE_PRODUCT_HOTFIX','$AS_PRODUCT_HOTFIX','$AS_VERSION')"
---> Running in f7c1be3a3f46

INFO:Installing ActiveSpaces 2.3.0...

INFO:Installing ActiveSpaces 2.3.0...DONE

INFO:Installing BusinessEvents 5.6.1...
Cannot open file /opt/tibco/be/5.6/bin/be-engine.tra for read at be_docker_install.pm line 504.
Removing intermediate container f7c1be3a3f46
The command '/bin/sh -c perl -I. -Mbe_docker_install -e "be_docker_install::install_be('$BE_PRODUCT_VERSION','enterprise','$BE_PRODUCT_ADDONS','$BE_PRODUCT_HOTFIX','$AS_PRODUCT_HOTFIX','$AS_VERSION')"' returned a non-zero code: 2
Docker build failed.

Issue/Introduction

BE docker image creation failed

Environment

All Supported Platforms

Resolution

Issue was caused by an incorrect TIBCO BusinessEvents (BE) installation. Here problem was caused by a corrupted BE installer file or user copied the wrong OS version installable (Linux installable required). Another reason the build failed here could be because BE was not installed properly (silent installation failed).

In order to resolve the issue, download and copy correct version of BE 5.6.1 to the installer source folder and AS version 2.4.1.

Correct output, when BE Installed correctly is as below:-
==============================================================:
INFO:Installing ActiveSpaces 2.4.0...
INFO:Installing ActiveSpaces 2.4.0...DONE
INFO:Installing BusinessEvents 5.6.1...
INFO:Installing BusinessEvents 5.6.1...DONE
INFO:Performing cleanup...
INFO:Product Installation Complete

 

Additional Information

TIBCO BusinessEvents