File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
docs/reference/release-notes Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 3
3
4
4
Also see <<breaking-changes-8.14,Breaking changes in 8.14>>.
5
5
6
+ [[known-issues-8.14.0]]
7
+ [float]
8
+ === Known issues
9
+ * If encountering directories on the Java library path the Elasticsearch process does not have permission to access,
10
+ the process fails to boot with a NullPointerException:
11
+ `Cannot invoke "org.elasticsearch.nativeaccess.Systemd.notify_ready()" because "this.systemd" is null.` +
12
+ This only affects on-prem installations of Elasticsearch, environments running Elasticsearch in a container are not affected, nor is Elastic Cloud. +
13
+ The workaround is to grant Elasticsearch read access to the directory mentioned in the `java.nio.file.AccessDeniedException` as observed in the logs
14
+ and repeat this until the process starts up properly, see https://support.elastic.dev/knowledge/view/5979309d[here] for further details.
15
+ With 8.14.1 the workaround won't be necessary anymore and original permissions can be restored.
16
+
6
17
[[breaking-8.14.0]]
7
18
[float]
8
19
=== Breaking changes
You can’t perform that action at this time.
0 commit comments