[SOLVED] Add common serial ports to openHAB JVM kills SSH and 8080 (RPi3B+, RPi3, RPi2B)

Hello
i want to use my enocean module with openHAB so I did download
“openhabianpi-raspbian-201804031720-gitdba76f6-crc9e93c3eb.img.xz”
openhab installed fine on my RPi3B+, RPI3B and RPI2BV1.1, but as soon as I select
“add common serial ports to openHAB JVM”
openhab won’t start

Process: 7701 ExecStop=/usr/share/openhab2/runtime/bin/karaf stop (code=exited, status=1/FAILURE)
Process: 7593 ExecStart=/usr/share/openhab2/runtime/bin/karaf $OPENHAB_STARTMODE (code=exited, status=1/FAILURE)
Main PID: 7593 (code=exited, status=1/FAILURE)

I got the same error on all 3 RPi’s.

1 Like

Could have something to do with this

Continuing the discussion from Add common serial ports to openHAB JVM kills SSH and 8080 (RPi3B+, RPi3, RPi2B):

I have the same problem with my Rasberry Pi 2, and Rasberry Pi 3.

I changed the entry, now I can connect to the openhab2 webservice

sudo nano /etc/default/openhab2
EXTRA_JAVA_OPTS="-Xms250m -Xmx350m -Dgnu.io.rxtx.SerialPorts=/dev/ttyS0

thank you