Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
============
This error is typical of UNIX platforms when a Java needs to load a native library but can not find the library.
Environment:
==========
Linux
Symptoms:
=========
Can't load library.
Cause/Resolution
==============
May be caused by the following:
1). The library package is not installed on this machine. To check, do the following:
'rpm -qa|grep libstdc'. If missing, install the needed package.
2). Permissions do not allow the user running EAR file to read and load the files. Change user permissions as necessary.
3). The be-engine.tra file does not have the necessary directories specified. Add the directory containing libstdc.so.* to tibco.env.LD_LIBRARY_PATH. Then delete the application from the Administrator and redeploy. The TRA file that Administrator uses to run the application is only created when the application is deployed.
4). An older version of libstdc is present and you will need to upgrade to a later version of libstdc.