Products | Versions |
---|---|
TIBCO BusinessConnect | - |
Not Applicable | - |
Resolution:
Description:
= = = = = = =
BusinessConnect (BC) 5.2.x will fail to migrate a BusinessConnect 3.x cdata file.
Environment:
= = = = = = =
This applies to all environments
Symptoms:
= = = = = =
The migration log will show exceptions such as the following:
'Error initializing security library: org/slf4j/LoggerFactory
Verify that you have -
1). The implementation jar for security vendor entrust61 .
2). The appropriate version of local_policy.jar and US_export_policy.jar
Initialising summary report /export/home/xuserd/tibco/bc/5.2/log/migration/mig
ration.out
Error initializing security library: exception class = java.lang.NoClassDefFound'
Cause:
= = = =
The TIBCO RuntimeAgent 5.6.x has a newer version of ehcache and slf4j which need to be updated on the BusinessConnect 5.2.x migrator script.
Resolution:
= = = = = =
Append the following to SET TIBCO_JARS in migrator scrip.t
%TPCL_LIB%\ehcache-1.3.0.jar;%TPCL_LIB%\slf4j-jdk14.jar;