0 Replies Latest reply on Dec 21, 2004 5:17 AM by mirko.tikalsky

    Incomplete Installation

    mirko.tikalsky

      Hello,

      I downloaded the jboss 4.0.1 version and installed it (I choose the default install operation).

      After some problems I got the server runing. My next step was to test the j2ee tutorial getting to work with jboss.
      When using ant to compile the sources I noticed that the client directory in the jboss directory doesn't exist.
      So I thought the installation process has not completed correctly.

      I tried to uninstall jboss (and wanted to reinstall it with the complete option)
      Now my problem is, that I get a NullPointerException when I try to uninstall or install it:

      (Dec 20, 2004 5:20:29 PM), Uninstall, com.installshield.product.service.product.PureJavaProductServiceImpl$Uninstaller, err, java.lang.NullPointerException
      STACK_TRACE: 23
      java.lang.NullPointerException
      at java.util.Hashtable.containsKey(Unknown Source)
      at com.installshield.product.service.registry.LoggedSoftwareObject.addRequired(Unknown Source)
      at com.installshield.product.service.registry.LoggedSoftwareObject.setRequired(Unknown Source)
      at com.installshield.product.service.registry.VPDDef.loadSoftwareObject(Unknown Source)
      at com.installshield.product.service.registry.VPDDef.getSoftwareObject(Unknown Source)
      at com.installshield.product.service.registry.PureJavaRegistryServiceImpl.findSoftwareObject(Unknown Source)
      at com.installshield.product.service.registry.PureJavaRegistryServiceImpl.matchSoftwareObject(Unknown Source)
      at com.installshield.product.service.registry.PureJavaRegistryServiceImpl.getSoftwareObject(Unknown Source)
      at sun.reflect.GeneratedMethodAccessor78.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 Source)
      at com.installshield.product.service.registry.GenericRegistryService.getSoftwareObject(Unknown Source)
      at com.installshield.product.service.product.PureJavaProductServiceImpl.initializeActiveNodeTable(Unknown Source)
      at com.installshield.product.service.product.PureJavaProductServiceImpl.setActiveStateForUninstallation(Unknown Source)
      at com.installshield.product.service.product.PureJavaProductServiceImpl.access$13(Unknown Source)
      at com.installshield.product.service.product.PureJavaProductServiceImpl$UninstallProduct.uninstall(Unknown Source)
      at com.installshield.product.service.product.PureJavaProductServiceImpl$Uninstaller.execute(Unknown Source)
      at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)


      The Same error occurs when I try to install jboss:

      (Dec 21, 2004 10:31:39 AM), Install, com.installshield.product.service.product.PureJavaProductServiceImpl$Installer, err, java.lang.NullPointerException
      STACK_TRACE: 25
      java.lang.NullPointerException
      at java.util.Hashtable.containsKey(Unknown Source)
      at com.installshield.product.service.registry.LoggedSoftwareObject.addRequired(Unknown Source)
      at com.installshield.product.service.registry.LoggedSoftwareObject.setRequired(Unknown Source)
      at com.installshield.product.service.registry.VPDDef.loadSoftwareObject(Unknown Source)
      at com.installshield.product.service.registry.VPDDef.getSoftwareObject(Unknown Source)
      at com.installshield.product.service.registry.PureJavaRegistryServiceImpl.findSoftwareObject(Unknown Source)
      at com.installshield.product.service.registry.PureJavaRegistryServiceImpl.findSoftwareObjects(Unknown Source)
      at com.installshield.product.service.registry.PureJavaRegistryServiceImpl.getSoftwareObject(Unknown Source)
      at sun.reflect.GeneratedMethodAccessor152.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 Source)
      at com.installshield.product.service.registry.GenericRegistryService.getSoftwareObject(Unknown Source)
      at com.installshield.product.service.product.InstallableObjectVisitor.visitSoftwareObject(Unknown Source)
      at com.installshield.product.service.product.RequiredResourceIndices.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.RequiredResourceIndices.getRequiredResourceIndices(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(Unknown Source)


      Anyone has got an idea what is going wrong?
      Any advice is very appreciated.

      Thanx
      Mirko