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. [gelöst] Nach Update kein Zugriff auf Weboberfläche

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.6k

[gelöst] Nach Update kein Zugriff auf Weboberfläche

Geplant Angeheftet Gesperrt Verschoben Error/Bug
8081 kein zugriffupdate errorweboberfläche
16 Beiträge 3 Kommentatoren 496 Aufrufe 2 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.
  • L lexnared
    Hardwaresystem: Raspberry Pi 3 Model B Plus Rev 1.3
    Arbeitsspeicher: 1GB
    Festplattenart: SD-Karte
    Betriebssystem: raspberrypi 5.4.79 Version 10 Buster
    Node-Version: 12.18.4
    Nodejs-Version: 12.18.4
    NPM-Version: 6.14.11
    Installationsart: Terminal;Manuell
    Image genutzt: curl -sL https://iobroker.net/install.sh

    Hallo,
    da es Zeit für ein Update wurde, habe ich nach der Anleitung iobroker update das update über ssh terminal ausgeführt.

    Soweit so gut.
    Jedoch erreiche ich nach dem Update die Weboberfläche auf port 8081 nicht mehr.

    Also habe ich einiges Probiert, da dies nun doch etwas häufiger auftritt.
    Leider hat jeder versuch mit einem neuen Account auf einen anderen port anzulegen nicht funktioniert.

    Also habe ich mein backup das ich vor dem update gemacht habe wieder eingestellt.

    Nun komme ich trotzdem nicht mehr auf die Weboberfläche.
    Vorab schon einmal ein paar Auszüge aus dem terminal

    pi@raspberrypi:/opt/iobroker $ iobroker list instances
      system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
      system.adapter.denon.0                  : denon                 : raspberrypi                              - disabled
      system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
      system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              - disabled
      system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              - disabled, port: 0
      system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              - disabled, port: 0
      system.adapter.hm-rpc.2                 : hm-rpc                : raspberrypi                              - disabled, port: 0
      system.adapter.info.0                   : info                  : raspberrypi                              - disabled
      system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
      system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled
      system.adapter.roomba.0                 : roomba                : raspberrypi                              - disabled
      system.adapter.web.0                    : web                   : raspberrypi                              - disabled, port: 8082, bind: 0.0.0.0, run as: admin
    
    + instance is alive
    

    &

    pi@raspberrypi:/opt/iobroker $ tail /opt/iobroker/log/iobroker.current.log
    2021-02-26 12:37:29.259  - info: admin.0 (7757) requesting all states
    2021-02-26 12:37:29.261  - info: admin.0 (7757) requesting all objects
    2021-02-26 12:37:30.045  - info: admin.0 (7757) Request actual repository...
    2021-02-26 12:37:31.031  - info: admin.0 (7757) received all objects
    2021-02-26 12:37:31.298  - error: admin.0 (7757) Cannot create webserver: TypeError: Cannot read property 'domains' of undefined
    2021-02-26 12:37:31.302  - info: admin.0 (7757) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
    2021-02-26 12:37:31.611  - info: host.raspberrypi Updating repository "default" under "http://download.iobroker.net/sources-dist.json"
    2021-02-26 12:37:31.897  - info: admin.0 (7757) terminating https server on port 8081
    2021-02-26 12:37:32.008  - error: host.raspberrypi instance system.adapter.admin.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
    2021-02-26 12:37:32.010  - info: host.raspberrypi Do not restart adapter system.adapter.admin.0 because desired by instance
    

    &

    pi@raspberrypi:/opt/iobroker $ node node_modules/iobroker.js-controller/controller.js --logs
    2021-02-26 12:47:20.676  - info: host.raspberrypi iobroker.js-controller version 3.2.16 js-controller starting
    2021-02-26 12:47:20.686  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker[s=]
    2021-02-26 12:47:20.688  - info: host.raspberrypi hostname: raspberrypi, node: v12.18.4
    2021-02-26 12:47:20.689  - info: host.raspberrypi ip addresses: 192.168.1.30 fe80::b60a:44f4:fdbf:dc08
    2021-02-26 12:47:21.126  - info: host.raspberrypi-Server  Error inMem-objects listening on port 9001: Error: listen EADDRINUSE: address already in use 127.0.0.1:9001
    

    Leider weiß ich nicht mehr was ich versuchen kann um auf meine Weboberfläche zu gelangen.

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #3

    @lexnared

    sudo apt update
    sudo apt dist-upgrade
    sudor reboot
    

    Wenn danach der ioBroker nicht startet:

    iobroker start admin
    

    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

    L 1 Antwort Letzte Antwort
    0
    • HomoranH Homoran

      @lexnared sagte in Nach Update kein Zugriff auf Weboberfläche:

      Leider weiß ich nicht mehr was ich versuchen kann

      @lexnared sagte in Nach Update kein Zugriff auf Weboberfläche:

      pi@raspberrypi:/opt/iobroker $ iobroker list instances system.adapter.admin.0 : admin : raspberrypi
      + instance is alive

      dieses plus steht beim admin nicht davor (eigentlich nirgendwo)
      Hast du nach dem Upgrade ioBroker neu gestartet?
      iobroker start

      L Offline
      L Offline
      lexnared
      schrieb am zuletzt editiert von
      #4

      @homoran

      Ja der broker ist gestartet.
      Führt jedoch kein Funktion aus.
      z.B. Sprachbefehl an Echo zur Steuerung des Lichts

      pi@raspberrypi:~ $ iobroker status
      iobroker is running on this host.
      
      
      Objects type: file
      States  type: file
      pi@raspberrypi:~ $ iobroker start
      pi@raspberrypi:~ $ cd /opt/iobroker
      pi@raspberrypi:/opt/iobroker $ iobroker list instances
        system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
        system.adapter.denon.0                  : denon                 : raspberrypi                              - disabled
        system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
        system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              - disabled
        system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              - disabled, port: 0
        system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              - disabled, port: 0
        system.adapter.hm-rpc.2                 : hm-rpc                : raspberrypi                              - disabled, port: 0
        system.adapter.info.0                   : info                  : raspberrypi                              - disabled
        system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
        system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled
        system.adapter.roomba.0                 : roomba                : raspberrypi                              - disabled
        system.adapter.web.0                    : web                   : raspberrypi                              - disabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      + instance is alive
      pi@raspberrypi:/opt/iobroker $
      
      
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • L lexnared

        @homoran

        Ja der broker ist gestartet.
        Führt jedoch kein Funktion aus.
        z.B. Sprachbefehl an Echo zur Steuerung des Lichts

        pi@raspberrypi:~ $ iobroker status
        iobroker is running on this host.
        
        
        Objects type: file
        States  type: file
        pi@raspberrypi:~ $ iobroker start
        pi@raspberrypi:~ $ cd /opt/iobroker
        pi@raspberrypi:/opt/iobroker $ iobroker list instances
          system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
          system.adapter.denon.0                  : denon                 : raspberrypi                              - disabled
          system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
          system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              - disabled
          system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              - disabled, port: 0
          system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              - disabled, port: 0
          system.adapter.hm-rpc.2                 : hm-rpc                : raspberrypi                              - disabled, port: 0
          system.adapter.info.0                   : info                  : raspberrypi                              - disabled
          system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
          system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled
          system.adapter.roomba.0                 : roomba                : raspberrypi                              - disabled
          system.adapter.web.0                    : web                   : raspberrypi                              - disabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        + instance is alive
        pi@raspberrypi:/opt/iobroker $
        
        
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #5

        @lexnared
        Da läuft ja auch nix.

        iobroker start admin
        

        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

        L 2 Antworten Letzte Antwort
        0
        • Thomas BraunT Thomas Braun

          @lexnared

          sudo apt update
          sudo apt dist-upgrade
          sudor reboot
          

          Wenn danach der ioBroker nicht startet:

          iobroker start admin
          
          L Offline
          L Offline
          lexnared
          schrieb am zuletzt editiert von
          #6

          @thomas-braun said in Nach Update kein Zugriff auf Weboberfläche:

          @lexnared

          sudo apt update
          sudo apt dist-upgrade
          sudor reboot
          

          Wenn danach der ioBroker nicht startet:

          iobroker start admin
          

          Mache ich!
          Melde mich

          1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @lexnared
            Da läuft ja auch nix.

            iobroker start admin
            
            L Offline
            L Offline
            lexnared
            schrieb am zuletzt editiert von
            #7

            @thomas-braun said in Nach Update kein Zugriff auf Weboberfläche:

            @lexnared
            Da läuft ja auch nix.

            iobroker start admin
            

            Jetzt habe ich das update bereits gestartet.
            Kann nun etwas dauern

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • L lexnared

              @thomas-braun said in Nach Update kein Zugriff auf Weboberfläche:

              @lexnared
              Da läuft ja auch nix.

              iobroker start admin
              

              Jetzt habe ich das update bereits gestartet.
              Kann nun etwas dauern

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von Thomas Braun
              #8

              @lexnared
              Ja, da dürfte einiges in der Update-Pipeline gestaut gewesen sein.
              Sowas bitte reglmäßiger machen.

              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
              • Thomas BraunT Thomas Braun

                @lexnared
                Da läuft ja auch nix.

                iobroker start admin
                
                L Offline
                L Offline
                lexnared
                schrieb am zuletzt editiert von
                #9

                @thomas-braun said in Nach Update kein Zugriff auf Weboberfläche:

                @lexnared
                Da läuft ja auch nix.

                iobroker start admin
                

                Bisher erfolglos.
                Welche logdatei wird denn zur weiteren Diagnose benötigt?

                pi@raspberrypi:~ $ iobroker start admin
                pi@raspberrypi:~ $ iobroker list instances
                  system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                  system.adapter.denon.0                  : denon                 : raspberrypi                              - disabled
                  system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                  system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              - disabled
                  system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              - disabled, port: 0
                  system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              - disabled, port: 0
                  system.adapter.hm-rpc.2                 : hm-rpc                : raspberrypi                              - disabled, port: 0
                  system.adapter.info.0                   : info                  : raspberrypi                              - disabled
                  system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
                  system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled
                  system.adapter.roomba.0                 : roomba                : raspberrypi                              - disabled
                  system.adapter.web.0                    : web                   : raspberrypi                              - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                
                + instance is alive
                
                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • L lexnared

                  @thomas-braun said in Nach Update kein Zugriff auf Weboberfläche:

                  @lexnared
                  Da läuft ja auch nix.

                  iobroker start admin
                  

                  Bisher erfolglos.
                  Welche logdatei wird denn zur weiteren Diagnose benötigt?

                  pi@raspberrypi:~ $ iobroker start admin
                  pi@raspberrypi:~ $ iobroker list instances
                    system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
                    system.adapter.denon.0                  : denon                 : raspberrypi                              - disabled
                    system.adapter.discovery.0              : discovery             : raspberrypi                              - disabled
                    system.adapter.hm-rega.0                : hm-rega               : raspberrypi                              - disabled
                    system.adapter.hm-rpc.0                 : hm-rpc                : raspberrypi                              - disabled, port: 0
                    system.adapter.hm-rpc.1                 : hm-rpc                : raspberrypi                              - disabled, port: 0
                    system.adapter.hm-rpc.2                 : hm-rpc                : raspberrypi                              - disabled, port: 0
                    system.adapter.info.0                   : info                  : raspberrypi                              - disabled
                    system.adapter.iot.0                    : iot                   : raspberrypi                              - disabled
                    system.adapter.ping.0                   : ping                  : raspberrypi                              - disabled
                    system.adapter.roomba.0                 : roomba                : raspberrypi                              - disabled
                    system.adapter.web.0                    : web                   : raspberrypi                              - disabled, port: 8082, bind: 0.0.0.0, run as: admin
                  
                  + instance is alive
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von Thomas Braun
                  #10

                  @lexnared
                  In einem zweiten Fenster:

                  tail -f /opt/iobroker/log/iobroker.current.log
                  

                  Und im anderen Fenster:

                  iobroker restart
                  iobroker start admin
                  

                  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

                  L 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @lexnared
                    In einem zweiten Fenster:

                    tail -f /opt/iobroker/log/iobroker.current.log
                    

                    Und im anderen Fenster:

                    iobroker restart
                    iobroker start admin
                    
                    L Offline
                    L Offline
                    lexnared
                    schrieb am zuletzt editiert von
                    #11

                    @thomas-braun

                    Bitteschön

                    pi@raspberrypi:~ $ tail -f /opt/iobroker/log/iobroker.current.log
                    2021-02-26 14:11:14.339  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 2160
                    2021-02-26 14:11:17.982  - info: admin.0 (2160) starting. Version 4.2.1 in /opt/iobroker/node_modules/iobroker.admin, node: v14.16.0, js-controller: 3.2.16
                    2021-02-26 14:11:18.088  - info: admin.0 (2160) requesting all states
                    2021-02-26 14:11:18.090  - info: admin.0 (2160) requesting all objects
                    2021-02-26 14:11:19.807  - info: admin.0 (2160) received all objects
                    2021-02-26 14:11:20.041  - error: admin.0 (2160) Cannot create webserver: TypeError: Cannot read property 'domains' of undefined
                    2021-02-26 14:11:20.045  - info: admin.0 (2160) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                    2021-02-26 14:11:20.589  - info: admin.0 (2160) terminating https server on port 8081
                    2021-02-26 14:11:20.734  - error: host.raspberrypi instance system.adapter.admin.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
                    2021-02-26 14:11:20.736  - info: host.raspberrypi Do not restart adapter system.adapter.admin.0 because desired by instance
                    2021-02-26 14:12:38.022  - info: host.raspberrypi received SIGTERM
                    2021-02-26 14:12:38.031  - info: host.raspberrypi stopInstance system.adapter.admin.0 (force=false, process=false)
                    2021-02-26 14:12:38.033  - info: host.raspberrypi stopInstance system.adapter.discovery.0 (force=false, process=false)
                    2021-02-26 14:12:38.034  - info: host.raspberrypi stopInstance system.adapter.info.0 (force=false, process=false)
                    2021-02-26 14:12:38.035  - info: host.raspberrypi stopInstance system.adapter.iot.0 (force=false, process=false)
                    2021-02-26 14:12:38.036  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.0 (force=false, process=false)
                    2021-02-26 14:12:38.037  - info: host.raspberrypi stopInstance system.adapter.hm-rega.0 (force=false, process=false)
                    2021-02-26 14:12:38.037  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.1 (force=false, process=false)
                    2021-02-26 14:12:38.038  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.2 (force=false, process=false)
                    2021-02-26 14:12:38.039  - info: host.raspberrypi stopInstance system.adapter.ping.0 (force=false, process=false)
                    2021-02-26 14:12:38.040  - info: host.raspberrypi stopInstance system.adapter.web.0 (force=false, process=false)
                    2021-02-26 14:12:38.041  - info: host.raspberrypi stopInstance system.adapter.roomba.0 (force=false, process=false)
                    2021-02-26 14:12:38.042  - info: host.raspberrypi stopInstance system.adapter.denon.0 (force=false, process=false)
                    2021-02-26 14:12:53.093  - info: host.raspberrypi force terminating
                    2021-02-26 14:12:56.107  - info: host.raspberrypi iobroker.js-controller version 3.2.16 js-controller starting
                    2021-02-26 14:12:56.117  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                    2021-02-26 14:12:56.118  - info: host.raspberrypi hostname: raspberrypi, node: v14.16.0
                    2021-02-26 14:12:56.119  - info: host.raspberrypi ip addresses: 192.168.1.30 fe80::b60a:44f4:fdbf:dc08
                    2021-02-26 14:12:56.881  - info: host.raspberrypi connected to Objects and States
                    2021-02-26 14:12:56.956  - info: host.raspberrypi added notifications configuration of host
                    2021-02-26 14:12:57.691  - info: host.raspberrypi 12 instances found
                    2021-02-26 14:12:57.754  - info: host.raspberrypi starting 1 instance
                    2021-02-26 14:12:57.878  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 2216
                    2021-02-26 14:13:01.710  - info: admin.0 (2216) starting. Version 4.2.1 in /opt/iobroker/node_modules/iobroker.admin, node: v14.16.0, js-controller: 3.2.16
                    2021-02-26 14:13:01.810  - info: admin.0 (2216) requesting all states
                    2021-02-26 14:13:01.811  - info: admin.0 (2216) requesting all objects
                    2021-02-26 14:13:03.640  - info: admin.0 (2216) received all objects
                    2021-02-26 14:13:03.865  - error: admin.0 (2216) Cannot create webserver: TypeError: Cannot read property 'domains' of undefined
                    2021-02-26 14:13:03.869  - info: admin.0 (2216) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                    2021-02-26 14:13:04.401  - info: admin.0 (2216) terminating https server on port 8081
                    2021-02-26 14:13:04.517  - error: host.raspberrypi instance system.adapter.admin.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
                    2021-02-26 14:13:04.519  - info: host.raspberrypi Do not restart adapter system.adapter.admin.0 because desired by instance
                    

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • L lexnared

                      @thomas-braun

                      Bitteschön

                      pi@raspberrypi:~ $ tail -f /opt/iobroker/log/iobroker.current.log
                      2021-02-26 14:11:14.339  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 2160
                      2021-02-26 14:11:17.982  - info: admin.0 (2160) starting. Version 4.2.1 in /opt/iobroker/node_modules/iobroker.admin, node: v14.16.0, js-controller: 3.2.16
                      2021-02-26 14:11:18.088  - info: admin.0 (2160) requesting all states
                      2021-02-26 14:11:18.090  - info: admin.0 (2160) requesting all objects
                      2021-02-26 14:11:19.807  - info: admin.0 (2160) received all objects
                      2021-02-26 14:11:20.041  - error: admin.0 (2160) Cannot create webserver: TypeError: Cannot read property 'domains' of undefined
                      2021-02-26 14:11:20.045  - info: admin.0 (2160) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                      2021-02-26 14:11:20.589  - info: admin.0 (2160) terminating https server on port 8081
                      2021-02-26 14:11:20.734  - error: host.raspberrypi instance system.adapter.admin.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
                      2021-02-26 14:11:20.736  - info: host.raspberrypi Do not restart adapter system.adapter.admin.0 because desired by instance
                      2021-02-26 14:12:38.022  - info: host.raspberrypi received SIGTERM
                      2021-02-26 14:12:38.031  - info: host.raspberrypi stopInstance system.adapter.admin.0 (force=false, process=false)
                      2021-02-26 14:12:38.033  - info: host.raspberrypi stopInstance system.adapter.discovery.0 (force=false, process=false)
                      2021-02-26 14:12:38.034  - info: host.raspberrypi stopInstance system.adapter.info.0 (force=false, process=false)
                      2021-02-26 14:12:38.035  - info: host.raspberrypi stopInstance system.adapter.iot.0 (force=false, process=false)
                      2021-02-26 14:12:38.036  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.0 (force=false, process=false)
                      2021-02-26 14:12:38.037  - info: host.raspberrypi stopInstance system.adapter.hm-rega.0 (force=false, process=false)
                      2021-02-26 14:12:38.037  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.1 (force=false, process=false)
                      2021-02-26 14:12:38.038  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.2 (force=false, process=false)
                      2021-02-26 14:12:38.039  - info: host.raspberrypi stopInstance system.adapter.ping.0 (force=false, process=false)
                      2021-02-26 14:12:38.040  - info: host.raspberrypi stopInstance system.adapter.web.0 (force=false, process=false)
                      2021-02-26 14:12:38.041  - info: host.raspberrypi stopInstance system.adapter.roomba.0 (force=false, process=false)
                      2021-02-26 14:12:38.042  - info: host.raspberrypi stopInstance system.adapter.denon.0 (force=false, process=false)
                      2021-02-26 14:12:53.093  - info: host.raspberrypi force terminating
                      2021-02-26 14:12:56.107  - info: host.raspberrypi iobroker.js-controller version 3.2.16 js-controller starting
                      2021-02-26 14:12:56.117  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                      2021-02-26 14:12:56.118  - info: host.raspberrypi hostname: raspberrypi, node: v14.16.0
                      2021-02-26 14:12:56.119  - info: host.raspberrypi ip addresses: 192.168.1.30 fe80::b60a:44f4:fdbf:dc08
                      2021-02-26 14:12:56.881  - info: host.raspberrypi connected to Objects and States
                      2021-02-26 14:12:56.956  - info: host.raspberrypi added notifications configuration of host
                      2021-02-26 14:12:57.691  - info: host.raspberrypi 12 instances found
                      2021-02-26 14:12:57.754  - info: host.raspberrypi starting 1 instance
                      2021-02-26 14:12:57.878  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 2216
                      2021-02-26 14:13:01.710  - info: admin.0 (2216) starting. Version 4.2.1 in /opt/iobroker/node_modules/iobroker.admin, node: v14.16.0, js-controller: 3.2.16
                      2021-02-26 14:13:01.810  - info: admin.0 (2216) requesting all states
                      2021-02-26 14:13:01.811  - info: admin.0 (2216) requesting all objects
                      2021-02-26 14:13:03.640  - info: admin.0 (2216) received all objects
                      2021-02-26 14:13:03.865  - error: admin.0 (2216) Cannot create webserver: TypeError: Cannot read property 'domains' of undefined
                      2021-02-26 14:13:03.869  - info: admin.0 (2216) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                      2021-02-26 14:13:04.401  - info: admin.0 (2216) terminating https server on port 8081
                      2021-02-26 14:13:04.517  - error: host.raspberrypi instance system.adapter.admin.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
                      2021-02-26 14:13:04.519  - info: host.raspberrypi Do not restart adapter system.adapter.admin.0 because desired by instance
                      

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #12

                      @lexnared sagte in Nach Update kein Zugriff auf Weboberfläche:

                      error: admin.0 (2160) Cannot create webserver: TypeError: Cannot read property 'domains' of undefined

                      Das erklärt, dass die admin Oberfläche nicht erreichbar ist. Vielleicht einfach mal stumpf nochmal drauf knallen:

                      iobroker del admin
                      iobroker add admin
                      

                      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

                      L 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @lexnared sagte in Nach Update kein Zugriff auf Weboberfläche:

                        error: admin.0 (2160) Cannot create webserver: TypeError: Cannot read property 'domains' of undefined

                        Das erklärt, dass die admin Oberfläche nicht erreichbar ist. Vielleicht einfach mal stumpf nochmal drauf knallen:

                        iobroker del admin
                        iobroker add admin
                        
                        L Offline
                        L Offline
                        lexnared
                        schrieb am zuletzt editiert von lexnared
                        #13

                        @thomas-braun
                        gesagt und getan.

                        Dennoch kein erfolg

                        pi@raspberrypi:~ $ tail -f /opt/iobroker/log/iobroker.current.log
                        2021-02-26 14:25:56.848  - info: host.raspberrypi added notifications configuration of host
                        2021-02-26 14:25:57.520  - info: host.raspberrypi 12 instances found
                        2021-02-26 14:25:57.586  - info: host.raspberrypi starting 1 instance
                        2021-02-26 14:25:57.714  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 2532
                        2021-02-26 14:26:01.461  - info: admin.0 (2532) starting. Version 4.2.1 in /opt/iobroker/node_modules/iobroker.admin, node: v14.16.0, js-controller: 3.2.16
                        2021-02-26 14:26:01.545  - info: admin.0 (2532) requesting all states
                        2021-02-26 14:26:01.547  - info: admin.0 (2532) requesting all objects
                        2021-02-26 14:26:03.373  - info: admin.0 (2532) received all objects
                        2021-02-26 14:26:03.765  - info: admin.0 (2532) http server listening on port 8081
                        2021-02-26 14:26:03.767  - info: admin.0 (2532) Use link "http://localhost:8081" to configure.
                        2021-02-26 14:26:43.418  - info: admin.0 (2532) terminating http server on port 8081
                        2021-02-26 14:26:43.412  - info: host.raspberrypi received SIGTERM
                        2021-02-26 14:26:43.434  - info: host.raspberrypi stopInstance system.adapter.discovery.0 (force=false, process=false)
                        2021-02-26 14:26:43.436  - info: host.raspberrypi stopInstance system.adapter.info.0 (force=false, process=false)
                        2021-02-26 14:26:43.437  - info: host.raspberrypi stopInstance system.adapter.iot.0 (force=false, process=false)
                        2021-02-26 14:26:43.438  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.0 (force=false, process=false)
                        2021-02-26 14:26:43.440  - info: host.raspberrypi stopInstance system.adapter.hm-rega.0 (force=false, process=false)
                        2021-02-26 14:26:43.441  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.1 (force=false, process=false)
                        2021-02-26 14:26:43.442  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.2 (force=false, process=false)
                        2021-02-26 14:26:43.443  - info: host.raspberrypi stopInstance system.adapter.ping.0 (force=false, process=false)
                        2021-02-26 14:26:43.444  - info: host.raspberrypi stopInstance system.adapter.web.0 (force=false, process=false)
                        2021-02-26 14:26:43.445  - info: host.raspberrypi stopInstance system.adapter.roomba.0 (force=false, process=false)
                        2021-02-26 14:26:43.449  - info: host.raspberrypi stopInstance system.adapter.denon.0 (force=false, process=false)
                        2021-02-26 14:26:43.451  - info: host.raspberrypi stopInstance system.adapter.admin.0 (force=false, process=true)
                        2021-02-26 14:26:43.471  - info: admin.0 (2532) Got terminate signal TERMINATE_YOURSELF
                        2021-02-26 14:26:43.475  - info: host.raspberrypi stopInstance system.adapter.admin.0 send kill signal
                        2021-02-26 14:26:43.480  - info: admin.0 (2532) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                        2021-02-26 14:26:44.120  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                        2021-02-26 14:26:44.122  - info: host.raspberrypi All instances are stopped.
                        2021-02-26 14:26:44.329  - info: host.raspberrypi terminated
                        2021-02-26 14:26:47.370  - info: host.raspberrypi iobroker.js-controller version 3.2.16 js-controller starting
                        2021-02-26 14:26:47.380  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                        2021-02-26 14:26:47.381  - info: host.raspberrypi hostname: raspberrypi, node: v14.16.0
                        2021-02-26 14:26:47.382  - info: host.raspberrypi ip addresses: 192.168.1.30 fe80::b60a:44f4:fdbf:dc08
                        2021-02-26 14:26:48.150  - info: host.raspberrypi connected to Objects and States
                        2021-02-26 14:26:48.225  - info: host.raspberrypi added notifications configuration of host
                        2021-02-26 14:26:48.958  - info: host.raspberrypi 12 instances found
                        2021-02-26 14:26:49.023  - info: host.raspberrypi starting 1 instance
                        2021-02-26 14:26:49.150  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 2591
                        2021-02-26 14:26:52.787  - info: admin.0 (2591) starting. Version 4.2.1 in /opt/iobroker/node_modules/iobroker.admin, node: v14.16.0, js-controller: 3.2.16
                        2021-02-26 14:26:52.869  - info: admin.0 (2591) requesting all states
                        2021-02-26 14:26:52.871  - info: admin.0 (2591) requesting all objects
                        2021-02-26 14:26:54.665  - info: admin.0 (2591) received all objects
                        2021-02-26 14:26:54.920  - info: admin.0 (2591) http server listening on port 8081
                        2021-02-26 14:26:54.922  - info: admin.0 (2591) Use link "http://localhost:8081" to configure.
                        
                        L 1 Antwort Letzte Antwort
                        0
                        • L lexnared

                          @thomas-braun
                          gesagt und getan.

                          Dennoch kein erfolg

                          pi@raspberrypi:~ $ tail -f /opt/iobroker/log/iobroker.current.log
                          2021-02-26 14:25:56.848  - info: host.raspberrypi added notifications configuration of host
                          2021-02-26 14:25:57.520  - info: host.raspberrypi 12 instances found
                          2021-02-26 14:25:57.586  - info: host.raspberrypi starting 1 instance
                          2021-02-26 14:25:57.714  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 2532
                          2021-02-26 14:26:01.461  - info: admin.0 (2532) starting. Version 4.2.1 in /opt/iobroker/node_modules/iobroker.admin, node: v14.16.0, js-controller: 3.2.16
                          2021-02-26 14:26:01.545  - info: admin.0 (2532) requesting all states
                          2021-02-26 14:26:01.547  - info: admin.0 (2532) requesting all objects
                          2021-02-26 14:26:03.373  - info: admin.0 (2532) received all objects
                          2021-02-26 14:26:03.765  - info: admin.0 (2532) http server listening on port 8081
                          2021-02-26 14:26:03.767  - info: admin.0 (2532) Use link "http://localhost:8081" to configure.
                          2021-02-26 14:26:43.418  - info: admin.0 (2532) terminating http server on port 8081
                          2021-02-26 14:26:43.412  - info: host.raspberrypi received SIGTERM
                          2021-02-26 14:26:43.434  - info: host.raspberrypi stopInstance system.adapter.discovery.0 (force=false, process=false)
                          2021-02-26 14:26:43.436  - info: host.raspberrypi stopInstance system.adapter.info.0 (force=false, process=false)
                          2021-02-26 14:26:43.437  - info: host.raspberrypi stopInstance system.adapter.iot.0 (force=false, process=false)
                          2021-02-26 14:26:43.438  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.0 (force=false, process=false)
                          2021-02-26 14:26:43.440  - info: host.raspberrypi stopInstance system.adapter.hm-rega.0 (force=false, process=false)
                          2021-02-26 14:26:43.441  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.1 (force=false, process=false)
                          2021-02-26 14:26:43.442  - info: host.raspberrypi stopInstance system.adapter.hm-rpc.2 (force=false, process=false)
                          2021-02-26 14:26:43.443  - info: host.raspberrypi stopInstance system.adapter.ping.0 (force=false, process=false)
                          2021-02-26 14:26:43.444  - info: host.raspberrypi stopInstance system.adapter.web.0 (force=false, process=false)
                          2021-02-26 14:26:43.445  - info: host.raspberrypi stopInstance system.adapter.roomba.0 (force=false, process=false)
                          2021-02-26 14:26:43.449  - info: host.raspberrypi stopInstance system.adapter.denon.0 (force=false, process=false)
                          2021-02-26 14:26:43.451  - info: host.raspberrypi stopInstance system.adapter.admin.0 (force=false, process=true)
                          2021-02-26 14:26:43.471  - info: admin.0 (2532) Got terminate signal TERMINATE_YOURSELF
                          2021-02-26 14:26:43.475  - info: host.raspberrypi stopInstance system.adapter.admin.0 send kill signal
                          2021-02-26 14:26:43.480  - info: admin.0 (2532) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
                          2021-02-26 14:26:44.120  - info: host.raspberrypi instance system.adapter.admin.0 terminated with code 156 (START_IMMEDIATELY_AFTER_STOP)
                          2021-02-26 14:26:44.122  - info: host.raspberrypi All instances are stopped.
                          2021-02-26 14:26:44.329  - info: host.raspberrypi terminated
                          2021-02-26 14:26:47.370  - info: host.raspberrypi iobroker.js-controller version 3.2.16 js-controller starting
                          2021-02-26 14:26:47.380  - info: host.raspberrypi Copyright (c) 2014-2021 bluefox, 2014 hobbyquaker
                          2021-02-26 14:26:47.381  - info: host.raspberrypi hostname: raspberrypi, node: v14.16.0
                          2021-02-26 14:26:47.382  - info: host.raspberrypi ip addresses: 192.168.1.30 fe80::b60a:44f4:fdbf:dc08
                          2021-02-26 14:26:48.150  - info: host.raspberrypi connected to Objects and States
                          2021-02-26 14:26:48.225  - info: host.raspberrypi added notifications configuration of host
                          2021-02-26 14:26:48.958  - info: host.raspberrypi 12 instances found
                          2021-02-26 14:26:49.023  - info: host.raspberrypi starting 1 instance
                          2021-02-26 14:26:49.150  - info: host.raspberrypi instance system.adapter.admin.0 started with pid 2591
                          2021-02-26 14:26:52.787  - info: admin.0 (2591) starting. Version 4.2.1 in /opt/iobroker/node_modules/iobroker.admin, node: v14.16.0, js-controller: 3.2.16
                          2021-02-26 14:26:52.869  - info: admin.0 (2591) requesting all states
                          2021-02-26 14:26:52.871  - info: admin.0 (2591) requesting all objects
                          2021-02-26 14:26:54.665  - info: admin.0 (2591) received all objects
                          2021-02-26 14:26:54.920  - info: admin.0 (2591) http server listening on port 8081
                          2021-02-26 14:26:54.922  - info: admin.0 (2591) Use link "http://localhost:8081" to configure.
                          
                          L Offline
                          L Offline
                          lexnared
                          schrieb am zuletzt editiert von
                          #14

                          @lexnared

                          :-)
                          Fehler gefunden.
                          Was ich schon einige male versucht hatte...:!
                          Das https:// durch http:// ersetzt

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • L lexnared

                            @lexnared

                            :-)
                            Fehler gefunden.
                            Was ich schon einige male versucht hatte...:!
                            Das https:// durch http:// ersetzt

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #15

                            @lexnared
                            Steht doch auch da:

                            Use link "http://localhost:8081" to configure.
                            

                            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

                            L 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @lexnared
                              Steht doch auch da:

                              Use link "http://localhost:8081" to configure.
                              
                              L Offline
                              L Offline
                              lexnared
                              schrieb am zuletzt editiert von
                              #16

                              @thomas-braun
                              ja habe ich auch gelesen.
                              Muss anscheinend etwas falsch gemacht haben.
                              Vorhin bin ich jedenfalls nicht auf die Weboberflache gekommen.

                              Vielen Dank für eure schnelle 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

                              254

                              Online

                              32.7k

                              Benutzer

                              82.4k

                              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