TIBCO TRA Installation hangs with java.lang.reflect.InvocationTargetException.
book
Article ID: KB0094325
calendar_today
Updated On:
Products
Versions
TIBCO Runtime Agent (TRA)
-
Not Applicable
-
Description
Description: Installer log shows the following error:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
...
Caused by: java.lang.UnsatisfiedLinkError: /tmp/istemp7059207175051/_bundledJRE_/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(Unknown Source)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
...
Environment
OS: All supported platformsProduct: Tibco Runtime Agent 5.10
Resolution
The libXext.so.6 library is missing from the machine where the software is being installed. This is an OS issue. The generally happens when the DISPLAY variable is set while the xorg-x11-libs (32- or 64-bit) package is not properly installed. Reinstall the appropriate xorg-x11-libs package (32- or 64-bit) or libXtst.
Issue/Introduction
TIBCO TRA Installation hangs with java.lang.reflect.InvocationTargetException.