cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
stardev
Level 3

Uninstallation problem through IA 2008 EE

I am using IA 2008 EE.
After installing the product through IA, I see Uninstall_(Uninstall_IPMS) is getting created. When I execute ./Uninstall_IPMS I get the following error
./Uninstall_IPMS: /home/username/IPMS/console/Uninstall_IPMS/../jre/bin/java: cannot execute

Though java exe is present in the specified location.
Failed to understand what's the problem.
Please help me

==============================================================================
-bash-3.00$ ls Uninstall_IPMS
InstallScript.iap_xml
Uninstall_IPMS
Uninstall_IPMS.lax
installvariables.properties
uninstaller.jar
-bash-3.00$ ./Uninstall_IPMS
./Uninstall_IPMS: /home/username/IPMS/console/Uninstall_IPMS/../jre/bin/java: cannot execute
-bash-3.00$ ls -l /home/username/IPMS/console/Uninstall_IPMS/../jre/bin/java
/home/username/IPMS/console/Uninstall_IPMS/../jre/bin/java
-bash-3.00$
-bash-3.00$ cd /home/username/IPMS/console/Uninstall_IPMS/../jre
-bash-3.00$ ls
COPYRIGHT README Welcome.html javaws man
LICENSE THIRDPARTYLICENSEREADME.txt bin lib plugin
-bash-3.00$ cd bin
-bash-3.00$ ls
ControlPanel java_vm jcontrol orbd policytool rmiregistry tnameserv
java javaws keytool pack200 rmid servertool unpack200
-bash-3.00$
Labels (1)
0 Kudos
(7) Replies
pv7721
Level 20

On what platform does this happen? I reckon this is a VM pack you bundle, right? Is it a standard VM pack (i.e. downloaded from the Acresso website) or is it a custom pack you'd made?
0 Kudos
stardev
Level 3

I am using solaris 10.
SunOS ipms1 5.10 Generic_120012-14 i86pc i386 i86pc

I am using standard VM pack.
0 Kudos
pv7721
Level 20

stardev wrote:
I am using solaris 10.
SunOS ipms1 5.10 Generic_120012-14 i86pc i386 i86pc

I am using standard VM pack.


So it's a Sun Solaris on I386 and the VM is what version?
0 Kudos
stardev
Level 3

I am using Sun jre1.6.2_02 Solaris sparc.
I have select this in Build->Build Targets panel.
I am using what is provided by IA.
0 Kudos
pv7721
Level 20

I'm not sure what exactly is the version you mentioned, because even on the java site, the latest version is 1.6.0 update 7 and on the Acresso website, the latest JVM pack for Solaris sparc is http://www.acresso.com/downloads/VMpacks/SunJRE160_00SolarisSPARC.vm and there is no other 1.6.0 VM for Solaris SPARC besides that. I've downloaded it in order to see if there wasn't anything wrong with it (like for instance execution bit missing on jre/bin/java) but it was ok (and if it wasn't ok, you would have trouble installing it as well, not only uninstalling). Which makes me thing: isn't anything in your project that touches the jre folder after it has been installed?
0 Kudos
stardev
Level 3

Yes its a problem with my JVM.
My OS is -> SunOS ipms-sol1 5.10 Generic_118855-33 i86pc i386 i86pc
In IA project I did the following configuration.
1. Under Build->Build Target I select Solaris With VM selected. I see "Sun JRE 1.6.0_02 Solaris SPARC" under VM to bundle with Installer.

2. Under Project->Config I have given "1.4+" in "valid VM List".
3. Under Project->Java I have selected Security option.

After installation JRE version 6 get installed( pls see the directory listing below.), but it is not working. Failed to understand why? If i replaced this JRE with other(Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03) Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode)), Uninstallation works properly.

I also failed to find out from which location IA is getting the JRE to bundle with the installer binary. Pls help me


-bash-3.00$ ls -l
total 1520
lrwxrwxrwx 1 srakshit users1 10 Aug 6 23:16 ControlPanel -> ./jcontrol
-rwxr-xr-x 1 srakshit users1 52052 Jun 15 2007 java
-rwxrwxr-x 1 srakshit users1 18936 Jun 15 2007 java_vm
-rwxrwxr-x 1 srakshit users1 105180 Jun 15 2007 javaws
-rwxrwxr-x 1 srakshit users1 6347 Jun 15 2007 jcontrol
-rwxr-xr-x 1 srakshit users1 47448 Jun 15 2007 keytool
-rwxr-xr-x 1 srakshit users1 47576 Jun 15 2007 orbd
-rwxr-xr-x 1 srakshit users1 47472 Jun 15 2007 pack200
-rwxr-xr-x 1 srakshit users1 47472 Jun 15 2007 policytool
-rwxr-xr-x 1 srakshit users1 47444 Jun 15 2007 rmid
-rwxr-xr-x 1 srakshit users1 47456 Jun 15 2007 rmiregistry
-rwxr-xr-x 1 srakshit users1 47456 Jun 15 2007 servertool
-rwxr-xr-x 1 srakshit users1 47612 Jun 15 2007 tnameserv
-rwxr-xr-x 1 srakshit users1 148768 Jun 15 2007 unpack200
0 Kudos
pv7721
Level 20

This looks to be some sort of incompatibility between IA 2008 EE, and Java 1.6. So, do you really need Java 1.6? Because installation AND installation work with Java 1.5 and your project you've set 1.4+ (which means that it could have worked with Java 1.4). If you really do need Java 1.6 maybe you should try the IA 2009 Value Pack 1, to see if it has better suport for Java 1.6.
0 Kudos