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
Copy file name to clipboardExpand all lines: docs/static/troubleshooting.asciidoc
+7-15Lines changed: 7 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,8 @@ Running Logstash with Java 11 results in warnings similar to these:
59
59
[source,sh]
60
60
-----
61
61
WARNING: An illegal reflective access operation has occurred
62
-
WARNING: Illegal reflective access by org.jruby.util.SecurityHelper (file:/Users/chrisuser/logstash-6.7.0/logstash-core/lib/jars/jruby-complete-9.2.6.0.jar) to field java.lang.reflect.Field.modifiers
63
-
WARNING: Please consider reporting this to the maintainers of org.jruby.util.SecurityHelper
62
+
WARNING: Illegal reflective access by org.jruby.ext.openssl.SecurityHelper (file:/{...}/jruby{...}jopenssl.jar) to field java.security.MessageDigest.provider
63
+
WARNING: Please consider reporting this to the maintainers of org.jruby.ext.openssl.SecurityHelper
64
64
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
65
65
WARNING: All illegal access operations will be denied in a future release
66
66
-----
@@ -73,18 +73,11 @@ Try adding these values to the `jvm.options` file.
0 commit comments