cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ggfelix
Level 2

HP-UX + null error

Hello,

I'm trying to run InstallShield Wizard on a HP-UX 11.11 + Java 1.4 and getting the following error on screen:

-------------------------------------------------------------------------------
Data Protection for Oracle - InstallShield Wizard


Installing Data Protection for Oracle. Please wait...


|-----------|-----------|-----------|------------|
0% 25% 50% 75% 100%
||||||||||||||||||||||||||||||||||
-------------------------------------------------------------------------------
Data Protection for Oracle - InstallShield Wizard

Errors occurred during the installation.
- null

InstallShield log shows:

(Mar 2, 2008 8:10:13 PM), Install, com.installshield.wizard.Wizard, wrn, could not open resource for LI_en_en
(Mar 2, 2008 8:10:42 PM), Install, com.installshield.product.service.product.PureJavaProductServiceImpl$Installer, err, java.lang.NullPointerException
STACK_TRACE: 23
java.lang.NullPointerException
at com.installshield.wizard.platform.hpux.service.registry.HpuxRegistryServiceImpl.createHpuxSoftObjLike(Unknown Source)
at com.installshield.wizard.platform.hpux.service.registry.HpuxRegistryServiceImpl.setSoftwareObject(Unknown Source)
at com.installshield.wizard.platform.hpux.service.registry.HpuxISVPDRegistryServiceImpl.setSoftwareObject(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
at com.installshield.product.service.registry.GenericRegistryService.setSoftwareObject(Unknown Source)
at com.installshield.product.service.product.PureJavaProductServiceImpl.setSoftwareObject(Unknown Source)
at com.installshield.product.service.product.PureJavaProductServiceImpl.access$2400(Unknown Source)
at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.addToVPD(Unknown Source)
at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.checkInstalledVersion(Unknown Source)
at com.installshield.product.service.product.InstallableObjectVisitor.visitSoftwareObject(Unknown Source)
at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBean(Unknown Source)
at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
at java.lang.Thread.run(Thread.java:534)


Does anyone have any ideia on what can be wrong? I tried to use Java 1.3 with with the exactly same result.

Thank you,
Labels (1)
0 Kudos
(2) Replies
enanrum
Level 9

This looks like a VPD error!
Are you running this using the General Unix installers?

If so the VPD gets written to:

/usr/lib/InstallShield/Universal/common

Check to make sure you have permissions to write to the location!

Otherwise - be sure you have permissions to write to the $HOME directory!

Regards,
Tom
0 Kudos
dge0266
Level 3

I have found that these type of errors go away if you delete the 'InstallShield' directory - at the root level I think for HPUX 11.11.
0 Kudos