Just in case you are facing JMS Test connection failure issue even with the latest version of BusinessEvents (At this point I have version 5.1), follow the below steps :-
1) Copy the following jar files to the below location :-
jar files :-
jms.jar
tibjms.jar
Location where the JAR files need to be copied:-
%BE_HOME%/be/5.1/lib/ext/tpcl
Note – In my BE installation, I didn’t find the above jar files, I copied them from other TIBCO products installation folders.
2) Set the path in the studio.tra file :-
location of the Studio.tra file :-
%BE_HOME%\be\5.1\studio\eclipse\configuration\Studio.tra
Where the path needs to set:-
Look for the “studio.extended.classpath” in the studio.tra file and set the path for the jar files after the existing paths. Something like this (added line is highlighted in bold) :-
studio.extended.classpath=%BE_HOME%/hotfix/lib/ext/tpcl;%BE_HOME%/lib/ext/tpcl;%AS_HOME%/lib;
%HAWK_HOME%/lib
;%BE_HOME%/be/5.1/lib/ext/tpcl/jms.jar;%BE_HOME%/be/5.1/lib/ext/tpcl/tibjms.jar
#1 by Kalpan on July 2, 2014 - 11:39 am
Perfect info. Resolved the issue by following 1st step.
Thanks,
#2 by Tech Nomad on July 13, 2015 - 3:09 pm
Thanks..helped me to fix a jdbc issue.
#3 by sriram on August 23, 2016 - 4:06 am
Hi,
I did booth the steps but still no luck. getting same error “javax.jms.JMSSecurityException: invalid name or password”
Can you please let me know any what may be the wrong here.
Thanks
Sriram