cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ranjith1882
Level 2

GUI mode is not launching with open JDK 1.6 VM

Hi All,

I created OPen JDK JRE VM pack by using installAnywhere VM Pack Utility and i am bundled the same VM pack with my product installer which is crated by Installanywhere 2011, but when i am trying to run my installer, it is not launching GUI mode, installer will show an error message and stopping the installtion.

But in my open JDK jre all required jar are available and sun.font.FontManager class is also avaible.

java.lang.NoClassDefFoundError: Could not initialize class sun.font.FontManager
at sun.awt.windows.WToolkit.getFontMetrics(WToolkit.java:564)
at ZeroGjd.a(DashoA10*..)
at ZeroGjd.(DashoA10*..)
at com.zerog.ia.api.priv.ZGInstallPanelProxy.(DashoA10*..)
at com.zerog.ia.installer.util.GenericInstallPanel.(DashoA10*..)
at com.zerog.ia.installer.AAMgr.(DashoA10*..)
at com.zerog.ia.installer.AAMgr.(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.d(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.af(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.ae(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.o(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.g(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.b(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(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at com.zerog.lax.LAX.launch(DashoA10*..)
at com.zerog.lax.LAX.main(DashoA10*..)

Can anyone help to resolve this issues.

I have uploaded error file also along with this, please look into this for more information.

Thanks & Regards
Ranjith
Labels (1)
0 Kudos
(2) Replies
madhavbantwal
Level 6

Hi ranjith,

InstallAnywhere does not support Open JDK.

Request you to create VM Packs only with SUN/IBM for windows and Linux, SUN for Solaris, IBM for AIX and HP java for HPUX machines (All being either Std or Enterprise editions) .

Thanks,
Madhav Pai
0 Kudos
zhiyangchen
Level 6

I am using the Bundled Linux IBM JRE 1.6 SR9 (32-bit)(InstallAnywhere). But I failed to launch the installer on Redhat 6.x X64 platform. The only work around I can do is install all the 32bit libraries as following:
compat-libstdc++-33-3.2.3-69
compat-db-4.6.21-15
libXp-1.0.0-15.1
libXmu-1.0.5-1
libXtst-1.0.99.2-3
pam-1.1.1-4
libXft-2.1.13-4.1
gtk2-2.18.9-4
gtk2-engines-2.18.4-5

Does anyone know the issue and how to fix it?
0 Kudos