Products | Versions |
---|---|
TIBCO IntegrationManager | - |
Not Applicable | - |
Description:
TIBCO IntegrationManager 5.0.2 HotFix 11 Engine now supports Red Hat Enterprise Linux 5.3 in addition to the currently supported Red Hat Enterprise Linux version as listed in the TIBCO IntegrationManager 5.0.2 product documentation.
Please refer to the product readme for details on the other supported OS versions for TIBCO IntegrationManager 5.0.2
Limitation and Restrictions:
======================
Please note Only TIBCO IntegrationManager Engine component is currently supported. TIBCO IntegrationManager Editor is not supported on running on Red Hat Enterprise Linux ES/ AS 5.3 platform
Installation Steps:
==============
· 32-bit Sun Java (JRE / JDK) 1.6.0 Setup
· TIBCO Rendezvous 8.1 (IM) Setup
· TIBCO IntegrationManager 5.0.2 (IM) Hot-Fix 11 Setup
· Oracle 10g/11g Setup (optional)
Configuration Changes:
===================
For Java (JRE / JDK) 1.6.0:
---------------------------------
1. TIBCO IntegrationManager Engine tra file need to include Sun Java (JRE / JDK) 1.6.0 virtual machine (jvm) path.
For example-
For TIBCO Integration Manager Engine, set ‘java.library’ in imse.tra to <Java (JRE / JDK) 1.6 installation>/ jre/lib/i386/server/libjvm.so.
2. Set LD_LIBRARY_PATH pointing to parent directory of JVM library path and path to JVM library
For example-
export LD_LIBRARY_PATH=<Java (JRE / JDK) 1.6 installation>/jre/lib/i386<Java (JRE / JDK) 1.6 installation>/jre/lib/i386/server
Please refer to Sun Java (JDK/JRE) documentation to locate java virtual machine and java library path on specific platform.
For Oracle:
-------------
TIBCO IntegrationManager Engine tra files need to include Oracle Thin and Thick drivers for Oracle database
- For TIBCO Integration Manager Engine, set ‘tibco.class.path.extended’ in imse.tra to point to Oracle drivers (Thin or Thick) for Oracle 10g or 11g
Known Issues:
=============
1. TIBCO Integration Manager Engine throws 'NoSuchMethod ' exception at the start-up. This issue is seen with JRE 1.5 and 1.6.0 only and not with JRE 1.4.2. Please refer to LBN1-A7K5WH for more details.
Symptoms:
=========
An exception is logged at the start-up
Impact
======
None
Resolution
==========
CR# 1-AH3HUT is logged.
2. TIBCO Integration Manager Engine throws ‘libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory’ exception at the start-up.
Symptoms:
=========
An exception is logged at the start-up
Impact
======
IM Engine is not able to start.
Resolution
==========
1. If you have newer ‘libstdc++-libc6.2-2.so.3’ available under /usr/lib then create soft link to newer library.
ln -s libstdc++-libc6.2-2.so.3 libstdc++-libc6.1-1.so.2