tamer marzouk Posted September 3, 2019 Share Posted September 3, 2019 Registering EMS 8.5 jar files with TIBCO Studio for BW 6.5.1 by running bwinstall ems-driver will fail with the following error: could not find file /jms-2.0.jar to copy. Link to comment Share on other sites More sharing options...
tamer marzouk Posted September 3, 2019 Author Share Posted September 3, 2019 Just to save someone several hours of troubleshooting this issue. To solve this do the following: cd $EMS_HOME/components/shared/1.0.0/plugins folder copy the folder named com.tibco.tpcl.javax.jms.feature_2.0.0.002 to be com.tibco.tpcl.javax.jms_feature_2.0.0.002 then navigate to $BW_HOME/bin and run the command: bwinstall ems-driver Restart TIBCO Studio and you should be able to make JMS connection normally to EMS 8.5.0 The problem is due to the ant XML installdriver.xml is expecting EMS plugin folder name to be of the format: com.tibco.tpcl.javax.jms_* as per the file section: Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now