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
-52Lines changed: 0 additions & 52 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,58 +44,6 @@ Operation not permitted
44
44
* Specify an alternate directory using the `-Djava.io.tmpdir` setting in the `jvm.options` file.
45
45
46
46
47
-
[float]
48
-
[[ts-startup]]
49
-
== {ls} start up
50
-
51
-
[float]
52
-
[[ts-illegal-reflective-error]]
53
-
=== 'Illegal reflective access' errors
54
-
55
-
// https://github.com/elastic/logstash/issues/10496 and https://github.com/elastic/logstash/issues/10498
56
-
57
-
Running Logstash with Java 11 results in warnings similar to these:
58
-
59
-
[source,sh]
60
-
-----
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
64
-
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
65
-
WARNING: All illegal access operations will be denied in a future release
66
-
-----
67
-
68
-
These errors appear related to https://github.com/jruby/jruby/issues/4834[a known issue with JRuby].
69
-
70
-
*Work around*
71
-
72
-
Try adding these values to the `jvm.options` file.
0 commit comments