Error when running 7.12.1 on centos 7 in docker

Hi,

Since the 7.12.1 update ES does not want to start in a docker container, running Centos 7. The systemd output is as such:

systemd-entrypoint[16341]: [0.001s][warning][os,container] Duplicate cpuset controllers detected. Picking /sys/fs/cgroup/cpuset, skipping /sys/fs/cgroup/cpuset.
systemd-entrypoint[16341]: [0.002s][warning][os,container] Duplicate cpuset controllers detected. Picking /sys/fs/cgroup/cpuset, skipping /sys/fs/cgroup/cpuset.
systemd-entrypoint[16341]: Error: Could not find or load main class [0.001s][warning][os,container]
systemd-entrypoint[16341]: Caused by: java.lang.ClassNotFoundException: [0/001s][warning][os,container]

Any help on this?

That's not much to go on, what do the logs from the container show?

Hey, thanks for your reply

What logs would you require? This is the output of the elasticsearch daemon ran via systemd.

This issue has been resolved.
If anyone might run into this as well, the problem was identified to be multiple mounts of the /sys/fs/cgroup folder. Done both in the build and execution phase, removing it from either resolves this issue!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.