I am upgrading our production environment and ran into the following errors.
===============================================================================
Installing...
-------------
[==================|==================|==================|==================]
[------------------|------------------|------------------|--------Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
Stack Trace:
java.lang.UnsatisfiedLinkError: /tmp/install.dir.6467/Linux/resource/jre/lib/amd64/libawt_xawt.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.loadLibrary0(ClassLoader.java:1934)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817)
at java.lang.Runtime.load0(Runtime.java:810)
at java.lang.System.load(System.java:1088)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1934)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1838)
at java.lang.Runtime.loadLibrary0(Runtime.java:871)
at java.lang.System.loadLibrary(System.java:1124)
at java.awt.Toolkit$3.run(Toolkit.java:1636)
at java.awt.Toolkit$3.run(Toolkit.java:1634)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1633)
at java.awt.Toolkit.<clinit>(Toolkit.java:1670)
at java.awt.Component.<clinit>(Component.java:593)
at com.zerog.ia.installer.actions.InstallUninstaller.bw(Unknown Source)
at com.zerog.ia.installer.actions.InstallUninstaller.installSelf(Unknown Source)
at com.zerog.ia.installer.InstallablePiece.install(Unknown Source)
at com.zerog.ia.installer.actions.InstallDirectory.install(Unknown Source)
at com.zerog.ia.installer.actions.InstallDirectory.install(Unknown Source)
at com.zerog.ia.installer.InstallablePiece.install(Unknown Source)
at com.zerog.ia.installer.GhostDirectory.install(Unknown Source)
at com.zerog.ia.installer.InstallablePiece.install(Unknown Source)
at com.zerog.ia.installer.Installer.install(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.consoleInstallMain(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.executeApplication(Unknown Source)
at com.zerog.ia.installer.Main.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
DX NetOps Performance Management PC Portal web UI host upgrade is failing.
All supported DX NetOps Performance Management releases
Operating System packages are broken due to missing files.
The files missing are for packages expected on a standard Operating System (OS) implementation for a supported OS.
These errors are not for packages we'd see listed on the documentation for required packages. That page lists packages the NetOps software requires, but aren't required by the OS in use.
To fix this as the root user on the system take these steps to find the correct package to get the missing file and install it.
[[email protected]_Portal_Host~]# yum search libXext
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
============================================================================================= N/S matched: libXext =============================================================================================
libXext.i686 : X.Org X11 libXext runtime library
libXext.x86_64 : X.Org X11 libXext runtime library
libXext-devel.i686 : X.Org X11 libXext development package
libXext-devel.x86_64 : X.Org X11 libXext development package
NOTE: There may be multiple files missing for multiple different packages. Repeat this process each time until all are resolved as needed.
Did the above not resolve the problem after ensuring the correct packages are installed? If you're using X11 Forwarding you may need to run 'unset DISPLAY' and then re-run the Portal installation.
See the KB Article Error message when installing/upgrading Data Aggregator in DX Netops Performance Management.