zowe / zowe-install-packaging

Packaging repository for the Zowe install scripts and files
Eclipse Public License 2.0
27 stars 52 forks source link

verify-fingerprints fails #3409

Closed hockeyrob closed 4 weeks ago

hockeyrob commented 2 years ago

This is an onboarding issue I have Zowe 2.0.0 installed. Running on a z/OS V2R5 system. zwe support verify-fingerprints fails. I try connecting to OMVS with ssh. I get the java 'not-enough-storage' barrage. "ulimit -M" shows I have 512M above the bar...although it should be "unlimited", according to our PARMLIB settings. I try the same from TSO OMVS. Here, "unlimit -M" says I have 10G above the bar....but the result is exactly the same. Not enough storage.

jackjia-ibm commented 2 years ago

zwe support verify-fingerprints requires java to function properly to calculate hashes. @hockeyrob could you please provide zwe support verify-fingerprints -vv log so we may see more details how it fails? Thanks.

hockeyrob commented 2 years ago

This is the beginning of the processing. Identifying file names and such redacted, a little:

SERVER:/usr/lpp/zowe> zwe support verify-fingerprints -vv

VERIFY ZOWE FILE FINGERPRINTS

At this point I had to stop it before it started listing all the files under /usr/lpp/zowe...because there are some 11900 of them. Since I interrupted it, I was able to see the two /tmp/zwe-support-verify-fingerprint-* temp files, one of which was empty, and the other contained the list of 11952 files.

JAVA_HOME is set to /usr/lpp/java/current_64, which: SERVER:/usr/lpp/zowe> ls -lA $JAVA_HOME lrwxrwxrwx 1 BPXROOT OMVSGRP 9 May 3 19:25 /usr/lpp/java/current_64@ -> ./J8.0_64 SERVER:/usr/lpp/zowe>

We are running this on z/OS V2R5 at the latest RSU; this is the Java release that came with it.

hockeyrob commented 2 years ago

Interesting how Git reformatted the output; i guess it's still pretty clear what it was supposed to be.

hockeyrob commented 2 years ago

Upgraded to Zowe V2.2, with no change.

Martin-Zeithaml commented 1 month ago

When I have limitted the -Xmx to low values, I was getting JVMDUMP055I Processing dump event "systhrow", detail "java/lang/OutOfMemoryError", exception "Java heap space" at 2024/08/08 08:08:08 - please wait.....

It seems the zwe support verify-fingerprints command is ok and this issue is about the java setting.

However in such case, the processing should stop here. But is continues due to:

JoeNemo commented 4 weeks ago

The java crash part of this bug is not really a Zowe issue. The rest of this has been fixed.