Products | Versions |
---|---|
TIBCO Runtime Agent (TRA) | - |
Not Applicable | - |
Resolution:
Description:
==========
This Solution explains how to fix the CLASSPATH in the DomainUtility.tra file in order to avoid the error reported.
Environment:
==========
TIBCO Runtime Agent: All
OS: All
Resolution:
=========
Open the domainutility.tra file under <tra-home>/5.x/bin folder:
1). Check that "<tibco-home>/tibrv/lib" is in the LD_LIBRARY_PATH, SHLIB_PATH and LIBPATH .
2). Delete any reference of tibrvj.jar or tibrvjsd.jar from LD_LIBRARY_PATH, SHLIB_PATH and LIBPATH .
3). Add RV_HOME%/lib/tibrvj.jar to tibco.env.STD_EXT_CP and remove any reference to tibrvjsd.jar. In case the RV_HOME%/lib/tibrvj.jar is already there move it to the front as the first entry of the CLASSPATH.