Find the answer to your Linux question:
Results 1 to 2 of 2
I get this error when I try to execute a binary file. Preparing to install... Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from ...
  1. #1
    Just Joined!
    Join Date
    Oct 2010
    Posts
    17

    Invocation Target Exception

    I get this error when I try to execute a binary file.

    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...

    Launching installer...

    Preparing CONSOLE Mode Installation...

    Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

    Stack Trace:
    java.lang.UnsatisfiedLinkError: /tmp/install.dir.7548/Linux/resource/jre/lib/i386/libawt.so: libXp.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(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    at com.zerog.ia.installer.util.BidiUtilImpl.setDefaul tLocale(DashoA10*..)
    at ZeroGaz.a(DashoA10*..)
    at com.zerog.ia.installer.LifeCycleManager.j(DashoA10 *..)
    at com.zerog.ia.installer.LifeCycleManager.e(DashoA10 *..)
    at com.zerog.ia.installer.LifeCycleManager.a(DashoA10 *..)
    at com.zerog.ia.installer.LifeCycleManager.a(DashoA10 *..)
    at com.zerog.ia.installer.Main.main(DashoA10*..)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.zerog.lax.LAX.launch(DashoA10*..)
    at com.zerog.lax.LAX.main(DashoA10*..)
    This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)

    Display variable is set to :0.0 and and tried using the execution with "-i console" option.

    Can anyone suggest me a way to get a perfect execution.I'm on RHEL.

    Andrew

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    This part of the error message says it all:

    java.lang.UnsatisfiedLinkError: /tmp/install.dir.7548/Linux/resource/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory

    You are missing this library, or have an older/newer libawt installed, or it is not where java expects it. You will need to resolve that problem before you continue.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...