Previously when installing/upgrading 22.2.6 and 22.2.9 I used following command:
java -jar -Djdk.util.zip.disableZip64ExtraFieldValidation=true SpectrumDataPublisher.jar -i silent -DUSER_INSTALL_DIR="/opt"
This was advised by Broadcom support for the following reason ...
This appears to be a bug in the JDK 11.0.20 and 21:
JDK-8314851 : Invalid CEN header (invalid zip64 extra data field size)
Engineering provided a workaround specifying the following Java parameter:
-Djdk.util.zip.disableZip64ExtraFieldValidation=true
Existing KB updated to include more releases.