Hi
Since a few days (guess since the last update), I experience issue with OpenHAB, i.e. app not showing the landing page and system not acting on the rules.
I logged in and collected the openhab.log - see the message below, repeated every second.
Additional information on the platform below.
- Platform information:
- Hardware: Raspberry 4, 2GB
- OS: Openhabian
- Java Runtime Environment: default
- openHAB version: 3.2
Any thoughts on how to proceed to find the issue, other than rebooting the system every second day?
Thanks
Max
2022-05-04 16:10:02.847 [WARN ] [lipse.jetty.server.AbstractConnector] -
java.io.IOException: Too many open files
at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method) ~[?:?]
at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:533) ~[?:?]
at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:285) ~[?:?]
at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:388) ~[bundleFile:9.4.43.v20210629]
at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:702) [bundleFile:9.4.43.v20210629]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) [bundleFile:9.4.43.v20210629]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) [bundleFile:9.4.43.v20210629]
at java.lang.Thread.run(Thread.java:829) [?:?]