Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Description:
Description:
===========
In TIBCO Collaborative Information Manager 8.2.1, (CIM 8.2.1) Installation and Configuration Guide following steps are mentioned to apply the coherence pack
----
Steps to apply the coherence pack.
1. Download the TIB_CIM_OC-8.2.1.jar file from
https://download.tibco.com.
2. The Oracle Coherence core libraries (coherence.jar, tangosol.jar) should be copied into the MQ_HOME/lib/external directory. Make sure that you download the coherence.jar 3.5.3 version from Oracle website.
3. Copy the TIB_CIM_OC-8.2.1.jar from the downloaded location to MQ_HOME. Merge the coherence.jar with the ecm.ear file in MQ_HOME directory.
4. Run the MQ_HOME/build/custom/customUtil using -applyOCPack option.
5. This utility will update following:
— Copy configuration files into MQ_HOME/config directory.
— Copy examples in MQ_HOME/bin/tangosol directory.
— Update ECM.ear with coherence specific files.
— Copy the ECMClasses.jar and AllECMClasses.jar into
MQ_HOME/lib/mq directory.
6. Add value="com.tibco.mdm.infrastructure.cache.MqCacheManagerTangosol to propname="com.tibco.cim.cache.custom.class" in the
ConfigValues.xml.
----
There's no step mentioned to set com.tibco.cim.cache.type to "custom" and incorrect value mentioned for the property com.tibco.cim.init.MqCacheManager.class In Chapter 3, Preparing for Installation, Coherence Pack, CIM install guide.
Symptom:
=======
Server will not startup
Environment:
===========
ALL
Cause:
=====
Incomplete and incorrect configuration
Solution:
========
To complete the configuration additional configuration and mdofication of step 6 is required.
Additional Configuration
set com.tibco.cim.cache.type to "custom".
<ConfValue description="Class Implementation for a Custom Cache" name="Custom Cache Class" propname="com.tibco.cim.cache.custom.class" sinceVersion="8.2" visibility="Advanced">
<ConfString default="" value=" custom "/>
</ConfValue>
Modification to Step 6.
Also modify the value of property com.tibco.cim.cache.custom.class to "com.tibco.mdm.infrastructure.cache.MqCacheManager.Tangosol". The vale provided in step 6 is missing “.” between MqCacheManager and Tangosol
Symptoms:
Cause: