Products | Versions |
---|---|
TIBCO Service Performance Manager | - |
Not Applicable | - |
Description:
ISSUE:-
After installing TIBCO ActiveMatrix Runtime UDDI Server Software 1.0.0, spmcmdline fails with the message. Invalid implementation version between Ant core and Ant optional tasks.core : 1.7.0 optional: 1.6.5.
It is because com.tibco.tpcl.org.apache.tools.ant_1.7.0.001 is installed into <TIBCO_HOME>/components/eclipse/plugins with UDDI Server 1.0.0. And spmcomdline.tra is updated with ant_1.7.0.001 and causes incompatible issue.
Workaround:
a. Backup spmcmdline.tra.
b. Edit spmcmdline.tra and replace:
tibco.flattener.roots=plugin;symbolic-name\="com.tibco.tpcl.org.apache.tools.ant",plugin...
with:
tibco.flattener.roots=plugin;symbolic-name\="org.apache.ant",plugin...
c. Run flattener:
cd <tibco-home>/tools/bin
flattener -file ../../spm/1.1/bin/spmcmdline.tra
d. Try running post install tool again.
Symptoms:
Cause: