In checkLibs() function in setup.sh, the following line is missing overwrite flag while unzipping -
unzip -q $name -d $BWCE_HOME/tibco.home/addons/lib/
When we have multiple jars in lib folder, only one is getting extracted while others are failing since it cannot overwrite the MANIFEST.MF file.
In checkLibs() function in setup.sh, the following line is missing overwrite flag while unzipping -
unzip -q $name -d $BWCE_HOME/tibco.home/addons/lib/
When we have multiple jars in lib folder, only one is getting extracted while others are failing since it cannot overwrite the MANIFEST.MF file.