cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
tfromm1
Level 7

Installation of IA2008VP1 fails

The installer of IA2008VP1 quits with that error:

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

Stack Trace:
java.lang.VerifyError: (class: com/zerog/ia/installer/installpanels/I5LoginCredentialInstallPanel, method: b signature: ()V) Incompatible argument to function
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.zerog.ia.installer.AAMgr.a(DashoA10*..)
at com.zerog.ia.installer.AAMgr.a(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*..)

Any ideas or workarounds?
Labels (1)
0 Kudos
(8) Replies
pv7721
Level 20

On what platform does this happen?
0 Kudos
tfromm1
Level 7

On Linux, openSUSE 10.2.

The macrovision support also currently works to reproduce the problem.
0 Kudos
pv7721
Level 20

One more question: have you downloaded the Linux installer of have you ordered the physical copy (the installation DVD)?
0 Kudos
tfromm1
Level 7

Downloaded version.
The archive is not corrupt.
0 Kudos
pv7721
Level 20

Ok so there is a checksum you've checked... And I guess that using a different platform is not an option for you...
0 Kudos
tfromm1
Level 7

Problem solved:
The installer of IA2008VP1 can run into problems, if an CLASSPATH exists.

After unsetting the CLASSPATH environmental variable, the installation succeeded.
0 Kudos
pv7721
Level 20

But you don't know for sure if this is SUSE Linux related, or Linux related or does this happen on any platform?
0 Kudos
tfromm1
Level 7

The reason are classes inside the classpath (don't know which classes, my classpath is large 😉 which are picked up by the installer.

So I think this is a plattform independent problem.
0 Kudos