NRC-Research / SNAP-issues

This repository was created to provide a public location to record and display the status of "issues" for the SNAP application. The SNAP developers will acknowledge, provide (and maybe request) feedback on the reported issues, and in general use the information to improve SNAP code.
3 stars 0 forks source link

OpenJDK issues #92

Open NRCgg opened 1 month ago

NRCgg commented 1 month ago

OpenJDK Java Testing

Results from SNAP Applications only !

RHEL9.4s

Adoptium:

RPM Packages for Adoptium were obtained from: https://packages.adoptium.net/ui/native/rpm/rhel/9/x86_64/Packages/

When doing a "Stream Check" the results dialog window isn't displaying ...

Version Status
11.0.23 Works
17.0.10 Fails
21.0.3 Fails

AWS Coretto:

RPM Packages for Corretto were obtained from: https://docs.aws.amazon.com/corretto/

When doing a "Stream Check" the results dialog window isn't displaying ...

Version Status
11.0.23 Works
17.0.12 Fails
21.0.4 Fails
22.0.2 Fails

Sample me.screen file.

NRCgg commented 1 month ago

Bill and I discussed this in a phone convo 7/18/2024 and he reviewed the issue. He concluded that, based on the errors shown in the me.screen file, that sometime after JDK 11 the call to the display message dialog added a mandatory CSS formatting parameter requirement that is not needed in JDK 11. This is not a difficult fix,

Bill pointed out that there may be other issues with moving to a newer JDK that we can't see so easily. They are planning on moving to JDK 17 in the near future (next few months) at which time they will have the automated testing use JDK 17 and that will catch any other JDK based problems.