Modbus serial by config openhab 4 crash and restart

Hello everyone,

I have a small problem with the Modbus binding. When I try to set up a serial Modbus connection, it tries to start the binding to configure it and at the same time OpenHAB crashes and starts again. but only with the serial setup and not with all the others Maybe you can help me further

device

  • Konfigurationsverzeichnis

/etc/openhab

  • Verzeichnis für Anwenderdaten

/var/lib/openhab

  • Verzeichnis für Protokolldateien

/var/log/openhab

  • Betriebssystem

Linux/6.1.21+ (arm)

  • Java Laufzeit

Raspbian

17.0.9 (undefined

System

runtimeInfo:
version: 4.0.4
buildString: Release Build
locale: de-DE
systemInfo:
configFolder: /etc/openhab
userdataFolder: /var/lib/openhab
logFolder: /var/log/openhab
javaVersion: 17.0.9
javaVendor: Raspbian
osName: Linux
osVersion: 6.1.21+
osArchitecture: arm
availableProcessors: 1
freeMemory: 33662576
totalMemory: 109576192
startLevel: 100
addons:

  • automation-jsscripting
  • binding-gpio
  • binding-knx
  • binding-modbus
  • persistence-rrd4j
  • ui-basic
    clientInfo:
    device:
    ios: false
    android: true
    androidChrome: true
    desktop: false
    iphone: false
    ipod: false
    ipad: false
    edge: false
    ie: false
    firefox: false
    macos: false
    windows: false
    cordova: false
    phonegap: false
    electron: false
    nwjs: false
    os: android
    osVersion: “10”
    webView: false
    webview: false
    standalone: false
    pixelRatio: 4
    prefersColorScheme: light
    isSecureContext: false
    locationbarVisible: true
    menubarVisible: true
    navigator:
    cookieEnabled: true
    deviceMemory: N/A
    hardwareConcurrency: 8
    language: de-DE
    languages:
    • de-DE
    • de
    • en-US
    • en
      onLine: true
      platform: Linux armv81
      screen:
      width: 360
      height: 640
      colorDepth: 24
      support:
      touch: true
      pointerEvents: true
      observer: true
      passiveListener: true
      gestures: false
      intersectionObserver: true
      themeOptions:
      dark: light
      filled: true
      pageTransitionAnimation: default
      bars: filled
      homeNavbar: default
      homeBackground: default
      expandableCardAnimation: default
      userAgent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like
      Gecko) Chrome/119.0.0.0 Mobile Safari/537.36
      timestamp: 2023-11-14T21:08:01.793Z

log

Admin@Openhab:~ $ openhab-cli showlogs
==> /var/log/openhab/audit.log <==
==> /var/log/openhab/events.log <==
==> /var/log/openhab/openhab.log <==
^C
Admin@Openhab:~ $ openhab-cli showlogs
==> /var/log/openhab/audit.log <==
==> /var/log/openhab/events.log <==
==> /var/log/openhab/openhab.log <==
2023-11-14 21:19:21.936 [WARN ] [.transport.servlet.ServletController] -
Can’t find the request for http://192.168.0.229:8080/'s Observer
2023-11-14 21:19:21.947 [WARN ] [.transport.servlet.ServletController] -
Can’t find the request for http://192.168.0.229:8080/'s Observer
2023-11-14 21:19:22.931 [WARN ] [.transport.servlet.ServletController] -
Can’t find the request for http://192.168.0.229:8080/favicon.ico’s Observer
2023-11-14 21:19:27.362 [WARN ] [.transport.servlet.ServletController] -
Can’t find the request for http://192.168.0.229:8080/'s Observer
2023-11-14 21:19:29.485 [WARN ] [.transport.servlet.ServletController] -
Can’t find the request for http://192.168.0.229:8080/'s Observer
2023-11-14 21:19:30.982 [INFO ] [org.openhab.core.Activator ] -
Starting openHAB 4.0.4 (build Release Build)
2023-11-14 21:20:08.217 [WARN ] [.transport.servlet.ServletController] -
Can’t find the request for http://192.168.0.229:8080/'s Observer
2023-11-14 21:20:10.320 [WARN ] [.transport.servlet.ServletController] -
Can’t find the request for http://192.168.0.229:8080/'s Observer
2023-11-14 21:21:03.148 [INFO ] [.core.model.lsp.internal.ModelServer] -
Started Language Server Protocol (LSP) service on port 5007
2023-11-14 21:21:23.012 [INFO ] [e.automation.internal.RuleEngineImpl] -
Rule engine started.
2023-11-14 21:21:50.239 [WARN ] [.io.rest.auth.internal.TokenResource] -
Couldn’t find a user with a session matching the provided refresh_token
2023-11-14 21:21:50.258 [WARN ] [.io.rest.auth.internal.TokenResource] -
Token issuing failed: invalid_

update
it must be a problem in connection with raspian image and older hardware with bullseye image with java 17 and OH4. I have the same problem with bullseye OH3 and java 11. I’ll test everything again with buster.