Jan 24, 2013
06:01 PM
nope. Unfortunately not yet.
... View more
Jan 24, 2013
04:33 PM
1. I had a project in InstallAnywhere 2011 SP3 with vm option. 2. When I build the project it had created install.bin 3) Now I had copied the install.bin to Redhat linux machine where SELINUX is enabled with enforcing 4) When I ran ./install.bin in GUI mode, the launcher blew away with the error "dl failure on line 875". 5) I have a check in my installer to gracefully terminate the installer with a panel saying SELINUX is enabled and thus would not want to have launcher to be killed. 6) The problem is when I bundle Java 1.7 with the installer. If I bundle java 1.6 then there is no problem. ******************************************************* Here is the output of $ ./install.bin Preparing to install... Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... Launching installer... Error: dl failure on line 875 Error: failed /tmp/install.dir.6440/Linux/resource/jre/lib/i386/server/libjvm.so, because /tmp/install.dir.6440/Linux/resource/jre/lib/i386/server/libjvm.so: cannot restore segment prot after reloc: Permission denied ******************************************************* The log from /var/log/audit/audit.log is type=AVC msg=audit(1359067084.881:2455): avc: denied { execmod } for pid=6873 comm="java" path="/tmp/install.dir.6873/Linux/resource/jre/lib/i386/server/libjvm.so" dev=dm-0 ino=66317 scontext=root:system_r:initrc_t:s0-s0:c0.c1023 tcontext=root:object_r:initrc_tmp_t:s0 tclass=file type=SYSCALL msg=audit(1359067084.881:2455): arch=40000003 syscall=125 success=no exit=-13 a0=f7310000 a1=76e000 a2=5 a3=ffe0a5c0 items=0 ppid=6672 pid=6873 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts2 ses=1 comm="java" exe="/tmp/install.dir.6873/Linux/resource/jre/bin/java" subj=root:system_r:initrc_t:s0-s0:c0.c1023 key=(null) ******************************************************* Any Ideas????
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Jan 10, 2013
01:05 PM
I am using InstallAnywhere to create a install build for my product. The install build was working fine for a long time. However yesterday, when I had created my build and installed the product I don't think one of the action which is supposed to be called and do the required steps is missed. Without changing the code, I had created another build but this time, the build worked just fine. Do you guys know what could be the possible reasons? I appreciate your help.
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Dec 04, 2012
01:40 PM
Here is the sample code that I am using.....Best of luck @Test public void testPerformActionDuringInstall() throws InstallException, ConfigurationException { CustomCodeAction customCodeAction = new CustomCodeAction(); final InstallerProxy ipMock = mock(InstallerProxy.class); final HashMap testProperties = new HashMap (); testProperties.put("$PRODUCT_VERSION_NUMBER$", "1.0.0"); doAnswer(new Answer () { public Object answer(InvocationOnMock invocation) { Object[] args = invocation.getArguments(); return testProperties.get((String)args[0]); } }).when(ipMock).substitute(anyString()); customCodeAction.install(ipMock); --- --- do the asserts... --- --- }
... View more
Dec 03, 2012
06:56 PM
I have installed IA 2011 on my windows 7 box. Now, I would like to upgrade to IA 2011 SP3 so, I am trying to do the updrade from "check for updates" option from Help menu. 1. When I choose "check for updates" option from Help menu for the first time, I see Software Manager window popup but the window is plain and empty indefinitely. So I closed the Software Manager window and then chose "check for updates" option from Help menu. This time, I got an error saying "unable to connect to update server http://updates.installshield.com/. Please verify network settings for connectivity" Could you please tell me what is wrong? Thank You, Praveen
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Latest posts by mjspka
Subject | Views | Posted |
---|---|---|
1177 | Apr 08, 2013 01:45 PM | |
1177 | Jan 24, 2013 06:01 PM | |
4932 | Jan 24, 2013 04:33 PM | |
4403 | Jan 10, 2013 01:05 PM | |
646 | Dec 04, 2012 01:40 PM | |
2359 | Dec 03, 2012 06:56 PM |
Activity Feed
- Posted It happened on RedHat 5.7 on InstallAnywhere Forum. Apr 08, 2013 01:45 PM
- Posted Re: InstallAnywhere final build behaving odd sometimes on InstallAnywhere Forum. Jan 24, 2013 06:01 PM
- Posted The installer is failing with libjvm.so: cannot restore segment prot after reloc: Per on InstallAnywhere Forum. Jan 24, 2013 04:33 PM
- Posted InstallAnywhere final build behaving odd sometimes on InstallAnywhere Forum. Jan 10, 2013 01:05 PM
- Posted Re: Unit testing of InstallAnywhere custom code ( JUnit or others ) on InstallAnywhere Forum. Dec 04, 2012 01:40 PM
- Posted Not able to update from IA 2011 on InstallAnywhere Forum. Dec 03, 2012 06:56 PM