Randomly missing org.apache.commons.net

For no reason I can determine, I’m now getting the following error when I restart OH:

2022-12-20 09:18:06.875 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-ntp, openhab-binding-network’: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=openhab-binding-ntp; type=karaf.feature; version=“[3.4.0.SNAPSHOT,3.4.0.SNAPSHOT]”; filter:=“(&(osgi.identity=openhab-binding-ntp)(type=karaf.feature)(version>=3.4.0.SNAPSHOT)(version<=3.4.0.SNAPSHOT))” [caused by: Unable to resolve openhab-binding-ntp/3.4.0.SNAPSHOT: missing requirement [openhab-binding-ntp/3.4.0.SNAPSHOT] osgi.identity; osgi.identity=org.openhab.binding.ntp; type=osgi.bundle; version=“[3.4.0.202212180356,3.4.0.202212180356]”; resolution:=mandatory [caused by: Unable to resolve org.openhab.binding.ntp/3.4.0.202212180356: missing requirement [org.openhab.binding.ntp/3.4.0.202212180356] osgi.wiring.package; filter:=“(&(osgi.wiring.package=org.apache.commons.net.ntp)(version>=3.9.0)(!(version>=4.0.0)))”]]

I’m running 3.4.0-SNAPSHOT (probably about 3 weeks old) inside of a docker container. This has worked fine for weeks with no issues. From what I can see, openhab.tp-commons-net is installed and started when I look at feature:list. Any ideas how I can resolve this?

Fixed by resetting the docker.