SpectrumDataPublisher Install Failure
search cancel

SpectrumDataPublisher Install Failure

book

Article ID: 279078

calendar_today

Updated On:

Products

Spectrum Network Observability

Issue/Introduction

I am upgrading netops to 23.3.6 from 23.3.4.


Downloaded SpectrumDataPublisher from oneclick web 23.3.6


java -jar SpectrumDataPublisher.jar
Error: An unexpected error occurred while trying to open file SpectrumDataPublisher.jar

Environment

Dx NetOps Spectrum 23.3.6

Cause

This is due to a bug with JRE 11.0.20, 17 , and 21.
https://bugs.openjdk.org/browse/JDK-8313765

 

Resolution

The below command will be successful.

java -Djdk.util.zip.disableZip64ExtraFieldValidation=true -jar  SpectrumDataPublisher.jar

Additional Information

Example silent install (if needed):  java -Djdk.util.zip.disableZip64ExtraFieldValidation=true -jar /<path to spectrum data publisher jar file>/SpectrumDataPublisher.jar -i silent -DUSER_INSTALL_DIR="/opt/ca/Spectrum/SpectrumDataPublisher"