cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ranga_tumati
Level 4

Exception while creating the Installer

Hi,

I am getting the following exception while creating the installer using buildInstaller task in ANT scripts. Though this exception doesn't cause any failure in the installer creation process, I want to know the reason. On the same server, other builds are working fine.

Did anybody saw this exception?

[buildinstaller] Unable to invoke the method:
[buildinstaller] RPMSpec.setLicense(String)
[buildinstaller] Some installer configuration information may be lost
[buildinstaller] java.lang.NoSuchMethodException
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.c(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGlm.a(DashoA10*..)
[buildinstaller] at ZeroGlm.a(DashoA10*..)
[buildinstaller] at ZeroGlm.c(DashoA10*..)
[buildinstaller] at ZeroGlm.a(DashoA10*..)
[buildinstaller] at InstallAnywhere.a(DashoA10*..)
[buildinstaller] at InstallAnywhere.main(DashoA10*..)
[buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[buildinstaller] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[buildinstaller] at java.lang.reflect.Method.invoke(Method.java:585)
[buildinstaller] at com.zerog.lax.LAX.launch(DashoA10*..)
[buildinstaller] at com.zerog.lax.LAX.main(DashoA10*..)
[buildinstaller] Unable to invoke the method:
[buildinstaller] InstallFrameConfigurator.setResizePanelDecorations(boolean)
[buildinstaller] Some installer configuration information may be lost
[buildinstaller] java.lang.NoSuchMethodException
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.c(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGfh.a(DashoA10*..)
[buildinstaller] at ZeroGlm.a(DashoA10*..)
[buildinstaller] at ZeroGlm.a(DashoA10*..)
[buildinstaller] at ZeroGlm.c(DashoA10*..)
[buildinstaller] at ZeroGlm.a(DashoA10*..)
[buildinstaller] at InstallAnywhere.a(DashoA10*..)
[buildinstaller] at InstallAnywhere.main(DashoA10*..)
[buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[buildinstaller] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[buildinstaller] at java.lang.reflect.Method.invoke(Method.java:585)
[buildinstaller] at com.zerog.lax.LAX.launch(DashoA10*..)
[buildinstaller] at com.zerog.lax.LAX.main(DashoA10*..)

Thanks,
Rangarao
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

To me it looks like when invoked via ANT, IA cannot find your license.
0 Kudos