Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. iobroker weboberfläche ist nicht mehr erreichbar

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    263

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.6k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

iobroker weboberfläche ist nicht mehr erreichbar

Geplant Angeheftet Gesperrt Verschoben Error/Bug
23 Beiträge 5 Kommentatoren 3.0k Aufrufe 5 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • S shaky202

    @thomas-braun Hab ich gemacht, was bewirkt der Befehl?

    pi@raspberrypi:~ $ ls /dev/mmcblk0*
    /dev/mmcblk0  /dev/mmcblk0p1  /dev/mmcblk0p2
    pi@raspberrypi:~ $ mount | sort | grep ^/dev
    /dev/mmcblk0p1 on /media/pi/boot type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)
    /dev/mmcblk0p2 on /media/pi/rootfs type ext4 (rw,nosuid,nodev,relatime,uhelper=udisks2)
    /dev/sda1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
    /dev/sda2 on / type ext4 (rw,noatime)
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #21

    @shaky202 sagte in iobroker weboberfläche ist nicht mehr erreichbar:

    /media/pi/rootfs

    Wenn du Glück hast findest du deine Daten vom ioBroker noch unterhalb des Pfades.

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    1 Antwort Letzte Antwort
    0
    • S shaky202

      @thomas-braun hier ist der Log vom iobroker

      2021-03-06 01:11:00.757  - info: host.raspberrypi received SIGTERM
      2021-03-06 01:11:00.820  - info: host.raspberrypi terminated
      2021-03-06 01:11:57.360  - info: host.raspberrypi iobroker.js-controller version 3.2.16 js-controller starting
      2021-03-06 01:11:57.366  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
      2021-03-06 01:11:57.366  - info: host.raspberrypi hostname: raspberrypi, node: v12.20.2
      2021-03-06 01:11:57.367  - info: host.raspberrypi ip addresses: 192.168.178.155 2a02:908:1084:4ba0:532b:5b95:d3d7:da fe80::46be:d5a0:77f5:87a4
      2021-03-06 01:11:57.477  - error: host.raspberrypi Cannot read system.config: null (OK when migrating or restoring)
      2021-03-06 01:11:57.573  - info: host.raspberrypi connected to Objects and States
      2021-03-06 01:11:57.621  - info: host.raspberrypi added notifications configuration of host
      2021-03-06 01:11:57.659  - error: host.raspberrypi Cannot find view "system" for search "instance"
      2021-03-06 01:11:57.660  - error: host.raspberrypi Could not add notifications config of this host: Could not get notifications setup from instances: Cannot find view "system"
      2021-03-06 01:11:57.724  - info: host.raspberrypi Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
      2021-03-06 01:11:57.731  - error: host.raspberrypi Cannot find view "system" for search "host"
      2021-03-06 01:11:57.742  - error: host.raspberrypi Cannot find view "system" for search "state"
      2021-03-06 01:11:57.743  - error: host.raspberrypi Cannot find view "system" for search "instance"
      2021-03-06 01:11:57.744  - error: host.raspberrypi Could not collect system.host.raspberrypi states to check for obsolete states: Error: Cannot find view "system"
      2021-03-06 01:11:57.746  - error: host.raspberrypi _design/system missing - call node iobroker.js setup
      2021-03-06 01:23:32.823  - info: host.raspberrypi iobroker.js-controller version 3.2.16 js-controller starting
      2021-03-06 01:23:32.829  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
      2021-03-06 01:23:32.830  - info: host.raspberrypi hostname: raspberrypi, node: v12.20.2
      2021-03-06 01:23:32.831  - info: host.raspberrypi ip addresses: 
      2021-03-06 01:23:32.962  - error: host.raspberrypi Cannot read system.config: null (OK when migrating or restoring)
      2021-03-06 01:23:32.972  - error: host.raspberrypi-Server Cannot load /opt/iobroker/iobroker-data/states.json: /opt/iobroker/iobroker-data/states.json: Unexpected end of JSON input. Try last Backup!
      2021-03-06 01:23:33.074  - info: host.raspberrypi connected to Objects and States
      2021-03-06 01:23:33.124  - info: host.raspberrypi added notifications configuration of host
      2021-03-06 01:23:33.166  - error: host.raspberrypi Cannot find view "system" for search "instance"
      2021-03-06 01:23:33.167  - error: host.raspberrypi Could not add notifications config of this host: Could not get notifications setup from instances: Cannot find view "system"
      2021-03-06 01:23:33.191  - info: host.raspberrypi Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
      2021-03-06 01:23:33.199  - error: host.raspberrypi Cannot find view "system" for search "host"
      2021-03-06 01:23:33.211  - error: host.raspberrypi Cannot find view "system" for search "state"
      2021-03-06 01:23:33.211  - error: host.raspberrypi Cannot find view "system" for search "instance"
      2021-03-06 01:23:33.213  - error: host.raspberrypi Could not collect system.host.raspberrypi states to check for obsolete states: Error: Cannot find view "system"
      2021-03-06 01:23:33.214  - error: host.raspberrypi _design/system missing - call node iobroker.js setup
      2021-03-06 09:28:29.865  - info: host.raspberrypi iobroker.js-controller version 3.2.16 js-controller starting
      2021-03-06 09:28:29.874  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
      2021-03-06 09:28:29.875  - info: host.raspberrypi hostname: raspberrypi, node: v12.20.2
      2021-03-06 09:28:29.876  - info: host.raspberrypi ip addresses: 
      2021-03-06 09:28:30.007  - error: host.raspberrypi Cannot read system.config: null (OK when migrating or restoring)
      2021-03-06 09:28:30.017  - error: host.raspberrypi-Server Cannot load /opt/iobroker/iobroker-data/states.json: /opt/iobroker/iobroker-data/states.json: Unexpected end of JSON input. Try last Backup!
      2021-03-06 09:28:30.122  - info: host.raspberrypi connected to Objects and States
      2021-03-06 09:28:30.176  - info: host.raspberrypi added notifications configuration of host
      2021-03-06 09:28:30.218  - error: host.raspberrypi Cannot find view "system" for search "instance"
      2021-03-06 09:28:30.220  - error: host.raspberrypi Could not add notifications config of this host: Could not get notifications setup from instances: Cannot find view "system"
      2021-03-06 09:28:30.287  - info: host.raspberrypi Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
      2021-03-06 09:28:30.295  - error: host.raspberrypi Cannot find view "system" for search "host"
      2021-03-06 09:28:30.307  - error: host.raspberrypi Cannot find view "system" for search "state"
      2021-03-06 09:28:30.307  - error: host.raspberrypi Cannot find view "system" for search "instance"
      2021-03-06 09:28:30.309  - error: host.raspberrypi Could not collect system.host.raspberrypi states to check for obsolete states: Error: Cannot find view "system"
      2021-03-06 09:28:30.310  - error: host.raspberrypi _design/system missing - call node iobroker.js setup
      2021-03-06 11:06:28.943  - info: host.raspberrypi received SIGTERM
      2021-03-06 11:06:29.077  - info: host.raspberrypi terminated
      2021-03-06 11:06:40.437  - info: host.raspberrypi iobroker.js-controller version 3.2.16 js-controller starting
      2021-03-06 11:06:40.445  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
      2021-03-06 11:06:40.446  - info: host.raspberrypi hostname: raspberrypi, node: v12.21.0
      2021-03-06 11:06:40.447  - info: host.raspberrypi ip addresses: 
      2021-03-06 11:06:40.584  - error: host.raspberrypi Cannot read system.config: null (OK when migrating or restoring)
      2021-03-06 11:06:40.695  - info: host.raspberrypi connected to Objects and States
      2021-03-06 11:06:40.748  - info: host.raspberrypi added notifications configuration of host
      2021-03-06 11:06:40.791  - error: host.raspberrypi Cannot find view "system" for search "instance"
      2021-03-06 11:06:40.792  - error: host.raspberrypi Could not add notifications config of this host: Could not get notifications setup from instances: Cannot find view "system"
      2021-03-06 11:06:40.864  - info: host.raspberrypi Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
      2021-03-06 11:06:40.873  - error: host.raspberrypi Cannot find view "system" for search "host"
      2021-03-06 11:06:40.887  - error: host.raspberrypi Cannot find view "system" for search "state"
      2021-03-06 11:06:40.888  - error: host.raspberrypi Cannot find view "system" for search "instance"
      2021-03-06 11:06:40.890  - error: host.raspberrypi Could not collect system.host.raspberrypi states to check for obsolete states: Error: Cannot find view "system"
      2021-03-06 11:06:40.891  - error: host.raspberrypi _design/system missing - call node iobroker.js setup
      2021-03-06 11:09:13.278  - info: host.raspberrypi iobroker.js-controller version 3.2.16 js-controller starting
      2021-03-06 11:09:13.284  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
      2021-03-06 11:09:13.285  - info: host.raspberrypi hostname: raspberrypi, node: v12.21.0
      2021-03-06 11:09:13.286  - info: host.raspberrypi ip addresses: 
      2021-03-06 11:09:13.414  - error: host.raspberrypi Cannot read system.config: null (OK when migrating or restoring)
      2021-03-06 11:09:13.530  - info: host.raspberrypi connected to Objects and States
      2021-03-06 11:09:13.583  - info: host.raspberrypi added notifications configuration of host
      2021-03-06 11:09:13.632  - error: host.raspberrypi Cannot find view "system" for search "instance"
      2021-03-06 11:09:13.634  - error: host.raspberrypi Could not add notifications config of this host: Could not get notifications setup from instances: Cannot find view "system"
      2021-03-06 11:09:13.713  - info: host.raspberrypi Plugin sentry Sentry Plugin disabled for this process because sending of statistic data is disabled for the system
      2021-03-06 11:09:13.722  - error: host.raspberrypi Cannot find view "system" for search "host"
      2021-03-06 11:09:13.737  - error: host.raspberrypi Cannot find view "system" for search "state"
      2021-03-06 11:09:13.738  - error: host.raspberrypi Cannot find view "system" for search "instance"
      2021-03-06 11:09:13.740  - error: host.raspberrypi Could not collect system.host.raspberrypi states to check for obsolete states: Error: Cannot find view "system"
      2021-03-06 11:09:13.742  - error: host.raspberrypi _design/system missing - call node iobroker.js setup
      
      apollon77A Online
      apollon77A Online
      apollon77
      schrieb am zuletzt editiert von apollon77
      #22

      @shaky202 sagte in iobroker weboberfläche ist nicht mehr erreichbar:

      2021-03-06 01:23:32.972 - error: host.raspberrypi-Server Cannot load /opt/iobroker/iobroker-data/states.json: /opt/iobroker/iobroker-data/states.json: Unexpected end of JSON input. Try last Backup!

      naja das isz doch an sich eine eindeutige Meldung oder?! Und das objects.json scheint auch irgendwoe broken. Also ggf hier auch mal nach den .bak Files in /opt/iobroker/iobroker-data bzw in dem Backup Verzeichnis dort suchen.

      (kann es sein das Du die SD auf SSD kopiert hast als ioBroker noch lieff??

      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
      S 1 Antwort Letzte Antwort
      0
      • apollon77A apollon77

        @shaky202 sagte in iobroker weboberfläche ist nicht mehr erreichbar:

        2021-03-06 01:23:32.972 - error: host.raspberrypi-Server Cannot load /opt/iobroker/iobroker-data/states.json: /opt/iobroker/iobroker-data/states.json: Unexpected end of JSON input. Try last Backup!

        naja das isz doch an sich eine eindeutige Meldung oder?! Und das objects.json scheint auch irgendwoe broken. Also ggf hier auch mal nach den .bak Files in /opt/iobroker/iobroker-data bzw in dem Backup Verzeichnis dort suchen.

        (kann es sein das Du die SD auf SSD kopiert hast als ioBroker noch lieff??

        S Offline
        S Offline
        shaky202
        schrieb am zuletzt editiert von
        #23

        @apollon77 Hi, um eine kurze Rückmeldung zu geben... Ich habe leider keine Lösung gefunden das System zu retten. Jedoch hab ich aus meinen Fehlern gelernt, alles neu Aufgesetzt und den Backitup-Adapter installiert der nun im eingestellten Intervall fleißig Backups auf der SSD hinterlegt.

        Danke trotzdem für eure Hilfe!

        1 Antwort Letzte Antwort
        0
        Antworten
        • In einem neuen Thema antworten
        Anmelden zum Antworten
        • Älteste zuerst
        • Neuste zuerst
        • Meiste Stimmen


        Support us

        ioBroker
        Community Adapters
        Donate

        569

        Online

        32.7k

        Benutzer

        82.5k

        Themen

        1.3m

        Beiträge
        Community
        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
        ioBroker Community 2014-2025
        logo
        • Anmelden

        • Du hast noch kein Konto? Registrieren

        • Anmelden oder registrieren, um zu suchen
        • Erster Beitrag
          Letzter Beitrag
        0
        • Home
        • Aktuell
        • Tags
        • Ungelesen 0
        • Kategorien
        • Unreplied
        • Beliebt
        • GitHub
        • Docu
        • Hilfe