Zwave Aeon labs usb dongle does not initialize OH3 but works with OH2

Is anyone else having issues with an Aeoblabs S2 dongle not initializing in OH3?

I am running docker.

if i disconnect the stick i get.

[73733.003958] cp210x 3-10.3:1.0: device disconnected
[73734.723231] usb 3-10.3: new full-speed USB device number 9 using xhci_hcd
[73734.812910] usb 3-10.3: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
[73734.812912] usb 3-10.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[73734.812913] usb 3-10.3: Product: CP2102 USB to UART Bridge Controller
[73734.812913] usb 3-10.3: Manufacturer: Silicon Labs
[73734.812914] usb 3-10.3: SerialNumber: 0001
[73734.819328] cp210x 3-10.3:1.0: cp210x converter detected
[73734.821342] usb 3-10.3: cp210x converter now attached to ttyUSB0

my openhab log has

2021-01-19 14:06:57.104 [DEBUG] [wave.discovery.ZWaveDiscoveryService] - Creating ZWave discovery service for zwave:serial_zstick:9d6ae427 with scan time of 60
2021-01-19 14:06:57.105 [DEBUG] [wave.discovery.ZWaveDiscoveryService] - ZWave discovery: Active zwave:serial_zstick:9d6ae427
2021-01-19 14:06:57.105 [INFO ] [zwave.handler.ZWaveControllerHandler] - Attempting to add listener when controller is null
2021-01-19 14:06:57.134 [DEBUG] [ing.zwave.handler.ZWaveSerialHandler] - Initializing ZWave serial controller.
2021-01-19 14:06:57.134 [DEBUG] [zwave.handler.ZWaveControllerHandler] - Initializing ZWave Controller zwave:serial_zstick:9d6ae427.
2021-01-19 14:06:57.153 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Initializing ZWave thing handler zwave:device:9d6ae427:node50.
2021-01-19 14:06:57.160 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Initializing ZWave thing handler zwave:device:9d6ae427:node51.
2021-01-19 14:06:57.163 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Initializing ZWave thing handler zwave:device:9d6ae427:node52.

in OH3 interface i get
Status:
OFFLINE
BRIDGE_OFFLINE
Controller is offline

This was working, then i had a power issue and it stopped, i messed with stuff and it started working again, then i accidentally powered off the host again yesterday and it stopped working again.

The kicker is that if i start my old OH2 docker container it starts right up and zwave initializes and i can control lights etc.

Deleted the docker container and recreated it and now it works. I wonder if there is a lock file or something similar that didn’t get removed that was causing the problem.