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

Merge module is not getting installed with latest java(11.0.20/17.0.8)

Merge module is not getting installed with latest java(11.0.20/17.0.8)

Introduction:
Merge module is not getting installed if we use Install Merge module Panel with latest java (11.0.20/17.0.8) in Linux/Ubuntu even after setting -Djdk.util.zip.disableZip64ExtraFieldValidation=true as additional argument.

Troubleshooting Steps:

Steps to replicate the issue:

Step 1 : Create a simple merge module project with -Djdk.util.zip.disableZip64ExtraFieldValidation=true additional argument.
Step 2 : Create Main Installer and add -Djdk.util.zip.disableZip64ExtraFieldValidation=true
Step 3 : Goto Install sequence and add Install Merge module panel action
Step 4 : Choose merge module project which was already created in step1.
Step 5 : Build and run the project
Step 6 : Goto Install Location and observe merge module not be installed.

Steps to resolve the issue:

Step 1 : Open /etc/environment file and set JAVA_TOOL_OPTION= -Djdk.util.zip.disableZip64ExtraFieldValidation=true
OR
Open ~/.bashrc or ~/.bash_profile and Set JAVA_TOOL_OPTION= -Djdk.util.zip.disableZip64ExtraFieldValidation=true

Step 2 : Create a simple merge module project.
Step 3 : Create Main Installer
Step 4 : Goto Install sequence and add Install Merge module panel action
Step 5 : Choose merge module project which was already created in step2
Step 6 : Build and run the project
Step 7 : Goto Install Location and observe merge module will be installed.

Labels (3)
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Sep 14, 2023 05:06 AM
Updated by:
Contributors