Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Iobroker startet nicht mehr - keine instances

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Iobroker startet nicht mehr - keine instances

    This topic has been deleted. Only users with topic management privileges can see it.
    • wendy2702
      wendy2702 last edited by

      Hi,

      Was passiert denn bei

      sudo iobroker start
      
      1 Reply Last reply Reply Quote 0
      • T
        Trademan last edited by

        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 Reply Quote 0
        • wendy2702
          wendy2702 last edited by

          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.

          1 Reply Last reply Reply Quote 0
          • K
            Kyocera007 last edited by

            Hallo, wenn ich gerade mal dazwischen funken darf 😄

            ` > 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

            1 Reply Last reply Reply Quote 0
            • T
              Trademan last edited by

              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 Reply Quote 0
              • wendy2702
                wendy2702 last edited by

                Kannst du mal````
                iobroker update

                
                Und versuchen den Admin so zu starten````
                iobroker start admin.0
                
                1 Reply Last reply Reply Quote 0
                • T
                  Trademan last edited by

                  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 Reply Quote 0
                  • wendy2702
                    wendy2702 last edited by

                    Oh..

                    Ich befürchte da hat deine Installation sich verabschiedet.

                    Könnte auch eine defekte SD-Karte sein.

                    Gesendet von iPhone mit Tapatalk Pro

                    1 Reply Last reply Reply Quote 0
                    • T
                      Trademan last edited by

                      Nicht gut. Kann ich meine JavaScripte noch retten?

                      1 Reply Last reply Reply Quote 0
                      • wendy2702
                        wendy2702 last edited by

                        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

                        1 Reply Last reply Reply Quote 0
                        • T
                          Trademan last edited by

                          Danke für die Hilfe!!!

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post

                          Support us

                          ioBroker
                          Community Adapters
                          Donate
                          FAQ Cloud / IOT
                          HowTo: Node.js-Update
                          HowTo: Backup/Restore
                          Downloads
                          BLOG

                          791
                          Online

                          31.9k
                          Users

                          80.1k
                          Topics

                          1.3m
                          Posts

                          3
                          12
                          4233
                          Loading More Posts
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes
                          Reply
                          • Reply as topic
                          Log in to reply
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                          The ioBroker Community 2014-2023
                          logo