Below exception is thrown when running BusinessEvents(BE) inside BusinessWorks(BW)and using Oracle driver "java.lang.UnsatisfiedLinkError" Or "No ocijdbc8 in java.library.path"

Below exception is thrown when running BusinessEvents(BE) inside BusinessWorks(BW)and using Oracle driver "java.lang.UnsatisfiedLinkError" Or "No ocijdbc8 in java.library.path"

book

Article ID: KB0088965

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Description:
============
Below exception is thrown when running BusinessEvents(BE) inside BusinessWorks(BW)
and using Oracle driver

"java.lang.UnsatisfiedLinkError" Or "No ocijdbc8 in java.library.path"

Environment:
==========
   o All
   o BusinessEvents 3.0.1    
   o BusinessWorks  5.6
   o Oracle 8i,9i

Cause:
=====
The cause for the exception is runtime environment is unable to locate the Oracle jar files.


Resolution:
=========
Specify the following settings in the designer.tra if testing from designer.
Also, if directly using the runtime environment of BW, then modify/specify the below properties in bwengine.tra

tibco.env.CUSTOM_EXT_PREPEND_CP=&ltORA_Home>/oraclient/jdbc/lib
tibco.env.CUSTOM_PATH=&ltORA_Home>/oraclient/bin;&ltORA_Home>/oraclient/lib
tibco.env.CUSTOM_LIB_PATH=&ltORA_Home>/oraclient/lib

Issue/Introduction

Below exception is thrown when running BusinessEvents(BE) inside BusinessWorks(BW)and using Oracle driver "java.lang.UnsatisfiedLinkError" Or "No ocijdbc8 in java.library.path"