RV errors when starting BWSE Service Assemblies.

RV errors when starting BWSE Service Assemblies.

book

Article ID: KB0094227

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Service Engine -
Not Applicable -

Description

Resolution:

Description:
========
BWSE can not start RVD when Service Assemblies with BW components are started. It fails with the following error:

java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)


Caused by: TibrvException[error=27,message=Native implementation required]



Environment:
=========
All

Symptoms:
========
Cannot start BW components.

Cause:
=====
RV libraries are not in PATH.

Resolution:
==========
Specify the RV Libraries path in the node.tra file as follows:

-Edit node.tra. 
- Add the following path to the beginning of:

java.property.java.library.path=%RV_HOME%/lib%PSP%…….
java.class.path=%RV_HOME%/lib%PSP%…...

Where RV_HOME is <Tibco-Home>/tibrv/<version>

Issue/Introduction

RV errors when starting BWSE Service Assemblies.