Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. {Gelöst] Fehler in iobroker Status Anzeige

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

{Gelöst] Fehler in iobroker Status Anzeige

Scheduled Pinned Locked Moved Error/Bug
25 Posts 12 Posters 3.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    meicker
    wrote on last edited by
    #21

    Hallo zusammen,

    ich klinke mich hier noch mal ein. Nur um sicher zu gehen nichts falsch zu machen wenn ich etwas mache … 🙂

    Als ich iobroker status habe laufen lassen kam das:

     Ready check failed: Connection forcefully ended and command aborted. It might have been processed.
    AbortError: Ready check failed: Connection forcefully ended and command aborted. It might have been processed.
        at RedisClient.flush_and_error (/opt/iobroker/node_modules/redis/index.js:362:23)
        at RedisClient.end (/opt/iobroker/node_modules/redis/lib/extendedApi.js:52:14)
        at StateRedis.destroy (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:272:20)
        at processExit (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2820:44)
        at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:312:25
        at Object.connected (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3124:70)
        at Socket. <anonymous>(/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemClient.js:120:68)
        at Socket.Emitter.emit (/opt/iobroker/node_modules/component-emitter/index.js:133:20)
        at Socket.emit (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:138:10)
        at Socket.onconnect (/opt/iobroker/node_modules/socket.io-client/lib/socket.js:335:8)</anonymous>
    

    Dadurch bin ich auf das Thema hier gekommen.

    Bluefox hat geschrieben ist gefixt auf Github - also habe ich gesucht, aber redis nicht gefunden. Redis wird für Multihost verwendet. Da ich von einem Image installiert habe weiß ich natürlich nicht was läuft … also habe ich gesucht und das gefunden:

    iobroker multihost status

    ergibt:

    multihost status
    
    Nothing changed.
    
    Miltihost:      disabled
    Authentication: enabled
    Objects:        file on 127.0.0.1
    States:         redis on 127.0.0.1
    Ready check failed: Connection forcefully ended and command aborted. It might have been processed.
    AbortError: Ready check failed: Connection forcefully ended and command aborted. It might have been processed.
        at RedisClient.flush_and_error (/opt/iobroker/node_modules/redis/index.js:362:23)
        at RedisClient.end (/opt/iobroker/node_modules/redis/lib/extendedApi.js:52:14)
        at StateRedis.destroy (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:272:20)
        at processExit (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2820:44)
        at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2695:33
        at showMHState (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupMultihost.js:84:9)
        at Multihost.status (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupMultihost.js:160:9)
        at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2694:32
        at Object.connected (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3124:70)
        at Socket. <anonymous>(/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemClient.js:120:68)</anonymous>
    

    Kein Multihost, aber redis wird verwendet für states - richtig ?

    Also sollte ich mich um den fehler kümmern, oder ?

    Das einzige was ich jetzt als mögliche Lösung gefunden habe wäre:

    apt-get install redis-server

    Aber kommt das dann aus dem Github ? Eher nicht, oder ? Redis ist ja kein Adapter, also auch nicht über den Admin. Was muss ich tun ?

    Vielen Dank,

    vg

    Marc

    1 Reply Last reply
    0
    • StabilostickS Online
      StabilostickS Online
      Stabilostick
      wrote on last edited by
      #22

      These are the result of a broken connection- e.g. you somehow lost connection with the Redis server. In the code, we're dealing with one of two scenarios (or both) - the connection has timed out or the the reconnect attempts have exceeded the maximum number specified in a config. I would double check your connection information and how your redis server is configured.

      1 Reply Last reply
      0
      • M Offline
        M Offline
        meicker
        wrote on last edited by
        #23

        @stabilostick

        ok, thx so far … can it be that a lost connection is when the pi was not stable and restarted ? Means If I reboot and check the status again there should be nor error message ... if yes, something else is wrong, correct ? This is a workaround because I have installed from an image and do not know the exact configuration. Only I have seen how to enable/disable multihost but I do not need mh and actually mh is disabled ...

        br

        Marc

        update:iobroker stopped, pi reboot - in the first few seconds there was no error message, ater some seconds the message was back ... so it seems that something else is wrong ...

        Ich habe zum Test iobroker angehalten, den raspi neu gestartet und direkt nach dem Status geschaut. Anfangs stand dort nur das iobroker läuft, danach kam wieder die Fehlermeldung.

        Wie kann das Problem behoben werden ?

        vg

        Marc

        1 Reply Last reply
        0
        • M Offline
          M Offline
          meicker
          wrote on last edited by
          #24

          @arteck:

          check mal redis `

          Hab ich gemacht - Aber was soll ich als nächstes machen ? redis neu installieren bzw. darüber bügeln oder liegt es nicht an redis selber ?

          1 Reply Last reply
          0
          • SegwayS Offline
            SegwayS Offline
            Segway
            wrote on last edited by
            #25

            Ich muss das Thema hier nochmal hochpushen.

            Musste meinen NUC komplett runterfahren (mehr Speicher eingebaut) und danach läuft alles wieder super ABER ich bekomme auch obigen Fehler. Und ja ich benutze redis.

            Was muss ich tun dass die Meldung nicht mehr kommt ?

            sudo iobroker status
            iobroker is running
             Ready check failed: Connection forcefully ended and command aborted. It might have been processed.
             AbortError: Ready check failed: Connection forcefully ended and command aborted. It might have been processed.
                at RedisClient.flush_and_error (/opt/iobroker/node_modules/redis/index.js:362:23)
                at RedisClient.end (/opt/iobroker/node_modules/redis/lib/extendedApi.js:52:14)
                at StateRedis.destroy (/opt/iobroker/node_modules/iobroker.js-controller/lib/states/statesInRedis.js:272:20)
                at processExit (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:2820:44)
                at /opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:312:25
                at Object.connected (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup.js:3124:70)
                at Socket. <anonymous>(/opt/iobroker/node_modules/iobroker.js-controller/lib/objects/objectsInMemClient.js:120:68)
                at Socket.Emitter.emit (/opt/iobroker/node_modules/component-emitter/index.js:133:20)
                at Socket.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:138:10)
                at Socket.onconnect (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/socket.js:335:8)</anonymous>
            

            UPDATE:

            Scheint das ein bekannter Fehler für js 1.4.2 zu sein ? –> https://forum.iobroker.net/viewtopic.php?f=17&t=17777&p=186294&hilit=Ready+check+failed%3A+Connection+forcefully+ended+command+aborted#p186557

            Gruß Dirk
            Intel Proxmox Cluster (3x NUC) mit Debian & Proxmox / IoB als VM unter Debian / 60+ Adapter installiert

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            Support us

            ioBroker
            Community Adapters
            Donate

            628

            Online

            32.4k

            Users

            81.4k

            Topics

            1.3m

            Posts
            Community
            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
            ioBroker Community 2014-2025
            logo
            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Recent
            • Tags
            • Unread 0
            • Categories
            • Unreplied
            • Popular
            • GitHub
            • Docu
            • Hilfe