When I install the adapter out of the box, and try to run an example, why are there errors that indicate missing libraries?
book
Article ID: KB0084874
calendar_today
Updated On:
Products
Versions
TIBCO Adapter for CORBA
-
Not Applicable
-
Description
Resolution: If the missing libraries include one or more of the following (where 4xx and 4.x.x refer to either 4.0.5 or 4.1.1 and jtcxxxx and jtc.sl.x.x.x refer to either 1.0.14 or 2.0.0):
On Microsoft Windows: CosEvent4xx.dll CosNaming4xx.dll idl4xx.dll jtcxxxx.dll ob4xx.dll CosEvent.lib CosNaming.lib idl.lib jtc.lib ob.lib On Sun Solaris: libCosEvent.so libCosEvent.so.4.x.x libCosNaming.so libCosNaming.so.4.x.x libIDL.so.4.x.x libJTC.so libJTC.so.x.x.x libOB.so libOB.so.4.x.x On HP UX-11i libCosEvent.sl.4.x.x libCosEvent.so libCosNaming.sl.4.x.x libCosNaming.so libIDL.sl.4.x.x libJTC.sl.x.x.x libJTC.so libOB.sl.4.x.x libOB.so
the adapter could not find the correct ORBacus libraries to enable ORB functionality.
The Tibco Adapter for CORBA V4.1.1 uses either ORBacus 4.0.5 or 4.1.x as its CORBA ORB. The adapter is tested with ORBacus 4.0.5 and 4.1.1. If the name of the installation package you have contains "ob405", then the adapter will look for, and use the ORBacus 4.0.5 ORB libraries. If the name of the installation package you have, contains "ob41x", then the adapter will look for, and use the ORBacus 4.1.x ORB libraries.
You must ensure that you have a licensed ORBacus installation for the adapter to work successfully. Please see the Tibco Adapter for CORBA V4.1.1 User's Guide, Chapter 2, Post Installation Tasks. Please see the FAQ items in the "ORB Issues" and "Build Issues" categories.
Issue/Introduction
When I install the adapter out of the box, and try to run an example, why are there errors that indicate missing libraries?