cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
vivek_garg
Level 3

Running Installer on RHEL 6 64bit Server

Hi...

I am unable to run bin file created from INstallanywhere 2008 even after bundling SunJRE160_25LinuxINTEL64.vm with that. Getting error like


[root@localhost Desktop]# chmod 777 install.bin
[root@localhost Desktop]# ./install.bin
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...
strings: '/lib/libc.so.6': No such file

Launching installer...

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

Stack Trace:
java.lang.NumberFormatException: For input string: "0-b11"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.(Unknown Source)
at com.zerog.ia.installer.util.BidiUtilImpl.handleBidiString(DashoA10*..)
at com.zerog.ia.installer.util.MnemonicString.(DashoA10*..)
at com.zerog.ia.installer.util.MnemonicString.(DashoA10*..)
at com.zerog.ia.installer.installpanels.ShortcutLocActionPanel$GenericShortcutPanel.a(DashoA10*..)
at com.zerog.ia.installer.installpanels.ShortcutLocActionPanel$UnixLinkPanel.a(DashoA10*..)
at com.zerog.ia.installer.installpanels.ShortcutLocActionPanel.b(DashoA10*..)
at com.zerog.ia.api.priv.ZGInstallPanelProxy.a(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.d(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.h(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
at com.zerog.ia.installer.Main.main(DashoA10*..)
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)
at com.zerog.lax.LAX.launch(DashoA10*..)
at com.zerog.lax.LAX.main(DashoA10*..)
[root@localhost Desktop]#
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

Hello

The first issue you've encountered is described here: http://community.flexerasoftware.com/showthread.php?t=195424 (as you've already discovered) and the second one is described here: http://community.flexerasoftware.com/showthread.php?t=177786&highlight=input+string (you need to install the hotfix).
0 Kudos