NullPointerException while initializing somfytahoma bridge

To keep a seperate post with the solution, the issue was fixed by increasing the number of threads, as this was encountered earlier on as well:

https://community.openhab.org/t/fix-for-jetty-error-when-running-on-host-with-many-cores/57449/13?u=hakan

org.openhab.webclient:minThreadsShared = 10
org.openhab.webclient:maxThreadsShared = 40
org.openhab.webclient:minThreadsCustom = 10
org.openhab.webclient:maxThreadsCustom = 20
1 Like