Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | 5.6.1 |
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.
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
TIBCO BusinessEvents