You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This request comes from a Java support case, where a developer was getting unexpected errors running Logstash, on Java 8 and the critical part was the platform: Power9 Linux PPCLE. The errors did not happen on Power8.
I don't know when AdoptOpenJDK will get Power9 hardware to test on, but maybe that doesn't matter. Perhaps any test material set up here can be reused by whatever project does get Power9 test hardware.
The errors below came from jruby (running Logstash). The LoadError happened once and the SyntaxError was reported at many points in the jruby script:
LoadError: library 'jruby' could not be loaded: java.lang.NullPointerException
SyntaxError: class/module name must be CONSTANT
Here are the details I could get, of the test set up that found
errors.
Plan to address this issue:
thirdparty_containers/startup directory for a set of tests that just starts up applications (doesn't run a suite of tests), as a quick sniff. These tests can/should be run on actual machines, vs in Docker containers if needed.
This request comes from a Java support case, where a developer was getting unexpected errors running Logstash, on Java 8 and the critical part was the platform: Power9 Linux PPCLE. The errors did not happen on Power8.
I don't know when AdoptOpenJDK will get Power9 hardware to test on, but maybe that doesn't matter. Perhaps any test material set up here can be reused by whatever project does get Power9 test hardware.
The errors below came from jruby (running Logstash). The LoadError happened once and the SyntaxError was reported at many points in the jruby script:
LoadError: library 'jruby' could not be loaded: java.lang.NullPointerException
SyntaxError: class/module name must be CONSTANT
Here are the details I could get, of the test set up that found
errors.
input {
beats {
port => "5045"
congestion_threshold => 60
}
}
filter {
}
output {
}
bin/logstash -f index.conf
then you will see the exception and programme terminated. [Only Power9 platform only].
Reference PMR 02048,001,866 from Zhan Wei Wang
The text was updated successfully, but these errors were encountered: