This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: Custom Action class unavailable
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Nov 19, 2008
06:45 AM
Custom Action class unavailable
Hello there.
When trying to use a custom action class, during installation, I get a message in the installation log saying that my class is unavailable.
I am testing this by bundling various versions of JVM with my installer. The custom class is found when I bundle JRE 1.6.0.02 whereas when I bundle JRE 1.4.1_01, this fails.
Any ideas on this?
Thank you.
When trying to use a custom action class, during installation, I get a message in the installation log saying that my class is unavailable.
I am testing this by bundling various versions of JVM with my installer. The custom class is found when I bundle JRE 1.6.0.02 whereas when I bundle JRE 1.4.1_01, this fails.
Any ideas on this?
Thank you.
(5) Replies
‎Nov 19, 2008
06:55 AM
You custom code has been compiled against what JVM version? While it is perfectly possible to compile it with JVM 1.4 and it'll work even if you bundle JVM 1.6, but obviously it won't work the other way around (compiling it with a newer compiler and attempting to run with an older version won't work because the JVM won't understand the newer generated bytecode).
‎Nov 19, 2008
07:26 AM
Thank you PV. That one worked well. My mistake was, I compiled my custom action classes with 1.6. Now the problem is when bundling the latest version of JRE - 1.6.0_10. Am able to build the installer successfully, but when i try installing, I face this error...
This Application has Unexpectedly Quit
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
When I look into the details, I see the following exception. Any idea why this is behaving so...?
java.lang.NumberFormatException: For input string: "0-b15"
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.actions.ProgressPanelAction.getTitle(DashoA10*..)
at com.zerog.ia.installer.installpanels.ProgressActionPanel.getTitleProxy(DashoA10*..)
at ZeroGrh.getTitle(DashoA10*..)
at com.zerog.ia.installer.AAMgr.a(DashoA10*..)
at com.zerog.ia.installer.AAMgr.a(DashoA10*..)
at com.zerog.ia.installer.AAMgr.d(DashoA10*..)
at com.zerog.ia.installer.AAMgrBase.e(DashoA10*..)
at com.zerog.ia.installer.AAMgrBase.m(DashoA10*..)
at com.zerog.ia.installer.AAMgr.a(DashoA10*..)
at com.zerog.ia.installer.AAMgr.a(DashoA10*..)
at com.zerog.ia.installer.AAMgrBase.e(DashoA10*..)
at com.zerog.ia.installer.AAMgrBase.m(DashoA10*..)
at com.zerog.ia.installer.AAMgr.a(DashoA10*..)
at com.zerog.ia.installer.AAMgr.b(DashoA10*..)
at com.zerog.ia.installer.AAMgr.a(DashoA10*..)
at com.zerog.ia.installer.AAMgrBase.l(DashoA10*..)
at com.zerog.ia.installer.AAMgr.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*..)
Thank you.
This Application has Unexpectedly Quit
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
When I look into the details, I see the following exception. Any idea why this is behaving so...?
java.lang.NumberFormatException: For input string: "0-b15"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.
at com.zerog.ia.installer.util.BidiUtilImpl.handleBidiString(DashoA10*..)
at com.zerog.ia.installer.util.MnemonicString.
at com.zerog.ia.installer.util.MnemonicString.
at com.zerog.ia.installer.actions.ProgressPanelAction.getTitle(DashoA10*..)
at com.zerog.ia.installer.installpanels.ProgressActionPanel.getTitleProxy(DashoA10*..)
at ZeroGrh.getTitle(DashoA10*..)
at com.zerog.ia.installer.AAMgr.a(DashoA10*..)
at com.zerog.ia.installer.AAMgr.a(DashoA10*..)
at com.zerog.ia.installer.AAMgr.d(DashoA10*..)
at com.zerog.ia.installer.AAMgrBase.e(DashoA10*..)
at com.zerog.ia.installer.AAMgrBase.m(DashoA10*..)
at com.zerog.ia.installer.AAMgr.a(DashoA10*..)
at com.zerog.ia.installer.AAMgr.a(DashoA10*..)
at com.zerog.ia.installer.AAMgrBase.e(DashoA10*..)
at com.zerog.ia.installer.AAMgrBase.m(DashoA10*..)
at com.zerog.ia.installer.AAMgr.a(DashoA10*..)
at com.zerog.ia.installer.AAMgr.b(DashoA10*..)
at com.zerog.ia.installer.AAMgr.a(DashoA10*..)
at com.zerog.ia.installer.AAMgrBase.l(DashoA10*..)
at com.zerog.ia.installer.AAMgr.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*..)
Thank you.
‎Nov 19, 2008
08:10 AM
Please see this thread: http://community.acresso.com/showthread.php?t=178472&highlight=input+string (it's a known issue for which a fix is available).
‎Nov 19, 2008
08:39 AM
Thanks PV. Read thru that... am confident, the fix would solve my problem!
Thank a lot!
Thank a lot!
‎Jun 22, 2012
04:37 AM
Hi,
i am also facing same problem. i am using JVM 1.4 and also JRE 1.4.
Installation: Successful with errors.
691 Successes
0 Warnings
2 NonFatalErrors
0 FatalErrors
Action Notes:
None
Install Log Detail:
Custom Action: com.myproj.LogMessage
Status: ERROR
Additional Notes: ERROR - class com.myproj.LogMessage unavailable.
Custom Action: com.myproj.ValidateInstallPath
Status: ERROR
Additional Notes: ERROR - class com.myproj.ValidateInstallPath unavailable.
is anything i am missing?
thanks in advance.
i am also facing same problem. i am using JVM 1.4 and also JRE 1.4.
Installation: Successful with errors.
691 Successes
0 Warnings
2 NonFatalErrors
0 FatalErrors
Action Notes:
None
Install Log Detail:
Custom Action: com.myproj.LogMessage
Status: ERROR
Additional Notes: ERROR - class com.myproj.LogMessage unavailable.
Custom Action: com.myproj.ValidateInstallPath
Status: ERROR
Additional Notes: ERROR - class com.myproj.ValidateInstallPath unavailable.
is anything i am missing?
thanks in advance.