- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Main Installer with Merge Module throws null pointer exception when Uninstall
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Main Installer with Merge Module throws null pointer exception when Uninstall
My main installer has dynamic Merge Module in it.Main Installer alone work for Install and Uninstall. When main installer is built with Dynamic Merge Module, then Installer Install is successful but Uninstall throw below ERROR. I would appreciate help.
Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
Stack Trace:
java.lang.NullPointerException
at com.zerog.ia.installer.uninstall.DescriptorList.aa(Unknown Source)
at com.zerog.ia.installer.uninstall.DescriptorList.registriesHaveBeenReloaded(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.a8(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.au(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.consoleInstallMain(Unknown Source)
at com.zerog.ia.installer.LifeCycleManager.executeApplication(Unknown Source)
at com.zerog.ia.installer.Main.main(Unknown Source)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at com.zerog.lax.LAX.launch(Unknown Source)
at com.zerog.lax.LAX.main(Unknown Source)
This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi,
From the stack trace it looks like the uninstaller is not able to retrieve product details from the product local registry. Seems like the file com.zerog.registry.xml file usually present in the merge module installation folder is missing or corrupted. Please try reinstalling or try installing in a different location.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Thank you Vineetha.
