Apr 24, 2012
09:00 PM
Hi everyone, does anyone know how to display the link clickable url in the panel as the screenshot. Thanks!
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Mar 20, 2012
01:54 AM
Hi, I just found that Installer bundle with JRE for x86 will work on Redhat x86 OS but need x86 libraries on x64 platform in GUI mode. Installer bundle with JRE for x64 will work on Redhat x64 OS without any dependency but can't launch on x86 platform in GUI mode. So is there any way to bundle the two VM inside one installer and choose different VM to lanuch the installer in GUI mode? Thanks!
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Mar 19, 2012
01:46 AM
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?
... View more
Mar 19, 2012
12:39 AM
pv7721 wrote: What is the bundled JVM version then? Also be aware that there might have been quite a few changes between RH 4 & 5 and RH 6. Hi, 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?
... View more
Feb 08, 2012
12:35 AM
I have already found the root cause. In the Advanced Get User Input Panel, if I set $VCENTER_HOSTNAME$ as the Textfield result variable, it will abort with the exception. If I remove the $ from the result variable, then the problem is gone.
... View more
Dec 28, 2011
08:32 PM
Macintosh wrote: If you have marked the same variable (which is configured in Get User Input panel and Set IA variable action for "Evaluate any variable at assignment" property) for encryption under Project / Variables / configure variables then this issue might occur. Either remove that variable from the encryption property or do not mark it for "Evaluate any variable at assignment" property in Set IA variable action. It will resolve your issue 🙂 -- Mac Hi Mac, Exactlly!!! The problem was caused by the variable was set to encryption. So we can't encrypt the variable which in the panel user input, right? Are we going to support this? Because of security reason, we don't want to expose the password user input to the install log. How can we fix it except to exclude the variable?
... View more
Dec 27, 2011
11:09 PM
Macintosh wrote: Have you left any blank entry or have you applied any rule which is not in correct format or with blank value? Try re-adding/configure the Get User Input panel... it doesn't work.
... View more
Dec 27, 2011
11:07 PM
avudaithangam wrote: Are you using any customcode or extract to file action ($IA_PROJECT_DIR$/lib/reg.jar) before this panel? Hi, Yes,I try to extract the reg.jar to install_temp_dir. But I don't think it has any issue.
... View more
Dec 27, 2011
12:51 AM
Hi I found a new bug in IA2011 + SP2. If I set the variable $ABC$ as the result variable of textfield in Advanced Get User Input Panel, the installer will hang with the following exception: Does anyone know how to fix it? 2011-12-21 01:09:37.019-08:00 : STDERR : Error running install panel: Get User Input java.lang.NumberFormatException 2011-12-21 01:09:37.023-08:00 : STDERR : java.lang.NumberFormatException 2011-12-21 01:09:37.024-08:00 : STDERR : at ZeroGad.a(DashoA10*..) 2011-12-21 01:09:37.024-08:00 : STDERR : at ZeroGad.a(DashoA10*..) 2011-12-21 01:09:37.025-08:00 : STDERR : at ZeroGad.b(DashoA10*..) 2011-12-21 01:09:37.025-08:00 : STDERR : at ZeroGad.b(DashoA10*..) 2011-12-21 01:09:37.026-08:00 : STDERR : at com.zerog.ia.installer.util.VariableManager.b(DashoA10*..) 2011-12-21 01:09:37.029-08:00 : STDERR : at com.zerog.ia.installer.util.VariableManager.g(DashoA10*..) 2011-12-21 01:09:37.029-08:00 : STDERR : at com.zerog.ia.installer.util.IAVariableStringResolver.a(DashoA10*..) 2011-12-21 01:09:37.030-08:00 : STDERR : at com.zerog.ia.installer.util.VariableManager.a(DashoA10*..) 2011-12-21 01:09:37.031-08:00 : STDERR : at com.zerog.ia.installer.util.VariableFacade.a(DashoA10*..) 2011-12-21 01:09:37.031-08:00 : STDERR : at com.zerog.ia.installer.util.VariableFacade.substitute(DashoA10*..) 2011-12-21 01:09:37.033-08:00 : STDERR : at com.zerog.ia.installer.installpanels.GetUserInputPanel.n(DashoA10*..) 2011-12-21 01:09:37.034-08:00 : STDERR : at com.zerog.ia.installer.installpanels.GetUserInputPanel.g(DashoA10*..) 2011-12-21 01:09:37.034-08:00 : STDERR : at com.zerog.ia.installer.installpanels.GetUserInputPanel.b(DashoA10*..) 2011-12-21 01:09:37.034-08:00 : STDERR : at com.zerog.ia.api.priv.ZGInstallPanelProxy.a(DashoA10*..) 2011-12-21 01:09:37.034-08:00 : STDERR : at ZeroGho.setupUI(DashoA10*..) 2011-12-21 01:09:37.035-08:00 : STDERR : at com.zerog.ia.installer.AAMgr.a(DashoA10*..) 2011-12-21 01:09:37.035-08:00 : STDERR : at com.zerog.ia.installer.AAMgr.a(DashoA10*..) 2011-12-21 01:09:37.038-08:00 : STDERR : at com.zerog.ia.installer.AAMgrBase.f(DashoA10*..) 2011-12-21 01:09:37.038-08:00 : STDERR : at com.zerog.ia.installer.AAMgrBase.n(DashoA10*..) 2011-12-21 01:09:37.039-08:00 : STDERR : at com.zerog.ia.installer.AAMgr.a(DashoA10*..) 2011-12-21 01:09:37.039-08:00 : STDERR : at com.zerog.ia.installer.AAMgrBase.f(DashoA10*..) 2011-12-21 01:09:37.039-08:00 : STDERR : at com.zerog.ia.installer.AAMgrBase.n(DashoA10*..) 2011-12-21 01:09:37.039-08:00 : STDERR : at com.zerog.ia.installer.AAMgr.actionPerformed(DashoA10*..) 2011-12-21 01:09:37.044-08:00 : STDERR : at java.awt.Button.processActionEvent(Button.java:403) 2011-12-21 01:09:37.044-08:00 : STDERR : at java.awt.Button.processEvent(Button.java:371) 2011-12-21 01:09:37.045-08:00 : STDERR : at java.awt.Component.dispatchEventImpl(Component.java:4641) 2011-12-21 01:09:37.045-08:00 : STDERR : at java.awt.Component.dispatchEvent(Component.java:4471) 2011-12-21 01:09:37.045-08:00 : STDERR : at java.awt.EventQueue.dispatchEvent(EventQueue.java:610) 2011-12-21 01:09:37.045-08:00 : STDERR : at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:280) 2011-12-21 01:09:37.046-08:00 : STDERR : at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:195) 2011-12-21 01:09:37.046-08:00 : STDERR : at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:185) 2011-12-21 01:09:37.057-08:00 : STDOUT : ExtractToFile: target = /tmp/699558.tmp/reg.jar 2011-12-21 01:09:37.058-08:00 : STDOUT : ExtractToFile: extractWhatURL = jar:file:/tmp/install.dir.13585/InstallerData/installer.zip!/$IA_PROJECT_DIR$/lib/reg.jar 2011-12-21 01:09:37.193-08:00 : STDERR : Exception in thread "Thread-119" 2011-12-21 01:09:37.194-08:00 : STDERR : java.lang.NumberFormatException 2011-12-21 01:09:37.195-08:00 : STDERR : at ZeroGad.a(DashoA10*..) 2011-12-21 01:09:37.195-08:00 : STDERR : at ZeroGad.a(DashoA10*..) 2011-12-21 01:09:37.195-08:00 : STDERR : at ZeroGad.b(DashoA10*..) 2011-12-21 01:09:37.195-08:00 : STDERR : at ZeroGad.b(DashoA10*..) 2011-12-21 01:09:37.196-08:00 : STDERR : at com.zerog.ia.installer.util.VariableManager.b(DashoA10*..) 2011-12-21 01:09:37.202-08:00 : STDERR : at com.zerog.ia.installer.util.VariableManager.g(DashoA10*..) 2011-12-21 01:09:37.202-08:00 : STDERR : at com.zerog.ia.installer.util.IAVariableStringResolver.a(DashoA10*..) 2011-12-21 01:09:37.203-08:00 : STDERR : at com.zerog.ia.installer.util.VariableManager.b(DashoA10*..) 2011-12-21 01:09:37.204-08:00 : STDERR : at com.zerog.ia.installer.util.VariableFacade.b(DashoA10*..) 2011-12-21 01:09:37.204-08:00 : STDERR : at com.zerog.ia.installer.actions.Exec.getLogDescription(DashoA10*..) 2011-12-21 01:09:37.204-08:00 : STDERR : at com.zerog.ia.installer.IAStatus. (DashoA10*..) 2011-12-21 01:09:37.205-08:00 : STDERR : at com.zerog.ia.installer.IAStatus. (DashoA10*..) 2011-12-21 01:09:37.205-08:00 : STDERR : at ZeroGw0.run(DashoA10*..)
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Sep 09, 2011
06:07 AM
Hi, I really want to know the reason why it is corrupt and how can will workaround this?
... View more
Sep 08, 2011
09:30 PM
Hi everyone, does anyone know this issue? vm-s10sp264:~ # /opt/uninstaller Graphical installers are not supported by the VM. The console mode will be used instead... Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX) Stack Trace: java.lang.IllegalArgumentException: No product for ID=e8ba4f9c-1efb-11b2-9b58-ac53aeab1442 at ZeroGgv. (DashoA10*..) at ZeroGf3.c(DashoA10*..) at ZeroGf3.e(DashoA10*..) at ZeroGf2. (DashoA10*..) at com.zerog.ia.installer.Installer.ac(DashoA10*..) at com.zerog.ia.installer.Installer.setMetadata(DashoA10*..) at com.zerog.ia.installer.InstallerMetaData.setInstaller(DashoA10*..) at com.zerog.ia.installer.LifeCycleManager.m(DashoA10*..) at com.zerog.ia.installer.LifeCycleManager.f(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:60) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:611) at com.zerog.lax.LAX.launch(DashoA10*..) at com.zerog.lax.LAX.main(DashoA10*..) This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
... View more
Labels
- Labels:
-
InstallAnywhere 2010
Jul 27, 2011
01:00 PM
Hi This is the default message from IA, it means I need to update the file not custom message. jerome_IA wrote: Maybe the best way would be to change the message in console mode highlighting the fact that the end user has to type the number of the feature he does not want. --Jerome
... View more
Jul 26, 2011
05:47 AM
Hi, Our default install set is Completel, which should include all feature. So If I decided to not select any feature by default, all should be unselected. And it couldn't. pv7721 wrote: Have you tried unchecking those checkboxes, I guess that should do the trick.
... View more
Jul 21, 2011
10:43 AM
Hi, You can see the feature from the picture. pv7721 wrote: Could you post the screenshot where I see the features? Thanks!
... View more
Jul 21, 2011
01:38 AM
Hi Found the reason. IA remember the variables's value used before if I didn't set them to null in the run-time. pv7721 wrote: Would it be possible to post your project?
... View more
Latest posts by zhiyangchen
Subject | Views | Posted |
---|---|---|
2235 | Apr 24, 2012 09:00 PM | |
1606 | Mar 20, 2012 01:54 AM | |
858 | Mar 19, 2012 01:46 AM | |
2117 | Mar 19, 2012 12:39 AM | |
1164 | Feb 08, 2012 12:35 AM | |
2929 | Dec 28, 2011 08:32 PM | |
2929 | Dec 27, 2011 11:09 PM | |
2929 | Dec 27, 2011 11:07 PM | |
8710 | Dec 27, 2011 12:51 AM | |
1088 | Sep 09, 2011 06:07 AM |
Activity Feed
- Posted how to display the url clickable in the panel on InstallAnywhere Forum. Apr 24, 2012 09:00 PM
- Posted Bundle multiple VMs in the installer on InstallAnywhere Forum. Mar 20, 2012 01:54 AM
- Posted Re: GUI mode is not launching with open JDK 1.6 VM on InstallAnywhere Forum. Mar 19, 2012 01:46 AM
- Posted Re: failed to run installer on RH6 X64 on InstallAnywhere Forum. Mar 19, 2012 12:39 AM
- Posted Re: numberformatexception in advanced get user input panel on InstallAnywhere Forum. Feb 08, 2012 12:35 AM
- Posted Re: numberformatexception in advanced get user input panel on InstallAnywhere Forum. Dec 28, 2011 08:32 PM
- Posted Re: numberformatexception in advanced get user input panel on InstallAnywhere Forum. Dec 27, 2011 11:09 PM
- Posted Re: numberformatexception in advanced get user input panel on InstallAnywhere Forum. Dec 27, 2011 11:07 PM
- Posted numberformatexception in advanced get user input panel on InstallAnywhere Forum. Dec 27, 2011 12:51 AM
- Posted Re: failed with exception when run uninstaller on InstallAnywhere Forum. Sep 09, 2011 06:07 AM
- Posted failed with exception when run uninstaller on InstallAnywhere Forum. Sep 08, 2011 09:30 PM
- Posted Re: How can I disselect default features in console mode on InstallAnywhere Forum. Jul 27, 2011 01:00 PM
- Posted Re: How can I disselect default features in console mode on InstallAnywhere Forum. Jul 26, 2011 05:47 AM
- Posted Re: How can I disselect default features in console mode on InstallAnywhere Forum. Jul 21, 2011 10:43 AM
- Posted Re: unknow default value for user input panel advanced on InstallAnywhere Forum. Jul 21, 2011 01:38 AM
- Posted Re: How can I disselect default features in console mode on InstallAnywhere Forum. Jul 20, 2011 11:08 AM
- Posted How can I disselect default features in console mode on InstallAnywhere Forum. Jul 20, 2011 04:40 AM
- Posted unknow default value for user input panel advanced on InstallAnywhere Forum. Jul 10, 2011 10:31 AM
- Posted unknow default value for user input panel advanced on InstallAnywhere Forum. Jul 10, 2011 10:30 AM
- Posted the caption text "Install location" letter "I" was underscored on InstallAnywhere Forum. Jul 06, 2011 05:19 AM