BusinessEvent engine fails to start and throws an error of: "[main] - java.lang.UnsatisfiedLinkError: net (No such file or directory)".

BusinessEvent engine fails to start and throws an error of: "[main] - java.lang.UnsatisfiedLinkError: net (No such file or directory)".

book

Article ID: KB0089407

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Description:
==========
BusinessEvent engine fails start with the stack being:

Exception in thread "main" 2011 Jan 27 15:48:59:335 GMT +0 JMSQueueSenderToBEEngineRepo-BusinessEvents_Archive Error [main] - java.lang.UnsatisfiedLinkError: net (No such file or directory)

2011 Jan 27 15:48:59:336 GMT +0 JMSQueueSenderToBEEngineRepo-BusinessEvents_Archive Error [main] -      at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1013)
2011 Jan 27 15:48:59:337 GMT +0 JMSQueueSenderToBEEngineRepo-BusinessEvents_Archive Error [main] -      at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:977)

Environment:
==========
AIX 6.1 running 64-bit.
BE 3.0.2

Cause:
======
Varies, but doing all of the following in the be-engine.tra should address the problem.

Resolution:
=========
1). Set tibco.env.JVM_LIB_PATH to TIBCO_HOME/jre/1.6.0/lib/ppc64/j9vm/libjvm.so

2). Replaced in tibco.env.STD_EXT_CP
%RV_HOME%/lib
with
%RV_HOME%/lib/tibrvj.jar

3). Add to the tibco.env.LIBPATH the entry:  <>/jre/1.6.0/lib/ppc64

Note: tibco.env.LD_LIBRARY_PATH and tibco.env.SHLIB_PATH do not apply as they are used only on Solaris and HP/UX.

Issue/Introduction

BusinessEvent engine fails to start and throws an error of: "[main] - java.lang.UnsatisfiedLinkError: net (No such file or directory)".