TIBCO ActiveMatrix Adapter for database 6.3.0 cannot startup with core dump error on Red Hat Enterprise Linux platform.

book

Article ID: KB0092984

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for Database -
Not Applicable -

Description

Description:
TIBCO ActiveMatrix Adapter for database 6.3.0 cannot startup and generates a core dump on the Red Hat Enterprise Linux platform, even though DB connectivity is fine with dbtest.
Symptoms:

TIBCO ActiveMatrix Adapter for database 6.3.0 cannot startup and generates a core dump on the Red Hat Enterprise Linux platform.

1). DB connectivity is fine with dbtest.

2). TIBCO ActiveMatrix Adapter for database 6.3.0 executable works with 'adbagent -version' under <ADB_HOME>/bin.
*********************************************************
**  TIBCO ActiveMatrix Adapter for Database, 6.3.0.6 
**  TIBCO Adapter SDK, 5.8.0.6
**
**  Copyright TIBCO Software, Inc., 1999-2012.
**  All rights reserved.
*********************************************************
Instance ID: <configurl>
Config Name: <configurl>
Main thread (name: <configurl>)
TIBCO ActiveMatrix Adapter for Database, 6.3.0.6
TIBCO Adapter SDK for C++, 5.8.0.6

3). The back trace of the core file follows:
*****************
Program terminated with signal 11, Segmentation fault.
#0  0x00000000 in ?? ()
(gdb) bt
#0  0x00000000 in ?? ()
#1  0x08055efe in UnixWrapperMain(int, char**, int (*)(int, char**), void (*)()) ()
#2  0x08055fae in main ()
*****************

Cause:
In the application tra file, the following contents are missing.
*********************************************
application.ase.library adbagent.so
application.library adbagent.so
*********************************************

Environment

Product: TIBCO Adapter for ActiveDatabase Version: 6.3.0 OS:Red Hat Enterprise Linux 6.x --------------------

Resolution

Add following contents in the application tra file.
*********************************************
application.ase.library adbagent.so
application.library adbagent.so
*********************************************

Issue/Introduction

TIBCO ActiveMatrix Adapter for database 6.3.0 cannot startup with core dump error on Red Hat Enterprise Linux platform.