May 14, 2015
09:22 AM
SOLVED: -d option to build command 🙂 genleo wrote: Hi all, I have some IA projects that I'd like to build concurrently but it seems that all of them try to write/delete in .buildinstaller1.tmp directory and the builds fail. Is it possible to configure this directory for each project? Thanks in advance Gennaro
... View more
May 07, 2015
10:25 AM
Hi all, I have some IA projects that I'd like to build concurrently but it seems that all of them try to write/delete in .buildinstaller1.tmp directory and the builds fail. Is it possible to configure this directory for each project? Thanks in advance Gennaro
... View more
Labels
- Labels:
-
InstallAnywhere 2013
Mar 05, 2012
03:18 AM
I already verified, both of them are 64 bit 😞 libOne.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped libTwo.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped I'm going crazy!
... View more
Mar 02, 2012
04:32 AM
Update: on SUSE Linux 10 it works correctly! Do you think it is an IA2011 issue or does it depend on c libraries? Here it is the difference between the two servers: IT DOESN'T WORK >cat /etc/*-release LSB_VERSION="core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64" SUSE Linux Enterprise Server 11 (x86_64) VERSION = 11 PATCHLEVEL = 1 IT WORKS >cat /etc/*-release LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-x86_64:core-3.0-x86_64" SUSE Linux Enterprise Server 10 (x86_64) VERSION = 10 PATCHLEVEL = 2
... View more
Mar 02, 2012
02:50 AM
Hi all, I've the following problem: Install my application on SUSE Linux Enterprise Server 11 Service Pack 1 Version 11.1.1.1 with x86_64 architecture and jre 1.6 64 bit. At the end of the installation (post-installation) a custom code action is launched with my java class that invokes a c library (.so) through JNI. This library depends on another library and both of them are installed in installation phase in a lib directory. The LD_LIBRARY_PATH is correctly set to this lib directory before installation. The error I get is: class myClassAction.install() Unexpected Fatal Error: java.lang.UnsatisfiedLinkError: /mypath/lib/libTwo.so: libOne.so: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) ... I replaced the lib names with libOne.so and libTwo.so. ldd on libTwo returns the referenc to libOne.so at the correct path. Another strange thing is: if I create the lib directory (empty) before the installation, all works correctly. Any idea? Thanks Gennaro
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Nov 11, 2011
07:55 AM
Hi all, is it possible, during an installation phase, to deploy some packages on remote servers (for example via FTP) and eventually to launch other installation processes on the remote servers? Thanks in advance Gennaro
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Aug 09, 2011
03:33 AM
Hi all, I'm trying to install my application on Solaris SPARC with Java 64 bit but the Check System Architecture rule fails. With Java 32 bit it works correctly. Any idea? Thanks
... View more
Labels
- Labels:
-
InstallAnywhere 2009
Oct 15, 2010
08:39 AM
pv7721 wrote: A couple of question: before the NPE I see at isus.ProfileManager.profileSetValue(Unknown Source) and this leads me to think that there might be a profile related user: 1. Is your IA copy registered or not? Yes, it is. pv7721 wrote: 2. Do you attempt to launch it with the same user as the one installed or not? No. The product has been installed by root user and I tried to launch with another user, but I usually launch in this way.
... View more
Oct 15, 2010
04:22 AM
Hi all, I'm trying to start InstallAnywhere on Solaris and I get this exception: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX) Stack Trace: java.lang.NullPointerException at isus.ProfileManager.profileSetValue(Unknown Source) at isus.AgentEx.profileSetValue(Unknown Source) at isus.Agent.profileSetValue(Unknown Source) at com.zerog.ia.designer.update.UpdateFacade.a(DashoA10*..) at InstallAnywhere.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*..) Could anyone help? Thanks all in advance. Gennaro
... View more
Labels
- Labels:
-
InstallAnywhere 2009
Nov 24, 2008
04:23 AM
Hi all, I've the same problem on UNIX! This is the machine configuration: System = SunOS Release = 5.10 KernelID = Generic Any help? Gennaro
... View more
Jul 03, 2008
07:59 AM
Hi all, I'm trying to install my product on Solaris x86 with a 64 bit JVM but some problems occur: - I add some files and set their attributes to 777 but when installed are set to 644 so I can't execute them - The uninstaller .bin is not created (only uninstall.jar) - In the summary pre-installation panel the size shown is 0 KB but all the files are copied. The uname -X command shows System = SunOS Node = imspmu2 Release = 5.10 KernelID = Generic_118855-36 Machine = i86pc BusType = Serial = Users = OEM# = 0 Origin# = 1 NumCPU = 4 The same InstallShield project, with different JVM resolution and Platfrom release, works correctly on a Solaris SPARC. Can you help me? Regards. Gennaro
... View more
Labels
- Labels:
-
InstallShield MultiPlatform
Feb 21, 2008
02:57 AM
Hi all, sometimes when I uninstall my product I get this error: The installer found unexpected changes to the install script. ======================================================= Unable to launch installer. The installer found unexpected changes to the install script. ======================================================= Is there a way to understand the cause of it? Thanks.
... View more
Labels
- Labels:
-
InstallAnywhere 2008
Feb 19, 2008
08:35 AM
Thank you Yves, finally I understood what the problem was. Now it works. Best Regards
... View more
Feb 19, 2008
08:10 AM
Yves Kreis wrote: Class MyPanel then instead of class A. I think I'm going crazy... could you post me some piece of code??? Thanks a lot
... View more
Latest posts by genleo
Subject | Views | Posted |
---|---|---|
803 | May 14, 2015 09:22 AM | |
2340 | May 07, 2015 10:25 AM | |
1079 | Mar 05, 2012 03:18 AM | |
1079 | Mar 02, 2012 04:32 AM | |
4032 | Mar 02, 2012 02:50 AM | |
1755 | Nov 11, 2011 07:55 AM | |
686 | Aug 09, 2011 06:29 AM | |
3792 | Aug 09, 2011 03:33 AM | |
780 | Oct 15, 2010 08:39 AM | |
3578 | Oct 15, 2010 04:22 AM |
Activity Feed
- Posted Re: Change .buildinstaller1.tmp directory on InstallAnywhere Forum. May 14, 2015 09:22 AM
- Posted Change .buildinstaller1.tmp directory on InstallAnywhere Forum. May 07, 2015 10:25 AM
- Posted Re: java.lang.UnsatisfiedLinkError on Linux on InstallAnywhere Forum. Mar 05, 2012 03:18 AM
- Posted Re: java.lang.UnsatisfiedLinkError on Linux on InstallAnywhere Forum. Mar 02, 2012 04:32 AM
- Posted java.lang.UnsatisfiedLinkError on Linux on InstallAnywhere Forum. Mar 02, 2012 02:50 AM
- Posted Deploy packages on remote servers on InstallAnywhere Forum. Nov 11, 2011 07:55 AM
- Posted Re: Check System Architecture rule fails on InstallAnywhere Forum. Aug 09, 2011 06:29 AM
- Posted Check System Architecture rule fails on InstallAnywhere Forum. Aug 09, 2011 03:33 AM
- Posted Re: Exception while starting InstallAnywhere 2009 on InstallAnywhere Forum. Oct 15, 2010 08:39 AM
- Posted Exception while starting InstallAnywhere 2009 on InstallAnywhere Forum. Oct 15, 2010 04:22 AM
- Posted Re: Cannot start InstallAnywhere on XP on InstallAnywhere Forum. Nov 24, 2008 04:23 AM
- Posted Installation problems on Solaris x86/64 bit on InstallShield Forum. Jul 03, 2008 07:59 AM
- Posted Uninstaller error on InstallAnywhere Forum. Feb 21, 2008 02:57 AM
- Posted Re: How to disable the Cancel button on InstallAnywhere Forum. Feb 19, 2008 08:35 AM
- Posted Re: How to disable the Cancel button on InstallAnywhere Forum. Feb 19, 2008 08:10 AM
- Posted Re: How to disable the Cancel button on InstallAnywhere Forum. Feb 19, 2008 07:51 AM
- Posted Re: How to disable the Cancel button on InstallAnywhere Forum. Feb 19, 2008 05:29 AM
- Posted Re: IA variables in HTML panel on InstallAnywhere Forum. Feb 14, 2008 02:50 AM
- Posted Re: IA variables in HTML panel on InstallAnywhere Forum. Feb 13, 2008 10:56 AM
- Posted IA variables in HTML panel on InstallAnywhere Forum. Feb 13, 2008 10:13 AM