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

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)

0 Kudos
(2) Replies
VineethaNair
Level 6

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.

0 Kudos

Thank you Vineetha.

0 Kudos