TIBCO BusinessEvents (BE) 5.x Studio - JMS connection test throws class not found exception (com.tibco.tibjms.TibjmsConnectionFactory).

TIBCO BusinessEvents (BE) 5.x Studio - JMS connection test throws class not found exception (com.tibco.tibjms.TibjmsConnectionFactory).

book

Article ID: KB0084833

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Cause:
=====
JMS related JARs (jms.jar and tibjms.jar) are not in the classpath or there is an incorrect BE HOME specified in the Studio tra files.

Resolution:
=======
1). Studio needs access to jms.jar and tibjms.jar. They can either be copied to the BE_HOME/lib/ext/tpcl directory and then add this directory reference to the extended classpath in the file BE_HOME/studio/eclipse/configuration/studio.tra.


Or


2). You can edit the Studio.tra file to point to the EMS location. Add a variable tibco.env.EMS_HOME=C:/TIBCO/BE511/ems/7.0 and then change/extend the class path to look like:

studio.extended.classpath=%BE_HOME%/hotfix/lib/ext/tpcl;%BE_HOME%/lib/ext/tpcl;%AS_HOME%/lib;%HAWK_HOME%/lib;%EMS_HOME%/lib


where you have added "%EMS_HOME%/lib. 


See the attached (Filename: Studio.tra) for BE 5.2.1 .


Issue/Introduction

TIBCO BusinessEvents (BE) 5.x Studio - JMS connection test throws class not found exception (com.tibco.tibjms.TibjmsConnectionFactory).

Attachments

TIBCO BusinessEvents (BE) 5.x Studio - JMS connection test throws class not found exception (com.tibco.tibjms.TibjmsConnectionFactory). get_app