Unable to run BusinessEvents deployed application to TIBCO Administrator 5.7.0

Unable to run BusinessEvents deployed application to TIBCO Administrator 5.7.0

book

Article ID: KB0084493

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Description:
===========
Unable to run a deployed BE application to Admin 5.7.0

Environment:
===========
BusinessEvents 4.x
Linux

Symptoms:
=========
From a  running BE engine the following core dump is thrown:

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xf76ea99b, pid=17382, tid=3460758416
#
# JRE version: 6.0_22-b04
# Java VM: Java HotSpot(TM) Server VM (17.1-b03 mixed mode linux-x86 )
# Problematic frame:
# V  [libjvm.so+0x3a599b]
#
# An error report file with more information is saved as:
# /opt/export/vol01/opt/tibeai/testrel33/3.3/be/4.0/hs_err_pid17382.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp


Cause:
======
Having tibrvjweb.jar in the classpath.

Resolution:
========
1). Move the file tibrvjweb.jar from RV_HOME/lib to a different folder, such as /temp (make sure that the jar file is not in any directories that is in the classpath).

2). Restart Hawk and  the BE engine.

Some background on tibrvjweb.jar:

Tibrvjweb.jar isa  pure Java implementation only for situations that require rva. (E.g., for applets). In some cases when present in the same directory, Java applications like BE picks it up and it might cause some undesirable behavior.

Issue/Introduction

Unable to run BusinessEvents deployed application to TIBCO Administrator 5.7.0