/opt/tibco/bw/eclipse-platform/bundlepool/1.0/org.eclipse.equinox.p2.touchpoint.eclipse/plugins does not exist
book
Article ID: KB0094739
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
6.3.4
Description
EMS client jas files are not shipped with BW 6.3.4.
Please refer the following link for more details https://tibco.my.salesforce.com/ka11a000000HnkkAAC
It is required to run the following command to install the jar files after installing ems client.
bwinstall ems-driver
The above command reports the following error message during the install if the tibco home has only BW runtime installed.
/opt/tibco/bw/eclipse-platform/bundlepool/1.0/org.eclipse.equinox.p2.touchpoint.eclipse/plugins does not exist.
Environment
All
Resolution
BWinstall command checks the design time path before making design time changes. If there is no design time exists, it fails during the execution. Please follow these steps to overcome the issue till it get fixed in the product.
1.Navigate to <BW_HOME>\6.3\config\drivers\shells\ems.runtime 2.Take backup of installdriver.xml 3.Open the installdriver.xml and edit the following 4. In line 14 remove the ",copy-new-jmsclient-design" from <target> tag
Orginal line 14: <target name="install-ems-driver" depends="-init-bw, -ems-home-location,delete-jmsclient,copy-new-jmsclient,setup-bwthor-launch,copy-new-jmsclient-design"/>
Edited line 14 : <target name="install-ems-driver" depends="-init-bw, -ems-home-location,delete-jmsclient,copy-new-jmsclient,setup-bwthor-launch"/>
Refer the attached copy of edited installdriver.xml for your reference.
Issue/Introduction
EMS client jas files are not shipped with BW 6.3.4. It is required to run the following command to install the jar files after installing ems client.
bwinstall ems-driver command
The above command reports the following error message during the install
/opt/tibco/bw/eclipse-platform/bundlepool/1.0/org.eclipse.equinox.p2.touchpoint.eclipse/plugins does not exist.