Apr 08, 2019
05:51 PM
work around : launch with -jvmxmx 2000M
... View more
Jan 07, 2016
12:17 PM
Same problem here with IA 2015. Is anybody from Flexera even looking at this forum?
... View more
Dec 09, 2015
11:22 AM
Hi, I get this from time to time: java.lang.NullPointerException at java.awt.image.FilteredImageSource.startProduction(FilteredImageSource.java:181) at java.awt.image.PixelGrabber.grabPixels(PixelGrabber.java:259) at java.awt.image.PixelGrabber.grabPixels(PixelGrabber.java:226) at Flexeraaye.ad(Unknown Source) at Flexeraaye.aa(Unknown Source) at com.zerog.ia.installer.actions.CreateShortcut.createWin32(Unknown Source) at com.zerog.ia.installer.actions.CreateShortcut.createShortcut(Unknown Source) at com.zerog.ia.installer.actions.CreateShortcut.installSelf(Unknown Source) at com.zerog.ia.installer.InstallablePiece.install(Unknown Source) at com.zerog.ia.installer.InstallablePiece.install(Unknown Source) at com.zerog.ia.installer.GhostDirectory.install(Unknown Source) at com.zerog.ia.installer.InstallablePiece.install(Unknown Source) at com.zerog.ia.installer.Installer.install(Unknown Source) at com.zerog.ia.installer.actions.InstallProgressAction.ae(Unknown Source) at com.zerog.ia.installer.actions.ProgressPanelAction$1.run(Unknown Source) The exit code is then != 0 which makes it hard to test. Doesn't happen all the time, 1 every 50 probably.
... View more
Labels
- Labels:
-
InstallAnywhere 2015
Sep 04, 2015
01:25 PM
The properties file is iabuild.xml. the \u here causes the issue. This happens when you have a folder that begins with a 'u' in the path of the buildinstaller task: -> produces the error -> works In my case the 'u' was in the basedir itself so I'll have to relocate it.
... View more
Sep 03, 2015
04:29 PM
When creating our installer with IA2015 we get: [CODE][echo] Creating task using jar : D:\build-tools\InstallAnywhere2015\resource\build\iaant.jar [buildinstaller] Using Properties set in iabuild.xml [buildinstaller] Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX) [buildinstaller] [buildinstaller] Stack Trace: [buildinstaller] java.lang.IllegalArgumentException: Malformed \uxxxx encoding. [buildinstaller] at java.util.Properties.loadConvert(Unknown Source) [buildinstaller] at java.util.Properties.load0(Unknown Source) [buildinstaller] at java.util.Properties.load(Unknown Source) [buildinstaller] at com.zerog.common.java.util.PropertiesUtil.loadProperties(Unknown Source) [buildinstaller] at InstallAnywhere.ag(Unknown Source) [buildinstaller] at InstallAnywhere.main(Unknown Source) [buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [buildinstaller] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [buildinstaller] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [buildinstaller] at java.lang.reflect.Method.invoke(Unknown Source) [buildinstaller] at com.zerog.lax.LAX.launch(Unknown Source) [buildinstaller] at com.zerog.lax.LAX.main(Unknown Source) [/CODE] I couldn't find a iabuild.xml so I don't know what properties file is the problem. This is the output of the ant task that build the installer. Note that this project has been generated with an earlier version of IA. We tried to open the project with the visual editor and re-save it but we got the same error.
... View more
Labels
- Labels:
-
InstallAnywhere 2015
Apr 15, 2013
02:01 PM
InstallAnyWhere 2012 Ent. has a fix for that. It's too bad their didn't backport it in earlier versions. @Masudkhan: I don't think that would work, you would probably need superuser privileges to achieve that and change the /etc/profile. #pv7721: how do you change the .bash_profile? custom script? This could have other side effects.
... View more
Apr 15, 2013
12:55 PM
Hello, Has anybody checked if the variables from the HTML panels are saved in the Response file? Doesn't work here. Thanks!
... View more
- Tags:
- response html
Labels
- Labels:
-
InstallAnywhere 2012
May 03, 2012
04:27 PM
Hi, From the doc: "Set environment variables on the end user’s system. Compatible with Windows and Unix only. Unix Bash, sh, ksh, zsh, csh, and tcsh shells are supported." Under Ubuntu and RedHat with Bash, the task defines my environment variable into ~/.profile. From the bash documentation http://mywiki.wooledge.org/DotFiles : "Now, since bash is being invoked as a login shell (with name "-bash", a special ancient hack), it reads /etc/profile first. Then it looks in your home directory for .bash_profile, and if it finds it, it reads that. If it doesn't find .bash_profile, it looks for .bash_login, and if it doesn't find that, it looks for .profile (the standard Bourne/Korn shell configuration file)" I DO have a ~/.bash_profile, which is quite common actually. So ~/.profile never gets read and I don't have my environment variables defined when using a login shell. Am I missing something? Shouldn't it be at least defined in the ~/. rc file? Thanks
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Latest posts by benjamin_jaton
Subject | Views | Posted |
---|---|---|
1266 | Apr 08, 2019 05:51 PM | |
1225 | Jan 07, 2016 12:17 PM | |
1372 | Dec 09, 2015 11:22 AM | |
3920 | Sep 04, 2015 01:25 PM | |
7406 | Sep 03, 2015 04:29 PM | |
1152 | Apr 15, 2013 02:01 PM | |
1214 | Apr 15, 2013 12:55 PM | |
5877 | May 03, 2012 04:27 PM |
Activity Feed
- Posted Re: Extracting duplicates ... Installation hangs - Solved on InstallAnywhere Forum. Apr 08, 2019 05:51 PM
- Kudoed Extracting duplicates ... Installation hangs - Solved for Amarjit_Jutla. Apr 08, 2019 05:51 PM
- Posted Re: Project created with GUI will not build from command line on InstallAnywhere Forum. Jan 07, 2016 12:17 PM
- Posted NullPointerException on CreateShortcut.createWin32 on InstallAnywhere Forum. Dec 09, 2015 11:22 AM
- Posted Re: java.lang.IllegalArgumentException: Malformed \uxxxx encoding. on InstallAnywhere Forum. Sep 04, 2015 01:25 PM
- Posted java.lang.IllegalArgumentException: Malformed \uxxxx encoding. on InstallAnywhere Forum. Sep 03, 2015 04:29 PM
- Posted Re: Unix - Set System Environment Variable shouldn't use ~/.profile on InstallAnywhere Forum. Apr 15, 2013 02:01 PM
- Posted HTML panels and response files on InstallAnywhere Forum. Apr 15, 2013 12:55 PM
- Tagged HTML panels and response files on InstallAnywhere Forum. Apr 15, 2013 12:55 PM
- Posted Unix - Set System Environment Variable shouldn't use ~/.profile on InstallAnywhere Forum. May 03, 2012 04:27 PM