TIBCO BusinessEvents 5.1 Studio– JMS Test connection failed

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

3 thoughts on “TIBCO BusinessEvents 5.1 Studio– JMS Test connection failed”

  1. 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

Leave a comment