TIBCO MDM server start-up failure after migration
|
After migration from 8.2.x or 8.3.x to 9.0 version, the following exception may occur at the server startup:
INF-7508: Total of all limits for distributed and near caches should not exceed 100 (percent).
|
Manually update the
CacheConfig.xml file. Perform any one of the following changes:
- Adjust limits of the
DISTRIBUTED and
NEAR cache types. Ensure the sum of these limits should be less than or is equal to (<=) 100.
- Replace the
<Limit> cache attribute with the <ListSize> cache attribute. Specify the appropriate value for the
<ListSize> cache attribute.
|