How to solve TibrvException[error=901,message=Library not found: tibrvj64] problem when start TIBCO Hawk Console application with java on AIX.

How to solve TibrvException[error=901,message=Library not found: tibrvj64] problem when start TIBCO Hawk Console application with java on AIX.

book

Article ID: KB0072875

calendar_today

Updated On:

Products

TIBCO Hawk Not Applicable

Description

Resolution:
Description:
=========================
When tried to execute the java program for the Hawk Console sample application, sometimes, you may see following error:
COM.TIBCO.hawk.console.hawkeye.ConsoleInitializationException: Unable to intialize TIB environment: TibrvException[error=901,message=Library not found: tibrvj64]
        at COM.TIBCO.hawk.console.hawkeye.AgentMonitor.initialize(AgentMonitor.java:344)
        at TestConsole.setHawkConsole(TestConsole.java:186)
        at TestConsole.createHawkConsole(TestConsole.java:70)
        at TestConsole.main(TestConsole.java:448)
Caused by: TibrvException[error=901,message=Library not found: tibrvj64]
        at com.tibco.tibrv.Tibrv.loadLib(Tibrv.java:449)
        at com.tibco.tibrv.Tibrv.open(Tibrv.java:252)
        at COM.TIBCO.hawk.console.nest.shared.TibrvProxy.open(TibrvProxy.java:30)
        at COM.TIBCO.hawk.console.hawkeye.AgentMonitor.initialize(AgentMonitor.java:342)
        ... 3 more
And this application failed to start.

Environment:
=========================
TIBCO Hawk all version.

Resolution:
=========================
Add <tibrv>/<version>/lib to the environment variable LIBPATH.
Please contact TIBCO Support for further assistance if face any issue.

Issue/Introduction

How to solve TibrvException[error=901,message=Library not found: tibrvj64] problem when start TIBCO Hawk Console application with java on AIX.