OpenHAB 3 upgrade, onewire binding not working

  • Platform information:
    • Hardware: AMD Athlon™ II X4 640 Processor/16GB RAM/12 TB storage
    • OS: Funtoo Linux 1.4/ linux 4.18.14-gentoo
    • Java Runtime Environment: openjdk version “11.0.3” 2019-04-16
    • openHAB version: 3.0.1
2021-02-15 11:02:17.833 [WARN ] [nternal.DiscoveryServiceRegistryImpl] - No discovery service for binding id 'onewire' found!
2021-02-15 11:18:28.895 [ERROR] [ng.onewire.internal.OwHandlerFactory] - factory org.openhab.binding.onewire.internal.OwHandlerFactory@4fb71a9e deleting thing org.openhab.core.thing.internal.BridgeImpl@e1ee7f2a

I can see that OpenHAB did connect at some point,

# lsof -n -i :4304
COMMAND    PID    USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
java      9846 openhab  201u  IPv6 624475083      0t0  TCP 127.0.0.1:44496->127.0.0.1:4304 (CLOSE_WAIT)
owserver 26423    owfs   13u  IPv4    693750      0t0  TCP 127.0.0.1:4304 (LISTEN)
# 

Any ideas?