Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • 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. Admin Adapter startet nicht mehr

NEWS

  • wichtiges UPDATE für controller 7.2.2 im stable
    HomoranH
    Homoran
    9
    1
    598

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    16
    1
    2.9k

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    3.0k

Admin Adapter startet nicht mehr

Geplant Angeheftet Gesperrt Verschoben Error/Bug
5 Beiträge 4 Kommentatoren 429 Aufrufe 2 Beobachtet
  • Ä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 Offline
    S Offline
    Smibser
    schrieb am zuletzt editiert von
    #1

    Ohne bewusst etwas verändert zu haben startet der admin Adapter nicht mehr.

    Hier der log vom startenden und gleich wieder terminierenden admin Adapter:

    admin.0 (21460) starting. Version 6.3.5 in /opt/iobroker/node_modules/iobroker.admin, node: v18.20.4, js-controller: 4.0.24
    admin.0 (21460) requesting all states
    admin.0 (21460) requesting all objects
    admin.0 (21460) received all objects
    admin.0 (21460) Cannot create web-server: TypeError: Cannot read properties of undefined (reading 'createServerAsync')
    admin.0 (21460) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
    admin.0 (21460) get state error: Connection is closed.
    admin.0 (21460) get state error: DB closed
    admin.0 (21460) get state error: DB closed
    admin.0 (21460) Cannot check node.js/npm version
    admin.0 (21460) terminating http server on port 8081
    
    • Adaptername: Admin
    • Link zu Adapterrepository: https://github.com/ioBroker/ioBroker.admin
    • Adapterversion: 6.3.5
    • js-controller Version: 4.0.24
    • Hardwaresystem: Raspberry Pi 4 Model B Rev 1.1
    • Arbeitsspeicher: 1.8GB
    • Festplattenart: SD-Karte
    • Betriebssystem: Raspbian GNU/Linux 10 (buster)
    • Nodejs-Version: v18.20.4
    • NPM-Version: 10.7.0

    Linux User bitte hier den Output von iob diag einfügen.

    ======================= SUMMARY =======================
    			v.2025-02-23
    
    
       Static hostname: raspberrypi
             Icon name: computer
      Operating System: Raspbian GNU/Linux 10 (buster)
                Kernel: Linux 5.10.103-v7l+
          Architecture: arm
    
    Installation: 		native
    Kernel: 		armv7l
    Userland: 		32 bit
    Timezone: 		Europe/Berlin (CET, +0100)
    User-ID: 		1000
    Display-Server: 	false
    Boot Target: 		multi-user.target
    
    Pending OS-Updates: 	1
    Pending iob updates: 	36
    
    Nodejs-Installation:
    /usr/bin/nodejs 	v18.20.4
    /usr/bin/node 		v18.20.4
    /usr/bin/npm 		10.7.0
    /usr/bin/npx 		10.7.0
    /usr/bin/corepack 	0.28.0
    
    Recommended versions are nodejs  and npm 
    nodeJS installation is correct
    
    MEMORY: 
                  total        used        free      shared  buff/cache   available
    Mem:           1.9G        994M        206M         20M        670M        757M
    Swap:           99M         81M         18M
    Total:         2.0G        1.1G        225M
    
    Active iob-Instances: 	14
    Active repo(s): stable
    
    ioBroker Core: 		js-controller 		4.0.24
    			admin 			6.3.5
    
    ioBroker Status: 	iobroker is running on this host.
    
    
    Objects type: jsonl
    States  type: jsonl
    
    Status admin and web instance:
      system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      system.adapter.admin.1                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
    + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
    
    Objects: 		9002
    States: 		6404
    
    Size of iob-Database:
    
    14M	/opt/iobroker/iobroker-data/objects.jsonl
    7.1M	/opt/iobroker/iobroker-data/objects.json.migrated
    7.1M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
    0	/opt/iobroker/iobroker-data/objects.json.broken
    3.3M	/opt/iobroker/iobroker-data/states.jsonl
    996K	/opt/iobroker/iobroker-data/states.json.migrated
    992K	/opt/iobroker/iobroker-data/states.json.bak.migrated
    0	/opt/iobroker/iobroker-data/states.json.broken
    
    
    Unknown release codenamed ''. Please check yourself if the Operating System is actively maintained.
    
    =================== END OF SUMMARY ====================
    
    Thomas BraunT HomoranH haselchenH 3 Antworten Letzte Antwort
    0
    • S Smibser

      Ohne bewusst etwas verändert zu haben startet der admin Adapter nicht mehr.

      Hier der log vom startenden und gleich wieder terminierenden admin Adapter:

      admin.0 (21460) starting. Version 6.3.5 in /opt/iobroker/node_modules/iobroker.admin, node: v18.20.4, js-controller: 4.0.24
      admin.0 (21460) requesting all states
      admin.0 (21460) requesting all objects
      admin.0 (21460) received all objects
      admin.0 (21460) Cannot create web-server: TypeError: Cannot read properties of undefined (reading 'createServerAsync')
      admin.0 (21460) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
      admin.0 (21460) get state error: Connection is closed.
      admin.0 (21460) get state error: DB closed
      admin.0 (21460) get state error: DB closed
      admin.0 (21460) Cannot check node.js/npm version
      admin.0 (21460) terminating http server on port 8081
      
      • Adaptername: Admin
      • Link zu Adapterrepository: https://github.com/ioBroker/ioBroker.admin
      • Adapterversion: 6.3.5
      • js-controller Version: 4.0.24
      • Hardwaresystem: Raspberry Pi 4 Model B Rev 1.1
      • Arbeitsspeicher: 1.8GB
      • Festplattenart: SD-Karte
      • Betriebssystem: Raspbian GNU/Linux 10 (buster)
      • Nodejs-Version: v18.20.4
      • NPM-Version: 10.7.0

      Linux User bitte hier den Output von iob diag einfügen.

      ======================= SUMMARY =======================
      			v.2025-02-23
      
      
         Static hostname: raspberrypi
               Icon name: computer
        Operating System: Raspbian GNU/Linux 10 (buster)
                  Kernel: Linux 5.10.103-v7l+
            Architecture: arm
      
      Installation: 		native
      Kernel: 		armv7l
      Userland: 		32 bit
      Timezone: 		Europe/Berlin (CET, +0100)
      User-ID: 		1000
      Display-Server: 	false
      Boot Target: 		multi-user.target
      
      Pending OS-Updates: 	1
      Pending iob updates: 	36
      
      Nodejs-Installation:
      /usr/bin/nodejs 	v18.20.4
      /usr/bin/node 		v18.20.4
      /usr/bin/npm 		10.7.0
      /usr/bin/npx 		10.7.0
      /usr/bin/corepack 	0.28.0
      
      Recommended versions are nodejs  and npm 
      nodeJS installation is correct
      
      MEMORY: 
                    total        used        free      shared  buff/cache   available
      Mem:           1.9G        994M        206M         20M        670M        757M
      Swap:           99M         81M         18M
      Total:         2.0G        1.1G        225M
      
      Active iob-Instances: 	14
      Active repo(s): stable
      
      ioBroker Core: 		js-controller 		4.0.24
      			admin 			6.3.5
      
      ioBroker Status: 	iobroker is running on this host.
      
      
      Objects type: jsonl
      States  type: jsonl
      
      Status admin and web instance:
        system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        system.adapter.admin.1                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      Objects: 		9002
      States: 		6404
      
      Size of iob-Database:
      
      14M	/opt/iobroker/iobroker-data/objects.jsonl
      7.1M	/opt/iobroker/iobroker-data/objects.json.migrated
      7.1M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
      0	/opt/iobroker/iobroker-data/objects.json.broken
      3.3M	/opt/iobroker/iobroker-data/states.jsonl
      996K	/opt/iobroker/iobroker-data/states.json.migrated
      992K	/opt/iobroker/iobroker-data/states.json.bak.migrated
      0	/opt/iobroker/iobroker-data/states.json.broken
      
      
      Unknown release codenamed ''. Please check yourself if the Operating System is actively maintained.
      
      =================== END OF SUMMARY ====================
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #2

      @smibser

      Das hast du aber ganz lange 'nichts mehr verändert'.
      Alles hoffnungslos veraltet.

      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 Smibser

        Ohne bewusst etwas verändert zu haben startet der admin Adapter nicht mehr.

        Hier der log vom startenden und gleich wieder terminierenden admin Adapter:

        admin.0 (21460) starting. Version 6.3.5 in /opt/iobroker/node_modules/iobroker.admin, node: v18.20.4, js-controller: 4.0.24
        admin.0 (21460) requesting all states
        admin.0 (21460) requesting all objects
        admin.0 (21460) received all objects
        admin.0 (21460) Cannot create web-server: TypeError: Cannot read properties of undefined (reading 'createServerAsync')
        admin.0 (21460) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
        admin.0 (21460) get state error: Connection is closed.
        admin.0 (21460) get state error: DB closed
        admin.0 (21460) get state error: DB closed
        admin.0 (21460) Cannot check node.js/npm version
        admin.0 (21460) terminating http server on port 8081
        
        • Adaptername: Admin
        • Link zu Adapterrepository: https://github.com/ioBroker/ioBroker.admin
        • Adapterversion: 6.3.5
        • js-controller Version: 4.0.24
        • Hardwaresystem: Raspberry Pi 4 Model B Rev 1.1
        • Arbeitsspeicher: 1.8GB
        • Festplattenart: SD-Karte
        • Betriebssystem: Raspbian GNU/Linux 10 (buster)
        • Nodejs-Version: v18.20.4
        • NPM-Version: 10.7.0

        Linux User bitte hier den Output von iob diag einfügen.

        ======================= SUMMARY =======================
        			v.2025-02-23
        
        
           Static hostname: raspberrypi
                 Icon name: computer
          Operating System: Raspbian GNU/Linux 10 (buster)
                    Kernel: Linux 5.10.103-v7l+
              Architecture: arm
        
        Installation: 		native
        Kernel: 		armv7l
        Userland: 		32 bit
        Timezone: 		Europe/Berlin (CET, +0100)
        User-ID: 		1000
        Display-Server: 	false
        Boot Target: 		multi-user.target
        
        Pending OS-Updates: 	1
        Pending iob updates: 	36
        
        Nodejs-Installation:
        /usr/bin/nodejs 	v18.20.4
        /usr/bin/node 		v18.20.4
        /usr/bin/npm 		10.7.0
        /usr/bin/npx 		10.7.0
        /usr/bin/corepack 	0.28.0
        
        Recommended versions are nodejs  and npm 
        nodeJS installation is correct
        
        MEMORY: 
                      total        used        free      shared  buff/cache   available
        Mem:           1.9G        994M        206M         20M        670M        757M
        Swap:           99M         81M         18M
        Total:         2.0G        1.1G        225M
        
        Active iob-Instances: 	14
        Active repo(s): stable
        
        ioBroker Core: 		js-controller 		4.0.24
        			admin 			6.3.5
        
        ioBroker Status: 	iobroker is running on this host.
        
        
        Objects type: jsonl
        States  type: jsonl
        
        Status admin and web instance:
          system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          system.adapter.admin.1                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        Objects: 		9002
        States: 		6404
        
        Size of iob-Database:
        
        14M	/opt/iobroker/iobroker-data/objects.jsonl
        7.1M	/opt/iobroker/iobroker-data/objects.json.migrated
        7.1M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
        0	/opt/iobroker/iobroker-data/objects.json.broken
        3.3M	/opt/iobroker/iobroker-data/states.jsonl
        996K	/opt/iobroker/iobroker-data/states.json.migrated
        992K	/opt/iobroker/iobroker-data/states.json.bak.migrated
        0	/opt/iobroker/iobroker-data/states.json.broken
        
        
        Unknown release codenamed ''. Please check yourself if the Operating System is actively maintained.
        
        =================== END OF SUMMARY ====================
        
        HomoranH Offline
        HomoranH Offline
        Homoran
        schrieb am zuletzt editiert von
        #3

        @smibser sagte in Admin Adapter startet nicht mehr:

        bitte hier den Output von iob diag einfügen.

        bitte die Langfassung!

        @smibser sagte in Admin Adapter startet nicht mehr:

        Pending iob updates: 36

        lassen aber schon schlimmes vermuten.

        @smibser sagte in Admin Adapter startet nicht mehr:

        Pending OS-Updates: 1

        Diese harmlos aussehende Zahl ist aber darin begründet, dass

        @smibser sagte in Admin Adapter startet nicht mehr:

        Raspbian GNU/Linux 10 (buster)

        schon lange nicht mehr supported wird

        kein Support per PN! - Fragen im Forum stellen -
        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

        1 Antwort Letzte Antwort
        0
        • S Smibser

          Ohne bewusst etwas verändert zu haben startet der admin Adapter nicht mehr.

          Hier der log vom startenden und gleich wieder terminierenden admin Adapter:

          admin.0 (21460) starting. Version 6.3.5 in /opt/iobroker/node_modules/iobroker.admin, node: v18.20.4, js-controller: 4.0.24
          admin.0 (21460) requesting all states
          admin.0 (21460) requesting all objects
          admin.0 (21460) received all objects
          admin.0 (21460) Cannot create web-server: TypeError: Cannot read properties of undefined (reading 'createServerAsync')
          admin.0 (21460) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
          admin.0 (21460) get state error: Connection is closed.
          admin.0 (21460) get state error: DB closed
          admin.0 (21460) get state error: DB closed
          admin.0 (21460) Cannot check node.js/npm version
          admin.0 (21460) terminating http server on port 8081
          
          • Adaptername: Admin
          • Link zu Adapterrepository: https://github.com/ioBroker/ioBroker.admin
          • Adapterversion: 6.3.5
          • js-controller Version: 4.0.24
          • Hardwaresystem: Raspberry Pi 4 Model B Rev 1.1
          • Arbeitsspeicher: 1.8GB
          • Festplattenart: SD-Karte
          • Betriebssystem: Raspbian GNU/Linux 10 (buster)
          • Nodejs-Version: v18.20.4
          • NPM-Version: 10.7.0

          Linux User bitte hier den Output von iob diag einfügen.

          ======================= SUMMARY =======================
          			v.2025-02-23
          
          
             Static hostname: raspberrypi
                   Icon name: computer
            Operating System: Raspbian GNU/Linux 10 (buster)
                      Kernel: Linux 5.10.103-v7l+
                Architecture: arm
          
          Installation: 		native
          Kernel: 		armv7l
          Userland: 		32 bit
          Timezone: 		Europe/Berlin (CET, +0100)
          User-ID: 		1000
          Display-Server: 	false
          Boot Target: 		multi-user.target
          
          Pending OS-Updates: 	1
          Pending iob updates: 	36
          
          Nodejs-Installation:
          /usr/bin/nodejs 	v18.20.4
          /usr/bin/node 		v18.20.4
          /usr/bin/npm 		10.7.0
          /usr/bin/npx 		10.7.0
          /usr/bin/corepack 	0.28.0
          
          Recommended versions are nodejs  and npm 
          nodeJS installation is correct
          
          MEMORY: 
                        total        used        free      shared  buff/cache   available
          Mem:           1.9G        994M        206M         20M        670M        757M
          Swap:           99M         81M         18M
          Total:         2.0G        1.1G        225M
          
          Active iob-Instances: 	14
          Active repo(s): stable
          
          ioBroker Core: 		js-controller 		4.0.24
          			admin 			6.3.5
          
          ioBroker Status: 	iobroker is running on this host.
          
          
          Objects type: jsonl
          States  type: jsonl
          
          Status admin and web instance:
            system.adapter.admin.0                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            system.adapter.admin.1                  : admin                 : raspberrypi                              -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
          + system.adapter.web.0                    : web                   : raspberrypi                              -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          Objects: 		9002
          States: 		6404
          
          Size of iob-Database:
          
          14M	/opt/iobroker/iobroker-data/objects.jsonl
          7.1M	/opt/iobroker/iobroker-data/objects.json.migrated
          7.1M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
          0	/opt/iobroker/iobroker-data/objects.json.broken
          3.3M	/opt/iobroker/iobroker-data/states.jsonl
          996K	/opt/iobroker/iobroker-data/states.json.migrated
          992K	/opt/iobroker/iobroker-data/states.json.bak.migrated
          0	/opt/iobroker/iobroker-data/states.json.broken
          
          
          Unknown release codenamed ''. Please check yourself if the Operating System is actively maintained.
          
          =================== END OF SUMMARY ====================
          
          haselchenH Offline
          haselchenH Offline
          haselchen
          Most Active
          schrieb am zuletzt editiert von haselchen
          #4

          @smibser

          Zudem , dass alles veraltet ist , hast Du sehr wohl was verändert.
          Du hast einen Admin hinzugefügt.
          admin.0 und admin.1 sind vorhanden .

          iobroker stop admin.1

          iobroker del admin.1

          iobroker start admin.0

          Und dann solltest Du wieder auf die GUI kommen .

          Dann Backup und dann Neuinstallation.

          Synology DS218+ & 2 x Fujitsu Esprimo (VM/Container) + FritzBox7590 + 2 AVM 3000 Repeater & Homematic & HUE & Osram & Xiaomi, NPM 10.9.7, Nodejs 22.22.2 ,JS Controller 7.0.7 ,Admin 7.8.24

          HomoranH 1 Antwort Letzte Antwort
          1
          • haselchenH haselchen

            @smibser

            Zudem , dass alles veraltet ist , hast Du sehr wohl was verändert.
            Du hast einen Admin hinzugefügt.
            admin.0 und admin.1 sind vorhanden .

            iobroker stop admin.1

            iobroker del admin.1

            iobroker start admin.0

            Und dann solltest Du wieder auf die GUI kommen .

            Dann Backup und dann Neuinstallation.

            HomoranH Offline
            HomoranH Offline
            Homoran
            schrieb am zuletzt editiert von
            #5

            @haselchen sagte in Admin Adapter startet nicht mehr:

            admin.0 und admin.1 sind vorhanden .

            und beide auf port 8081.
            und beide nicht aktiv.

            @Smibser
            bitte die Langfassung von iob diag bevor du etwas änderst!

            kein Support per PN! - Fragen im Forum stellen -
            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
            Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

            1 Antwort Letzte Antwort
            0

            Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

            Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

            Mit deinem Input könnte dieser Beitrag noch besser werden 💗

            Registrieren Anmelden
            Antworten
            • In einem neuen Thema antworten
            Anmelden zum Antworten
            • Älteste zuerst
            • Neuste zuerst
            • Meiste Stimmen


            Support us

            ioBroker
            Community Adapters
            Donate

            459

            Online

            33.0k

            Benutzer

            83.3k

            Themen

            1.3m

            Beiträge
            Community
            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
            ioBroker Community 2014-2026
            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