OH2.1 to OH2.2 upgrade /dev/ttyACM0 does not exist in ZWAVE Binding

To day i had the same problem.
After i do the following 5 steps the RaZberra2 works.

  • Start raspi-config and disable “serial login shell” and enable “serial interface”.

  • Add user openhab to the groups tty and dialout.

  • Add following row to /etc/default/openhab2
    EXTRA_JAVA_OPTS="-Dgnu.io.rxtx.SerialPorts=/dev/ttyUSB0:/dev/ttyS0:/dev/ttyS2:/dev/ttyACM0:/dev/ttyAMA0"

  • Deactivate Bluetooth by adding following row to /boot/config.txt
    dtoverlay = pi3-disable-bt

  • Disable the Bluetooth modem configuration service with the command
    sudo systemctl disable hciuart

I have the same problem since a reboot last week, I have described it in the post below, I have only one USB dongle, an Aeotec gen 5. I ran 2.2.0-amd64-debian in docker on ubuntu 17.10 before and after reboot, I only made a container update.