Raspberry Pi 4, Docker Engine - 20.10.10
openhab:3.2.0-snapshot
as the title suggest, I just pulled the latest 3.2.0-snapshot and when I start the openhab I am getting this entry and the container state is either stuck at “starting” or “unhealthy”. not sure if that JDK error is the issue or not. any thoughts?
Launching the openHAB runtime...
OpenJDK Client VM warning: No monotonic clock was available - timed services may be adversely affected if the time-of-day clock changes
Currently, I run 3.2M3 in docker with no issues at all. I have have run previous 3.2 snapshots also with no issues. I do not run docker on a rpi, however, and that is usually discouraged as I understand it.
Based on the reference you found, it is not surprising that you are seeing this issue (although I don’t know what changed in 3.2 to require the libseccomp library).
Have you tried following the solution that is also in the link?
Try updating seccomp on your Docker host as is suggested in all the links @Rathna-K .
All Linux distros are preparing for the end of time so thats probably why it wants a “monotonic clock”. The recent openHAB Docker 3.2.0-SNAPSHOT images use Debian 11 which is probably better prepared for the end of time.
I ran into the very same issue when upgrading from OH3.1.0 to OH3.1.1. When downgrading again to OH3.1.0 everything worked fine again?!
I run OH on a RasPi 4 in Docker