This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Uninstall problems in Solaris
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jul 06, 2006
04:34 AM
Uninstall problems in Solaris
I am using ISMP 11.5 with jre 1.5. Trying to install on Solaris9 as root user.
Installation of application in Solaris works fine. pkginfo lists all the installed packages.
Running the uninstaller removes the application and gives uninstall sucessfull message, but the pkginfo still lists all installed packages.
In the debug info, I get this error while uninstall
(Jul 6, 2006 12:36:04 PM), Uninstall, com.installshield.wizard.platform.solaris.
SolarisRegistryServiceImpl, err, java.lang.NullPointerException
STACK_TRACE: 14
java.lang.NullPointerException
at com.installshield.wizard.platform.solaris.SolarisRegistryServiceImpl.
writeVPD(Unknown Source)
at com.installshield.wizard.platform.solaris.SolarisRegistryServiceImpl.
finalizeRegistry(Unknown Source)
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.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown
Source)
at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown S
ource)
at com.installshield.product.service.registry.GenericRegistryService.fin
alizeRegistry(Unknown Source)
at com.installshield.product.service.product.PureJavaProductServiceImpl$
Uninstaller.execute(Unknown Source)
Does anyone encountered this issue ?
Any pointers to the fix ?
Regards
Installation of application in Solaris works fine. pkginfo lists all the installed packages.
Running the uninstaller removes the application and gives uninstall sucessfull message, but the pkginfo still lists all installed packages.
In the debug info, I get this error while uninstall
(Jul 6, 2006 12:36:04 PM), Uninstall, com.installshield.wizard.platform.solaris.
SolarisRegistryServiceImpl, err, java.lang.NullPointerException
STACK_TRACE: 14
java.lang.NullPointerException
at com.installshield.wizard.platform.solaris.SolarisRegistryServiceImpl.
writeVPD(Unknown Source)
at com.installshield.wizard.platform.solaris.SolarisRegistryServiceImpl.
finalizeRegistry(Unknown Source)
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.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown
Source)
at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown S
ource)
at com.installshield.product.service.registry.GenericRegistryService.fin
alizeRegistry(Unknown Source)
at com.installshield.product.service.product.PureJavaProductServiceImpl$
Uninstaller.execute(Unknown Source)
Does anyone encountered this issue ?
Any pointers to the fix ?
Regards
(2) Replies
‎Nov 05, 2007
05:27 PM
Possibly a bad vpd.
Go to this location and rename the Gen1 folder:
$J(user.home)/InstallShield/Universal/common
Reinstall the project, this will recreate the Gen1 folder. Then uninstall and see if you get the same behavior.
Go to this location and rename the Gen1 folder:
$J(user.home)/InstallShield/Universal/common
Reinstall the project, this will recreate the Gen1 folder. Then uninstall and see if you get the same behavior.