Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Iobroker startet nicht mehr - keine instances

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.4k

Iobroker startet nicht mehr - keine instances

Scheduled Pinned Locked Moved ioBroker Allgemein
12 Posts 3 Posters 4.5k 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.
  • T Offline
    T Offline
    Trademan
    wrote on last edited by
    #3

    Sieht m.E. normal aus, je nachdem ob iobroker bereits läuft:

    root@raspberrypi:/opt/iobroker# sudo iobroker start
    iobroker controller daemon already running. PID: 18985
    root@raspberrypi:/opt/iobroker# sudo iobroker stop
    Stopping iobroker controller daemon...
    iobroker controller daemon stopped.
    Exit code for "killall.sh": 0
    root@raspberrypi:/opt/iobroker# sudo iobroker start
    Starting iobroker controller daemon...
    iobroker controller daemon started. PID: 19071
    root@raspberrypi:/opt/iobroker# iobroker list instances
    root@raspberrypi:/opt/iobroker#
    
    

    Und drauf komme ich trotzdem nicht.

    1 Reply Last reply
    0
    • wendy2702W Online
      wendy2702W Online
      wendy2702
      wrote on last edited by
      #4

      Hi,

      hast du diese Schritte mal abgearbeitet:

      http://www.iobroker.net/docu/?page_id=3928&lang=de

      Mach das doch mal und logge die Ausgabe mit.

      Bitte keine Fragen per PN, die gehören ins Forum!

      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

      1 Reply Last reply
      0
      • K Offline
        K Offline
        Kyocera007
        wrote on last edited by
        #5

        Hallo, wenn ich gerade mal dazwischen funken darf :D

        ` > ich hoffe mir kann als weitgehender Anfänger jemand helfen:

        iobroker lief bei mir wunderbar, bis es sich seit einigen Tagen nicht mehr starten lässt (Aufruf ip:8080 => Website nicht erreichbar) `

        Wieso = ip:8080 es sollte doch = ip:8081 sein, oder täusche ich mich da

        Gruß Werner

        Auch wenn man Älter wird, kann man besser werden :D

        1 Reply Last reply
        0
        • T Offline
          T Offline
          Trademan
          wrote on last edited by
          #6

          Erstmal danke für die schnelle Hilfe!!!

          Habe die Anleitung glaube ich (nochmal) durchgearbeitet, leider geht es immer noch nicht (@Werner: danke für den Hinweis; habe auch 8081 gemeint!). Hier der Log:

          root@raspberrypi:~# ps -A | grep iobroker
          19071 ?        00:02:25 iobroker.js-con
          root@raspberrypi:~# cd /opt/iobroker
          root@raspberrypi:/opt/iobroker# node node_modules/iobroker.js-controller/control                                                                                        ler.js --logs
          2018-03-29 21:06:07.944  - info: host.raspberrypi iobroker.js-controller version                                                                                         1.3.0 js-controller starting
          2018-03-29 21:06:07.955  - info: host.raspberrypi Copyright (c) 2014-2017 bluefo                                                                                        x, 2014 hobbyquaker
          2018-03-29 21:06:07.957  - info: host.raspberrypi hostname: raspberrypi, node: v                                                                                        6.14.0
          2018-03-29 21:06:07.959  - info: host.raspberrypi ip addresses: 192.168.178.74
          2018-03-29 21:06:08.152  - info: host.raspberrypi  inMem-states listening on por                                                                                        t 9000
          2018-03-29 21:06:08.238  - info: host.raspberrypi  inMem-objects listening on po                                                                                        rt 9001
          2018-03-29 21:06:08.260  - error: Another instance is running or some applicatio                                                                                        n uses port!
          2018-03-29 21:06:08.261  - error: uncaught exception: listen EADDRINUSE 127.0.0\.                                                                                        1:9000
          2018-03-29 21:06:08.273  - info: host.raspberrypi terminated
          2018-03-29 21:06:08.291  - info: iobroker _restart
          listen EADDRINUSE 127.0.0.1:9001
          Error: listen EADDRINUSE 127.0.0.1:9001
              at Object.exports._errnoException (util.js:1020:11)
              at exports._exceptionWithHostPort (util.js:1043:20)
              at Server._listen2 (net.js:1277:14)
              at listen (net.js:1313:10)
              at net.js:1423:9
              at _combinedTickCallback (internal/process/next_tick.js:83:11)
              at process._tickCallback (internal/process/next_tick.js:104:9)
              at Module.runMain (module.js:613:11)
              at run (bootstrap_node.js:387:7)
              at startup (bootstrap_node.js:153:9)
          root@raspberrypi:/opt/iobroker# iobroker stop
          Stopping iobroker controller daemon...
          iobroker controller daemon stopped.
          Exit code for "killall.sh": 0
          root@raspberrypi:/opt/iobroker# npm install iobroker.js-controller
          npm WARN deprecated localhost.daplie.me-certificates@1.3.5: this package has bee                                                                                        n deprecated
          npm WARN lifecycle iobroker.js-controller@1.3.0~preinstall: cannot run in wd %s                                                                                         %s (wd=%s) iobroker.js-controller@1.3.0 node lib/preinstall_check.js /opt/iobrok                                                                                        er/node_modules/.staging/iobroker.js-controller-a76002ca
          
          > iobroker.js-controller@1.3.0 install /opt/iobroker/node_modules/iobroker.js-co                                                                                        ntroller
          > node iobroker.js setup first
          
          iobroker@1.0.0 /opt/iobroker
          └── iobroker.js-controller@1.3.0
          
          root@raspberrypi:/opt/iobroker# iobroker start
          Starting iobroker controller daemon...
          iobroker controller daemon started. PID: 19746
          root@raspberrypi:/opt/iobroker# iobroker list instances
          root@raspberrypi:/opt/iobroker# node -v
          v6.14.0
          root@raspberrypi:/opt/iobroker# npm -v
          3.10.10
          root@raspberrypi:/opt/iobroker# iobroker start admin
          Cannot find any instances of "admin"
          root@raspberrypi:/opt/iobroker# iobroker add admin --port 8089
          host.raspberrypi error: view instanceStats [object Object]
          root@raspberrypi:/opt/iobroker# view instanceStats
          
          listen EADDRINUSE 127.0.0.1:9001
          Error: listen EADDRINUSE 127.0.0.1:9001
              at Object.exports._errnoException (util.js:1020:11)
              at exports._exceptionWithHostPort (util.js:1043:20)
              at Server._listen2 (net.js:1277:14)
              at listen (net.js:1313:10)
              at net.js:1423:9
              at _combinedTickCallback (internal/process/next_tick.js:83:11)
              at process._tickCallback (internal/process/next_tick.js:104:9)
              at Module.runMain (module.js:613:11)
              at run (bootstrap_node.js:387:7)
              at startup (bootstrap_node.js:153:9)
          root@raspberrypi:/opt/iobroker# iobroker stop
          Stopping iobroker controller daemon...
          iobroker controller daemon stopped.
          Exit code for "killall.sh": 0
          root@raspberrypi:/opt/iobroker# npm install iobroker.js-controller
          npm WARN deprecated localhost.daplie.me-certificates@1.3.5: this package has bee                                                                                        n deprecated
          npm WARN lifecycle iobroker.js-controller@1.3.0~preinstall: cannot run in wd %s                                                                                         %s (wd=%s) iobroker.js-controller@1.3.0 node lib/preinstall_check.js /opt/iobrok                                                                                        er/node_modules/.staging/iobroker.js-controller-a76002ca
          
          > iobroker.js-controller@1.3.0 install /opt/iobroker/node_modules/iobroker.js-co                                                                                        ntroller
          > node iobroker.js setup first
          
          iobroker@1.0.0 /opt/iobroker
          └── iobroker.js-controller@1.3.0
          
          root@raspberrypi:/opt/iobroker# iobroker start
          Starting iobroker controller daemon...
          iobroker controller daemon started. PID: 19746
          root@raspberrypi:/opt/iobroker# iobroker list instances
          root@raspberrypi:/opt/iobroker# node -v
          v6.14.0
          root@raspberrypi:/opt/iobroker# npm -v
          3.10.10
          root@raspberrypi:/opt/iobroker# iobroker start admin
          Cannot find any instances of "admin"
          root@raspberrypi:/opt/iobroker# iobroker add admin --port 8089
          
          

          Es sind 2 Fehler beim Befehl root@raspberrypi:/opt/iobroker# node node_modules/iobroker.js-controller/control ler.js –logs angezeigt. Außerdem habe ich scheinbar die nicht garantierte Version Node.js Version 6.14. Kann es daran liegen???

          1 Reply Last reply
          0
          • wendy2702W Online
            wendy2702W Online
            wendy2702
            wrote on last edited by
            #7

            Kannst du mal````
            iobroker update

            
            Und versuchen den Admin so zu starten````
            iobroker start admin.0
            

            Bitte keine Fragen per PN, die gehören ins Forum!

            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

            1 Reply Last reply
            0
            • T Offline
              T Offline
              Trademan
              wrote on last edited by
              #8

              Dann kommt folgender Fehlerhinweis:

              root@raspberrypi:/opt# cd iobroker
              root@raspberrypi:/opt/iobroker# iobroker update
              Error: Object "system.config" not found
              root@raspberrypi:/opt/iobroker# iobroker start admin.0
              Adapter "admin.0" does not exist.
              
              
              1 Reply Last reply
              0
              • wendy2702W Online
                wendy2702W Online
                wendy2702
                wrote on last edited by
                #9

                Oh..

                Ich befürchte da hat deine Installation sich verabschiedet.

                Könnte auch eine defekte SD-Karte sein.

                Gesendet von iPhone mit Tapatalk Pro

                Bitte keine Fragen per PN, die gehören ins Forum!

                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  Trademan
                  wrote on last edited by
                  #10

                  Nicht gut. Kann ich meine JavaScripte noch retten?

                  1 Reply Last reply
                  0
                  • wendy2702W Online
                    wendy2702W Online
                    wendy2702
                    wrote on last edited by
                    #11

                    Gute Frage. Hatte noch nie die Notwendigkeit.

                    Versuche doch erstmal ein Backup der SD-Karte zu machen und auf eine neue zu spielen. Vielleicht kann man die Installation da nochmal zum laufen bekommen.

                    Gesendet von iPhone mit Tapatalk Pro

                    Bitte keine Fragen per PN, die gehören ins Forum!

                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                    1 Reply Last reply
                    0
                    • T Offline
                      T Offline
                      Trademan
                      wrote on last edited by
                      #12

                      Danke für die Hilfe!!!

                      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
                      FAQ Cloud / IOT
                      HowTo: Node.js-Update
                      HowTo: Backup/Restore
                      Downloads
                      BLOG

                      727

                      Online

                      32.7k

                      Users

                      82.3k

                      Topics

                      1.3m

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

                      • Don't have an account? Register

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