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. ioBroker Allgemein
  4. Nodejs und npm Update

NEWS

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    11
    1
    481

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    24
    1
    1.6k

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    9.6k

Nodejs und npm Update

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
124 Beiträge 21 Kommentatoren 34.1k Aufrufe
  • Ä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.
  • M Offline
    M Offline
    Master77
    schrieb am zuletzt editiert von
    #16

    Moin zusammen. Wollte nur Bescheid geben das ich mein Problem an anderer Stelle gelöst habe. Es bringt ja nichts wenn zwei oder mehr in einem Beitrag schreiben. Das gibt nur ein riesen Durcheinander.

    Gesendet von meinem BLA-L29 mit Tapatalk

    1 Antwort Letzte Antwort
    0
    • B Offline
      B Offline
      BigBer
      schrieb am zuletzt editiert von
      #17

      @Master77

      Sorry, wenn ich nachfrage, wie hast Du es gelöst?

      1 Antwort Letzte Antwort
      0
      • M Offline
        M Offline
        Master77
        schrieb am zuletzt editiert von
        #18

        @BigBer:

        @Master77

        Sorry, wenn ich nachfrage, wie hast Du es gelöst? ` Habe dir eine PN geschrieben.

        Gesendet von meinem BLA-L29 mit Tapatalk

        1 Antwort Letzte Antwort
        0
        • DutchmanD Offline
          DutchmanD Offline
          Dutchman
          Developer Most Active Administrators
          schrieb am zuletzt editiert von
          #19

          @Master77:

          @BigBer:

          @Master77

          Sorry, wenn ich nachfrage, wie hast Du es gelöst? ` Habe dir eine PN geschrieben.

          Gesendet von meinem BLA-L29 mit Tapatalk `

          Warum darf die Community die Details nicht wissen ?

          –-----------------------

          Send from mobile device

          Das schöne ios hat Auto Korrektur zum k****

          Wer Schreibfehler findet darf sie behalten oder auf eBay verkaufen, mindest Umsatz 10% für die community

          1 Antwort Letzte Antwort
          0
          • M Offline
            M Offline
            Master77
            schrieb am zuletzt editiert von
            #20

            Doch doch, das darf die Community wissen. Das Problem habe ich in der Iobroker Facebook Gruppe gelöst bekommen und die ganze Aktion war doch recht umfangreich und für mich als Leihe / Anfänger schwer im Detail korrekt wieder zu geben.

            Aus dem Grund habe ich BigBer per PN angeschrieben um ihm das mitzuteilen.

            Gesendet von meinem BLA-L29 mit Tapatalk

            1 Antwort Letzte Antwort
            0
            • DutchmanD Offline
              DutchmanD Offline
              Dutchman
              Developer Most Active Administrators
              schrieb am zuletzt editiert von
              #21

              Ah okay dann was du das, ich bin auf Facebook RD :-)

              Lösung war die Datei richtig zu formatieren:

              viewtopic.php?f=17&t=8530&start=20#p94147

              und die rechte der Datei richtig zu setzen :

               sudo chmod -R 777 /opt/iobroker
              Oder nog chmod +x reinstall.sh
              

              –-----------------------

              Send from mobile device

              Das schöne ios hat Auto Korrektur zum k****

              Wer Schreibfehler findet darf sie behalten oder auf eBay verkaufen, mindest Umsatz 10% für die community

              1 Antwort Letzte Antwort
              0
              • M Offline
                M Offline
                Master77
                schrieb am zuletzt editiert von
                #22

                Ahsoooooo….. Na dann auch an dieser Stelle nochmals vielen Dank für deine Hilfe.

                Gesendet von meinem BLA-L29 mit Tapatalk

                1 Antwort Letzte Antwort
                0
                • BuZZyB Offline
                  BuZZyB Offline
                  BuZZy
                  schrieb am zuletzt editiert von
                  #23

                  <size size="150">UPGRADE VON Node 6 & NPM 3 –- auf Node 8 & NPM 4</size>

                  <u><size size="200">VORHER BACKUP MACHEN!!</size></u>

                  Wenn ihr nicht als Root angemeldet seid, "sudo" vor die Befehle stellen..

                  Folgende Befehle sind auszuführen

                  iobroker stop
                  apt-get --purge remove node nodejs
                  apt-get autoremove
                  reboot
                  

                  Nach dem Reboot geht es mit diesen Befehlen weiter:

                  curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
                  apt-get install -y build-essential libavahi-compat-libdnssd-dev libudev-dev libpam0g-dev nodejs
                  reboot
                  

                  Nach dem Reboot geht es mit diesen Befehlen weiter:

                  npm i -g npm@4
                  

                  (Meldung Update available 5.6.0 → 6.0.0 │ Run npm i -g npm to update einfach ignorieren!)

                  cd /opt/iobroker
                  

                  Ich musste die Datei reinstall.sh auf Linux-Zeilenende umwandeln.

                  Das geht mit Notepad++ oder auf der Kommandozeile mit diesen Befehlen (danke paul53)

                  mv /opt/iobroker/reinstall.sh /opt/iobroker/reinstall.dos
                  tr -d '\r' < /opt/iobroker/reinstall.dos > /opt/iobroker/reinstall.sh
                  

                  dann:

                  sudo chmod +x reinstall.sh
                  ./reinstall.sh
                  

                  .. endet mit Meldung

                  – ./reinstall.sh: Zeile 34: Dateiende beim Suchen nach `"' erreicht.

                  -- ./reinstall.sh: Zeile 37: Syntax Fehler: Unerwartetes Dateiende.

                  Dies ist kein Grund zur Sorge.

                  Jetzt noch ein

                  iobroker start
                  

                  Und ioBroker läuft mit Node 8..

                  Gruß

                  1 Antwort Letzte Antwort
                  0
                  • B Offline
                    B Offline
                    BigBer
                    schrieb am zuletzt editiert von
                    #24

                    @BuZZy

                    Danke!!! Muss ich dann mal ausprobieren

                    Hoffentlich läuft dann ScriptGui wieder!!!

                    1 Antwort Letzte Antwort
                    0
                    • B Offline
                      B Offline
                      BigBer
                      schrieb am zuletzt editiert von
                      #25

                      Noch eine frage sollte man vorher iobroker stoppen?

                      Mhh… wer lesen kann ist klar im Vorteil ;) Ich bin aber auch manchmal uffgerecht!

                      1 Antwort Letzte Antwort
                      0
                      • B Offline
                        B Offline
                        BigBer
                        schrieb am zuletzt editiert von
                        #26

                        So!!! Alles nach plan von BuZZy nochmal durchgezogen! hat auch bestens geklappt!

                        AAAber!!! ScriptGui will immer noch nicht! Sch…e!!! :evil:

                        2654_00_scriptgui_error_2.png

                        ScriptGui auch nochmals deinstalliert und anschließend installiert!

                        Habe langsam den verdacht das ScriptGui nicht mit Node 8 kann?

                        1 Antwort Letzte Antwort
                        0
                        • C Offline
                          C Offline
                          chka
                          schrieb am zuletzt editiert von
                          #27

                          ich habe es jetzt mal nach BuZZy vorgaben gemacht, leider funktioniert iobroker danach nicht richtig

                          er startet zwar aber es kommen alle adapter online (bleibt yaka telegram sql …)

                          nach einer zeit stürzt dann io ab bei dem Befehl iobroker status kommt folgendes:

                          iobroker status
                           Cannot parse /opt/iobroker/node_modules/iobroker.js-controller/lib/objects/../../../../iobroker-data/objects.json: SyntaxError: Unexpected end of JSON input
                          iobroker is not running
                          
                          

                          frage ich mit:

                          /opt/iobroker# node node_modules/iobroker.js-controller/controller.js --logs
                          2018-05-04 20:52:46.219  - info: host.IoBrocker iobroker.js-controller version 1.4.2 js-controller starting
                          2018-05-04 20:52:46.220  - info: host.IoBrocker Copyright (c) 2014-2018 bluefox, 2014 hobbyquaker
                          2018-05-04 20:52:46.221  - info: host.IoBrocker hostname: IoBrocker, node: v8.11.1
                          2018-05-04 20:52:46.222  - info: host.IoBrocker ip addresses: 192.168.178.152 fe80::20c:29ff:fe45:b018
                          2018-05-04 20:52:46.263  - info: host.IoBrocker  inMem-states listening on port 9000
                          2018-05-04 20:52:46.276  - error: host.IoBrocker Cannot parse /opt/iobroker/node_modules/iobroker.js-controller/lib/objects/../../../../iobroker-data/objects.json: SyntaxError: Unexpected end of JSON input
                          2018-05-04 20:52:46.404  - info: host.IoBrocker  inMem-objects listening on port 9001
                          2018-05-04 20:52:46.437  - info: host.IoBrocker InMemoryDB connected
                          2018-05-04 20:52:46.449  - info: host.IoBrocker 40 instances found
                          host.IoBrocker check instance "system.adapter.ical.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.simple-api.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.javascript.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.sql.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.web.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.hm-rega.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.hm-rpc.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.hm-rpc.1" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.hm-rpc.2" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.sayit.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.admin.2" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.vis.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.vis-hqwidgets.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.vis-bars.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.vis-timeandweather.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.rpi2.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.dwd.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.ping.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.node-red.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.vis-history.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.samsung.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.vis-rgraph.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.vis-justgage.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.yr.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.nut.1" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.vis-fancyswitch.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.vis-jqui-mfd.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.vis-weather.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.tvspielfilm.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.yahka.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.yahka.1" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.yahka.2" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.scenes.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.sonos.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.telegram.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.ble.0" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.yahka.3" for host "IoBrocker"
                          host.IoBrocker check instance "system.adapter.synology.0" for host "IoBrocker"
                          2018-05-04 20:52:46.460  - info: host.IoBrocker starting 38 instances
                          2018-05-04 20:52:46.474  - info: host.IoBrocker instance system.adapter.admin.2 started with pid 1485
                          2018-05-04 20:52:48.010  - info: host.IoBrocker Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
                          2018-05-04 20:52:48.174  - error: admin.2 port 8081 already in use
                          
                          2018-05-04 20:52:48.188  - error: Caught by controller[0]: 2018-05-04 20:52:48.174  -  admin.2 port 8081 already in use
                          2018-05-04 20:52:48.188  - error: host.IoBrocker instance system.adapter.admin.2 terminated with code 1 ()
                          2018-05-04 20:52:48.189  - info: host.IoBrocker Restart adapter system.adapter.admin.2 because enabled
                          2018-05-04 20:52:48.920  - info: host.IoBrocker object change system.adapter.sonos.0
                          2018-05-04 20:52:48.925  - info: host.IoBrocker instance system.adapter.sonos.0 started with pid 1497
                          2018-05-04 20:52:50.467  - info: host.IoBrocker instance scheduled system.adapter.ical.0 0,30 * * * *
                          2018-05-04 20:52:50.471  - info: host.IoBrocker instance system.adapter.ical.0 started with pid 1507
                          2018-05-04 20:52:54.468  - info: host.IoBrocker instance system.adapter.simple-api.0 started with pid 1519
                          2018-05-04 20:52:54.740  - error: simple-api.0 already running
                          
                          2018-05-04 20:52:54.748  - error: Caught by controller[0]: 2018-05-04 20:52:54.740  -  simple-api.0 already running
                          2018-05-04 20:52:54.748  - error: host.IoBrocker instance system.adapter.simple-api.0 terminated with code 7 (Adapter already running)
                          2018-05-04 20:52:54.749  - info: host.IoBrocker Restart adapter system.adapter.simple-api.0 because enabled
                          2018-05-04 20:52:58.054  - info: host.IoBrocker instance system.adapter.ical.0 terminated with code 0 (OK)
                          Cannot download json from http://download.iobroker.net/sources-dist-latest.json. Error: Error: ETIMEDOUT
                          2018-05-04 20:52:58.129  - warn: host.IoBrocker warning: Cannot read "http://download.iobroker.net/sources-dist-latest.json"
                          2018-05-04 20:52:58.466  - info: host.IoBrocker instance system.adapter.javascript.0 started with pid 1529
                          2018-05-04 20:52:59.129  - error: javascript.0 already running
                          
                          2018-05-04 20:52:59.138  - error: Caught by controller[0]: 2018-05-04 20:52:59.129  -  javascript.0 already running
                          2018-05-04 20:52:59.138  - error: host.IoBrocker instance system.adapter.javascript.0 terminated with code 7 (Adapter already running)
                          2018-05-04 20:52:59.139  - info: host.IoBrocker Restart adapter system.adapter.javascript.0 because enabled
                          2018-05-04 20:53:02.468  - info: host.IoBrocker instance system.adapter.sql.0 started with pid 1539
                          Cannot find module 'pg-native'
                          
                          2018-05-04 20:53:02.934  - error: sql.0 already running
                          
                          2018-05-04 20:53:02.941  - error: Caught by controller[0]: Cannot find module 'pg-native'
                          2018-05-04 20:53:02.941  - error: Caught by controller[1]: 2018-05-04 20:53:02.934  -  sql.0 already running
                          2018-05-04 20:53:02.941  - error: host.IoBrocker instance system.adapter.sql.0 terminated with code 7 (Adapter already running)
                          2018-05-04 20:53:02.942  - info: host.IoBrocker Restart adapter system.adapter.sql.0 because enabled
                          2018-05-04 20:53:06.468  - info: host.IoBrocker instance system.adapter.web.0 started with pid 1550
                          2018-05-04 20:53:06.780  - error: web.0 already running
                          
                          2018-05-04 20:53:06.786  - error: Caught by controller[0]: 2018-05-04 20:53:06.780  -  web.0 already running
                          2018-05-04 20:53:06.786  - error: host.IoBrocker instance system.adapter.web.0 terminated with code 7 (Adapter already running)
                          2018-05-04 20:53:06.787  - info: host.IoBrocker Restart adapter system.adapter.web.0 because enabled
                          2018-05-04 20:53:10.468  - info: host.IoBrocker instance system.adapter.hm-rega.0 started with pid 1560
                          2018-05-04 20:53:10.698  - error: hm-rega.0 already running
                          
                          2018-05-04 20:53:10.704  - error: Caught by controller[0]: 2018-05-04 20:53:10.698  -  hm-rega.0 already running
                          2018-05-04 20:53:10.705  - error: host.IoBrocker instance system.adapter.hm-rega.0 terminated with code 7 (Adapter already running)
                          2018-05-04 20:53:10.705  - info: host.IoBrocker Restart adapter system.adapter.hm-rega.0 because enabled
                          2018-05-04 20:53:14.468  - info: host.IoBrocker instance system.adapter.hm-rpc.0 started with pid 1570
                          ^C2018-05-04 20:53:18.198  - info: host.IoBrocker instance system.adapter.admin.2 started with pid 1580
                          2018-05-04 20:53:18.206  - info: host.IoBrocker received SIGINT
                          2018-05-04 20:53:18.210  - info: host.IoBrocker instance system.adapter.sonos.0 terminated with code 0 (OK)
                          2018-05-04 20:53:18.212  - info: host.IoBrocker instance system.adapter.hm-rpc.0 terminated with code 0 (OK)
                          2018-05-04 20:53:19.742  - info: host.IoBrocker Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
                          2018-05-04 20:53:28.211  - info: host.IoBrocker force terminating
                          2018-05-04 20:53:28.211  - info: Adapter admin still running
                          2018-05-04 20:53:29.144  - info: host.IoBrocker instance system.adapter.javascript.0 started with pid 1590
                          
                          

                          verstehe nicht wieso er doppelt laufen soll

                          INTEL NUC BOXNUC6I3SYH i3-6100U - Proxmox

                          Speicher: Transcend MTS800 M.2 SSD 128GB SATA III, MLC

                          RAM: 40Gig Crucial 8GB DDR4 CT2K8G4SFS824A + 32GB DDR4CT32G4SFD8266

                          1 Antwort Letzte Antwort
                          0
                          • DutchmanD Offline
                            DutchmanD Offline
                            Dutchman
                            Developer Most Active Administrators
                            schrieb am zuletzt editiert von
                            #28

                            Hat du das System neu gestartet?

                            –-----------------------

                            Send from mobile device

                            Das schöne ios hat Auto Korrektur zum k****

                            Wer Schreibfehler findet darf sie behalten oder auf eBay verkaufen, mindest Umsatz 10% für die community

                            1 Antwort Letzte Antwort
                            0
                            • C Offline
                              C Offline
                              chka
                              schrieb am zuletzt editiert von
                              #29

                              ja mehrfach

                              INTEL NUC BOXNUC6I3SYH i3-6100U - Proxmox

                              Speicher: Transcend MTS800 M.2 SSD 128GB SATA III, MLC

                              RAM: 40Gig Crucial 8GB DDR4 CT2K8G4SFS824A + 32GB DDR4CT32G4SFD8266

                              1 Antwort Letzte Antwort
                              0
                              • C Offline
                                C Offline
                                chka
                                schrieb am zuletzt editiert von
                                #30

                                ich komme einfach nicht weiter :evil:

                                starte ich iobroker mit dem Befehl````
                                node node_modules/iobroker.js-controller/controller.js --logs

                                
                                bei````
                                iobroker start
                                ````oder reboot und dann autostart, startet zwar iobroker aber nach einer zeit ist Schluss
                                
                                

                                2018-05-12 11:56:34.883 - [32minfo[39m: host.IoBrocker iobroker.js-controller version 1.4.2 js-controller starting
                                2018-05-12 11:56:34.888 - [32minfo[39m: host.IoBrocker Copyright (c) 2014-2018 bluefox, 2014 hobbyquaker
                                2018-05-12 11:56:34.888 - [32minfo[39m: host.IoBrocker hostname: IoBrocker, node: v6.14.2
                                2018-05-12 11:56:34.889 - [32minfo[39m: host.IoBrocker ip addresses: 192.168.178.152 fe80::20c:29ff:fe45:b018
                                2018-05-12 11:56:34.971 - [32minfo[39m: host.IoBrocker inMem-states listening on port 9000
                                2018-05-12 11:56:35.150 - [32minfo[39m: host.IoBrocker inMem-objects listening on port 9001
                                2018-05-12 11:56:35.157 - [32minfo[39m: host.IoBrocker InMemoryDB connected
                                2018-05-12 11:56:35.168 - [32minfo[39m: host.IoBrocker 40 instances found
                                2018-05-12 11:56:35.178 - [32minfo[39m: host.IoBrocker starting 38 instances
                                2018-05-12 11:56:35.196 - [32minfo[39m: host.IoBrocker instance system.adapter.admin.2 started with pid 3068
                                2018-05-12 11:56:35.637 - [33mwarn[39m: ping.0 Reconnection to DB.
                                2018-05-12 11:56:35.642 - [33mwarn[39m: ping.0 Reconnection to DB.
                                2018-05-12 11:56:36.380 - [33mwarn[39m: samsung.0 Reconnection to DB.
                                2018-05-12 11:56:36.394 - [33mwarn[39m: samsung.0 Reconnection to DB.
                                2018-05-12 11:56:36.364 - [33mwarn[39m: admin.2 Reconnection to DB.
                                2018-05-12 11:56:36.399 - [33mwarn[39m: admin.2 Reconnection to DB.
                                2018-05-12 11:56:37.222 - [32minfo[39m: host.IoBrocker Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
                                2018-05-12 11:56:37.388 - [31merror[39m: Caught by controller[0]: 2018-05-12 11:56:37.277 - admin.2 port 8081 already in use
                                2018-05-12 11:56:37.389 - [31merror[39m: host.IoBrocker instance system.adapter.admin.2 terminated with code 1 ()
                                2018-05-12 11:56:37.389 - [32minfo[39m: host.IoBrocker Restart adapter system.adapter.admin.2 because enabled
                                2018-05-12 11:56:37.640 - [31merror[39m: admin.2 already running
                                2018-05-12 11:56:37.795 - [33mwarn[39m: hm-rpc.1 Reconnection to DB.
                                2018-05-12 11:56:37.801 - [33mwarn[39m: hm-rpc.1 Reconnection to DB.
                                2018-05-12 11:56:37.918 - [31merror[39m: hm-rpc.1 already running
                                2018-05-12 11:56:39.188 - [32minfo[39m: host.IoBrocker instance scheduled system.adapter.ical.0 0,30 * * * *
                                2018-05-12 11:56:39.195 - [32minfo[39m: host.IoBrocker instance system.adapter.ical.0 started with pid 3079
                                2018-05-12 11:56:39.683 - [31merror[39m: ping.0 already running
                                2018-05-12 11:56:39.965 - [31merror[39m: samsung.0 already running
                                2018-05-12 11:56:43.193 - [32minfo[39m: host.IoBrocker instance system.adapter.simple-api.0 started with pid 3090
                                2018-05-12 11:56:43.499 - [31merror[39m: Caught by controller[0]: 2018-05-12 11:56:43.487 - simple-api.0 already running
                                2018-05-12 11:56:43.499 - [31merror[39m: host.IoBrocker instance system.adapter.simple-api.0 terminated with code 7 (Adapter already running)
                                2018-05-12 11:56:43.499 - [32minfo[39m: host.IoBrocker Restart adapter system.adapter.simple-api.0 because enabled
                                2018-05-12 11:56:46.775 - [32minfo[39m: host.IoBrocker instance system.adapter.ical.0 terminated with code 0 (OK)
                                2018-05-12 11:56:47.201 - [32minfo[39m: host.IoBrocker instance system.adapter.javascript.0 started with pid 3100
                                2018-05-12 11:56:49.747 - [31merror[39m: Caught by controller[0]: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                2018-05-12 11:56:49.747 - [31merror[39m: Caught by controller[1]: 1:
                                2018-05-12 11:56:49.747 - [31merror[39m: Caught by controller[2]: node::Abort() [io.javascript.0]
                                2018-05-12 11:56:49.747 - [31merror[39m: Caught by controller[2]: 2:
                                2018-05-12 11:56:49.747 - [31merror[39m: Caught by controller[3]: 0x7cff7c [io.javascript.0]
                                2018-05-12 11:56:49.747 - [31merror[39m: Caught by controller[3]: 3:
                                2018-05-12 11:56:49.747 - [31merror[39m: Caught by controller[4]: v8::Utils::ReportApiFailure(char const*, char const*) [io.javascript.0]
                                2018-05-12 11:56:49.747 - [31merror[39m: Caught by controller[4]: 4:
                                2018-05-12 11:56:49.747 - [31merror[39m: Caught by controller[5]: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool) [io.javascript.0]
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[5]: 5:
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[6]: v8::internal::Factory::NewJSObject(v8::internal::Handlev8::internal::jsfunction, v8::internal::PretenureFlag) [io.javascript.0]
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[6]: 6:
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[7]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[7]: 7:
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[8]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[9]: [io.javascript.0]
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[9]: 8:
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[10]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[10]: 9:
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[11]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[11]: 10:
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[12]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[12]: 11:
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[13]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[13]: 12:
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[14]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[14]: 13:
                                2018-05-12 11:56:49.748 - [31merror[39m: Caught by controller[15]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-12 11:56:49.749 - [31merror[39m: Caught by controller[16]: [io.javascript.0]
                                2018-05-12 11:56:49.749 - [31merror[39m: Caught by controller[16]: 14:
                                2018-05-12 11:56:49.749 - [31merror[39m: Caught by controller[17]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-12 11:56:49.749 - [31merror[39m: Caught by controller[17]: 15:
                                2018-05-12 11:56:49.749 - [31merror[39m: Caught by controller[18]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-12 11:56:49.749 - [31merror[39m: Caught by controller[18]: 16:
                                2018-05-12 11:56:49.749 - [31merror[39m: Caught by controller[19]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-12 11:56:49.749 - [31merror[39m: Caught by controller[19]: 17:
                                2018-05-12 11:56:49.749 - [31merror[39m: Caught by controller[20]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-12 11:56:49.749 - [31merror[39m: Caught by controller[20]: 18:
                                2018-05-12 11:56:49.749 - [31merror[39m: Caught by controller[21]: v8::internal::JsonParser<false>::ParseJson() [io.javascript.0]
                                2018-05-12 11:56:49.749 - [31merror[39m: Caught by controller[21]: 19:
                                2018-05-12 11:56:49.749 - [31merror[39m: Caught by controller[22]: v8::internal::JsonParser<false>::Parse(v8::internal::Handlev8::internal::string) [io.javascript.0]
                                2018-05-12 11:56:49.749 - [31merror[39m: Caught by controller[22]: 20:
                                2018-05-12 11:56:49.749 - [31merror[39m: Caught by controller[23]: v8::internal::Runtime_ParseJson(int, v8::internal::Object**, v8::internal::Isolate*) [io.javascript.0]
                                2018-05-12 11:56:49.749 - [31merror[39m: Caught by controller[23]: 21: 0x1e218ff092a7
                                2018-05-12 11:56:49.749 - [33mwarn[39m: host.IoBrocker instance system.adapter.javascript.0 terminated due to SIGABRT
                                2018-05-12 11:56:49.750 - [31merror[39m: host.IoBrocker instance system.adapter.javascript.0 terminated with code null ()
                                2018-05-12 11:56:49.750 - [32minfo[39m: host.IoBrocker Restart adapter system.adapter.javascript.0 because enabled
                                2018-05-12 11:56:51.201 - [32minfo[39m: host.IoBrocker instance system.adapter.sql.0 started with pid 3110
                                2018-05-12 11:56:52.001 - [31merror[39m: sql.0 Error: ER_HOST_IS_BLOCKED: Host '192.168.178.152' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
                                2018-05-12 11:56:55.186 - [32minfo[39m: host.IoBrocker instance system.adapter.web.0 started with pid 3121
                                2018-05-12 11:56:55.594 - [31merror[39m: Caught by controller[0]: 2018-05-12 11:56:55.584 - web.0 already running
                                2018-05-12 11:56:55.594 - [31merror[39m: host.IoBrocker instance system.adapter.web.0 terminated with code 7 (Adapter already running)
                                2018-05-12 11:56:55.595 - [32minfo[39m: host.IoBrocker Restart adapter system.adapter.web.0 because enabled
                                2018-05-12 11:56:59.187 - [32minfo[39m: host.IoBrocker instance system.adapter.hm-rega.0 started with pid 3133
                                2018-05-12 11:56:59.559 - [31merror[39m: Caught by controller[0]: 2018-05-12 11:56:59.548 - hm-rega.0 already running
                                2018-05-12 11:56:59.559 - [31merror[39m: host.IoBrocker instance system.adapter.hm-rega.0 terminated with code 7 (Adapter already running)
                                2018-05-12 11:56:59.560 - [32minfo[39m: host.IoBrocker Restart adapter system.adapter.hm-rega.0 because enabled
                                2018-05-12 11:57:03.188 - [32minfo[39m: host.IoBrocker instance system.adapter.hm-rpc.0 started with pid 3143
                                2018-05-12 11:57:07.184 - [32minfo[39m: host.IoBrocker instance system.adapter.hm-rpc.1 started with pid 3153
                                2018-05-12 11:57:07.393 - [32minfo[39m: host.IoBrocker instance system.adapter.admin.2 started with pid 3159
                                2018-05-12 11:57:09.398 - [32minfo[39m: host.IoBrocker Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
                                2018-05-12 11:57:11.192 - [32minfo[39m: host.IoBrocker instance system.adapter.hm-rpc.2 started with pid 3173
                                2018-05-12 11:57:13.506 - [32minfo[39m: host.IoBrocker instance system.adapter.simple-api.0 started with pid 3183
                                2018-05-12 11:57:15.184 - [32minfo[39m: host.IoBrocker instance system.adapter.sayit.0 started with pid 3193
                                2018-05-12 11:57:19.756 - [32minfo[39m: host.IoBrocker instance system.adapter.javascript.0 started with pid 3213
                                2018-05-12 11:57:20.514 - [32minfo[39m: host.IoBrocker instance system.adapter.vis.0 terminated while should be started once
                                2018-05-12 11:57:22.040 - [31merror[39m: sql.0 Error: ER_HOST_IS_BLOCKED: Host '192.168.178.152' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
                                2018-05-12 11:57:22.413 - [31merror[39m: Caught by controller[0]: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                2018-05-12 11:57:22.415 - [31merror[39m: Caught by controller[1]: 1:
                                2018-05-12 11:57:22.415 - [31merror[39m: Caught by controller[2]: node::Abort() [io.javascript.0]
                                2018-05-12 11:57:22.415 - [31merror[39m: Caught by controller[2]: 2:
                                2018-05-12 11:57:22.415 - [31merror[39m: Caught by controller[3]: 0x7cff7c [io.javascript.0]
                                2018-05-12 11:57:22.415 - [31merror[39m: Caught by controller[3]: 3:
                                2018-05-12 11:57:22.415 - [31merror[39m: Caught by controller[4]: v8::Utils::ReportApiFailure(char const*, char const*) [io.javascript.0]
                                2018-05-12 11:57:22.415 - [31merror[39m: Caught by controller[4]: 4:
                                2018-05-12 11:57:22.415 - [31merror[39m: Caught by controller[5]: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool) [io.javascript.0]
                                2018-05-12 11:57:22.415 - [31merror[39m: Caught by controller[5]: 5:
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[6]: v8::internal::Factory::NewJSObject(v8::internal::Handlev8::internal::jsfunction, v8::internal::PretenureFlag) [io.javascript.0]
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[6]: 6:
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[7]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[7]: 7:
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[8]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[8]: 8:
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[9]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[9]: 9:
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[10]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[10]: 10:
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[11]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[11]: 11:
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[12]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[12]: 12:
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[13]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[13]: 13:
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[14]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[14]: 14:
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[15]: v8::internal::JsonParser<false>::ParseJson() [io.javascript.0]
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[15]: 15:
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[16]: v8::internal::JsonParser<false>::Parse(v8::internal::Handlev8::internal::string) [io.javascript.0]
                                2018-05-12 11:57:22.416 - [31merror[39m: Caught by controller[16]: 16:
                                2018-05-12 11:57:22.417 - [31merror[39m: Caught by controller[17]: v8::internal::Runtime_ParseJson(int, v8::internal::Object**, v8::internal::Isolate*) [io.javascript.0]
                                2018-05-12 11:57:22.417 - [31merror[39m: Caught by controller[17]: 17: 0x28859f4092a7
                                2018-05-12 11:57:22.417 - [33mwarn[39m: host.IoBrocker instance system.adapter.javascript.0 terminated due to SIGABRT
                                2018-05-12 11:57:22.417 - [31merror[39m: host.IoBrocker instance system.adapter.javascript.0 terminated with code null ()
                                2018-05-12 11:57:22.417 - [32minfo[39m: host.IoBrocker Restart adapter system.adapter.javascript.0 because enabled
                                2018-05-12 11:57:25.606 - [32minfo[39m: host.IoBrocker instance system.adapter.web.0 started with pid 3223
                                2018-05-12 11:57:29.564 - [32minfo[39m: host.IoBrocker instance system.adapter.hm-rega.0 started with pid 3233
                                2018-05-12 11:57:31.442 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:57:32.251 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:57:33.593 - [33mwarn[39m: sql.0 Cannot get index of "javascript.0.Google_Maps.Lahnstraße.Minuten_0": No connection
                                2018-05-12 11:57:33.596 - [33mwarn[39m: sql.0 Cannot get index of "javascript.0.Google_Maps.Büchel.Minuten_0": No connection
                                2018-05-12 11:57:33.596 - [33mwarn[39m: sql.0 Cannot get index of "hm-rpc.1.CUX9000002.1.BRIGHTNESS": No connection
                                2018-05-12 11:57:33.597 - [33mwarn[39m: sql.0 Cannot get index of "ble.0.c4:7c:8d:66:51:6a.moisture": No connection
                                2018-05-12 11:57:34.623 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:57:34.628 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:57:35.183 - [32minfo[39m: host.IoBrocker instance system.adapter.rpi2.0 started with pid 3243
                                2018-05-12 11:57:39.187 - [32minfo[39m: host.IoBrocker instance scheduled system.adapter.dwd.0 5 * * * *
                                2018-05-12 11:57:39.193 - [32minfo[39m: host.IoBrocker instance system.adapter.dwd.0 started with pid 3261
                                2018-05-12 11:57:40.368 - [32minfo[39m: host.IoBrocker instance system.adapter.dwd.0 terminated with code 0 (OK)
                                2018-05-12 11:57:41.434 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:57:41.442 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:57:41.442 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:57:41.442 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:57:42.380 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:57:42.380 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:57:42.773 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:57:42.773 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:57:42.774 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:57:43.185 - [32minfo[39m: host.IoBrocker instance system.adapter.ping.0 started with pid 3272
                                2018-05-12 11:57:46.131 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:57:46.134 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:57:47.185 - [32minfo[39m: host.IoBrocker instance system.adapter.node-red.0 started with pid 3284
                                2018-05-12 11:57:47.594 - [31merror[39m: node-red.0 setObject id missing!!
                                2018-05-12 11:57:49.896 - [33mwarn[39m: node-red.0 12 May 11:57:49 - [warn] ------------------------------------------------------

                                2018-05-12 11:57:49.898 - [33mwarn[39m: node-red.0 12 May 11:57:49 - [warn] [node-red/rpi-gpio] Info : Ignoring Raspberry Pi specific node

                                2018-05-12 11:57:49.898 - [33mwarn[39m: node-red.0 12 May 11:57:49 - [warn] ------------------------------------------------------
                                12 May 11:57:49 - [info] Settings file : /opt/iobroker/iobroker-data/node-red/settings.js

                                2018-05-12 11:57:49.899 - [33mwarn[39m: node-red.0 12 May 11:57:49 - [warn] Projects disabled : set editorTheme.projects.enabled=true to enable

                                2018-05-12 11:57:49.940 - [33mwarn[39m: node-red.0 12 May 11:57:49 - [warn]


                                Your flow credentials file is encrypted using a system-generated key.

                                If the system-generated key is lost for any reason, your credentials
                                file will not be recoverable, you will have to delete it and re-enter
                                your credentials.

                                You should set your own key using the 'credentialSecret' option in
                                your settings file. Node-RED will then re-encrypt your credentials
                                file using your chosen key the next time you deploy a change.

                                2018-05-12 11:57:52.081 - [31merror[39m: sql.0 Error: ER_HOST_IS_BLOCKED: Host '192.168.178.152' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
                                2018-05-12 11:57:52.424 - [32minfo[39m: host.IoBrocker instance system.adapter.javascript.0 started with pid 3310
                                2018-05-12 11:57:54.873 - [31merror[39m: Caught by controller[0]: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                2018-05-12 11:57:54.873 - [31merror[39m: Caught by controller[1]: 1:
                                2018-05-12 11:57:54.873 - [31merror[39m: Caught by controller[2]: node::Abort()
                                2018-05-12 11:57:54.873 - [31merror[39m: Caught by controller[3]: [io.javascript.0]
                                2018-05-12 11:57:54.873 - [31merror[39m: Caught by controller[5]: 2:
                                2018-05-12 11:57:54.873 - [31merror[39m: Caught by controller[6]: 0x7cff7c
                                2018-05-12 11:57:54.873 - [31merror[39m: Caught by controller[7]: [io.javascript.0]
                                2018-05-12 11:57:54.873 - [31merror[39m: Caught by controller[9]: 3:
                                2018-05-12 11:57:54.873 - [31merror[39m: Caught by controller[10]: v8::Utils::ReportApiFailure(char const*, char const*)
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[11]: [io.javascript.0]
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[13]: 4:
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[14]: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool)
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[15]: [io.javascript.0]
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[17]: 5:
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[18]: v8::internal::Factory::NewRawOneByteString(int, v8::internal::PretenureFlag)
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[19]: [io.javascript.0]
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[21]: 6:
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[22]: v8::internal::Handle v8::internal::stringv8::internal::JsonParser<false>::SlowScanJsonString<v8::internal::seqonebytestring, unsigned/char="">(v8::internal::Handlev8::internal::string, int, int)
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[23]: [io.javascript.0]
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[25]: 7:
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[26]: v8::internal::Handle v8::internal::stringv8::internal::JsonParser<false>::SlowScanJsonString<v8::internal::seqonebytestring, unsigned/char="">(v8::internal::Handlev8::internal::string, int, int)
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[27]: [io.javascript.0]
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[29]: 8:
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[30]: v8::internal::Handle v8::internal::stringv8::internal::JsonParser<false>::SlowScanJsonString<v8::internal::seqonebytestring, unsigned/char="">(v8::internal::Handlev8::internal::string, int, int)
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[31]: [io.javascript.0]
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[33]: 9:
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[34]: v8::internal::Handle v8::internal::stringv8::internal::JsonParser<false>::SlowScanJsonString<v8::internal::seqonebytestring, unsigned/char="">(v8::internal::Handlev8::internal::string, int, int)
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[35]: [io.javascript.0]
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[37]: 10:
                                2018-05-12 11:57:54.874 - [31merror[39m: Caught by controller[38]: v8::internal::Handle v8::internal::stringv8::internal::JsonParser<false>::SlowScanJsonString<v8::internal::seqonebytestring, unsigned/char="">(v8::internal::Handlev8::internal::string, int, int)
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[39]: [io.javascript.0]
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[41]: 11:
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[42]: v8::internal::Handle v8::internal::stringv8::internal::JsonParser<false>::ScanJsonString<false>()
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[43]: [io.javascript.0]
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[45]: 12:
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[46]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[47]: [io.javascript.0]
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[49]: 13:
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[50]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[51]: [io.javascript.0]
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[53]: 14:
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[54]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[55]: [io.javascript.0]
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[57]: 15:
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[58]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[59]: [io.javascript.0]
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[61]: 16:
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[62]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[63]: [io.javascript.0]
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[65]: 17:
                                2018-05-12 11:57:54.875 - [31merror[39m: Caught by controller[66]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-12 11:57:54.876 - [31merror[39m: Caught by controller[67]: [io.javascript.0]
                                2018-05-12 11:57:54.876 - [31merror[39m: Caught by controller[69]: 18:
                                2018-05-12 11:57:54.876 - [31merror[39m: Caught by controller[70]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-12 11:57:54.876 - [31merror[39m: Caught by controller[71]: [io.javascript.0]
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[73]: 19:
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[74]: v8::internal::JsonParser<false>::ParseJsonArray()
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[75]: [io.javascript.0]
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[77]: 20:
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[78]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[79]: [io.javascript.0]
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[81]: 21:
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[82]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[83]: [io.javascript.0]
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[85]: 22:
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[86]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[87]: [io.javascript.0]
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[89]: 23:
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[90]: v8::internal::JsonParser<false>::ParseJsonArray()
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[91]: [io.javascript.0]
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[93]: 24:
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[94]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-12 11:57:54.882 - [31merror[39m: Caught by controller[95]: [io.javascript.0]
                                2018-05-12 11:57:54.883 - [31merror[39m: Caught by controller[97]: 25:
                                2018-05-12 11:57:54.883 - [31merror[39m: Caught by controller[98]: v8::internal::JsonParser<false>::ParseJson()
                                2018-05-12 11:57:54.883 - [31merror[39m: Caught by controller[99]: [io.javascript.0]
                                2018-05-12 11:57:54.883 - [31merror[39m: Caught by controller[101]: 26:
                                2018-05-12 11:57:54.883 - [31merror[39m: Caught by controller[102]: v8::internal::JsonParser<false>::Parse(v8::internal::Handlev8::internal::string)
                                2018-05-12 11:57:54.883 - [31merror[39m: Caught by controller[103]: [io.javascript.0]
                                2018-05-12 11:57:54.883 - [31merror[39m: Caught by controller[105]: 27:
                                2018-05-12 11:57:54.883 - [31merror[39m: Caught by controller[106]: v8::internal::Runtime_ParseJson(int, v8::internal::Object**, v8::internal::Isolate*)
                                2018-05-12 11:57:54.883 - [31merror[39m: Caught by controller[107]: [io.javascript.0]
                                2018-05-12 11:57:54.883 - [31merror[39m: Caught by controller[109]: 28:
                                2018-05-12 11:57:54.883 - [31merror[39m: Caught by controller[110]: 0x1f65585092a7
                                2018-05-12 11:57:54.883 - [33mwarn[39m: host.IoBrocker instance system.adapter.javascript.0 terminated due to SIGABRT
                                2018-05-12 11:57:54.883 - [31merror[39m: host.IoBrocker instance system.adapter.javascript.0 terminated with code null ()
                                2018-05-12 11:57:54.885 - [32minfo[39m: host.IoBrocker Restart adapter system.adapter.javascript.0 because enabled
                                2018-05-12 11:57:55.184 - [32minfo[39m: host.IoBrocker instance system.adapter.samsung.0 started with pid 3322
                                2018-05-12 11:58:02.523 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:58:07.188 - [32minfo[39m: host.IoBrocker instance scheduled system.adapter.yr.0 0 * * * *
                                2018-05-12 11:58:07.194 - [32minfo[39m: host.IoBrocker instance system.adapter.yr.0 started with pid 3337
                                2018-05-12 11:58:11.187 - [32minfo[39m: host.IoBrocker instance system.adapter.nut.1 started with pid 3348
                                2018-05-12 11:58:11.686 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:58:11.686 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:58:11.703 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:58:12.861 - [32minfo[39m: host.IoBrocker instance system.adapter.yr.0 terminated with code 0 (OK)
                                2018-05-12 11:58:21.651 - [33mwarn[39m: sql.0 No connection to SQL-DB
                                2018-05-12 11:58:22.114 - [31merror[39m: sql.0 Error: ER_HOST_IS_BLOCKED: Host '192.168.178.152' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
                                2018-05-12 11:58:24.890 - [32minfo[39m: host.IoBrocker instance system.adapter.javascript.0 started with pid 3372
                                2018-05-12 11:58:27.191 - [32minfo[39m: host.IoBrocker instance scheduled system.adapter.tvspielfilm.0 /30 * * * *
                                2018-05-12 11:58:27.199 - [32minfo[39m: host.IoBrocker instance system.adapter.tvspielfilm.0 started with pid 3383
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[0]: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[1]: 1: node::Abort() [io.javascript.0]
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[1]: 2:
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[2]: 0x7cff7c [io.javascript.0]
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[2]: 3:
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[3]: v8::Utils::ReportApiFailure(char const
                                , char const*) [io.javascript.0]
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[3]: 4:
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[4]: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool) [io.javascript.0]
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[4]: 5:
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[5]: v8::internal::Factory::NewRawOneByteString(int, v8::internal::PretenureFlag) [io.javascript.0]
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[5]: 6:
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[6]: v8::internal::Handle v8::internal::stringv8::internal::JsonParser<false>::ScanJsonString<true>() [io.javascript.0]
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[6]: 7:
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[7]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[7]: 8:
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[8]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[8]: 9:
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[9]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[9]: 10:
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[10]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[10]: 11:
                                2018-05-12 11:58:27.326 - [31merror[39m: Caught by controller[11]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-12 11:58:27.327 - [31merror[39m: Caught by controller[11]: 12:
                                2018-05-12 11:58:27.328 - [31merror[39m: Caught by controller[12]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-12 11:58:27.328 - [31merror[39m: Caught by controller[12]: 13:
                                2018-05-12 11:58:27.328 - [31merror[39m: Caught by controller[13]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-12 11:58:27.328 - [31merror[39m: Caught by controller[13]: 14:
                                2018-05-12 11:58:27.328 - [31merror[39m: Caught by controller[14]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-12 11:58:27.328 - [31merror[39m: Caught by controller[14]: 15:
                                2018-05-12 11:58:27.328 - [31merror[39m: Caught by controller[15]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-12 11:58:27.328 - [31merror[39m: Caught by controller[15]: 16:
                                2018-05-12 11:58:27.328 - [31merror[39m: Caught by controller[16]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-12 11:58:27.328 - [31merror[39m: Caught by controller[16]: 17:
                                2018-05-12 11:58:27.328 - [31merror[39m: Caught by controller[17]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-12 11:58:27.328 - [31merror[39m: Caught by controller[17]: 18:
                                2018-05-12 11:58:27.329 - [31merror[39m: Caught by controller[18]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-12 11:58:27.329 - [31merror[39m: Caught by controller[18]: 19:
                                2018-05-12 11:58:27.329 - [31merror[39m: Caught by controller[19]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-12 11:58:27.329 - [31merror[39m: Caught by controller[19]: 20:
                                2018-05-12 11:58:27.329 - [31merror[39m: Caught by controller[20]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-12 11:58:27.329 - [31merror[39m: Caught by controller[20]: 21:
                                2018-05-12 11:58:27.329 - [31merror[39m: Caught by controller[21]: v8::internal::JsonParser<false>::ParseJson() [io.javascript.0]
                                2018-05-12 11:58:27.329 - [31merror[39m: Caught by controller[21]: 22:
                                2018-05-12 11:58:27.329 - [31merror[39m: Caught by controller[22]: v8::internal::JsonParser<false>::Parse(v8::internal::Handlev8::internal::string) [io.javascript.0]
                                2018-05-12 11:58:27.329 - [31merror[39m: Caught by controller[22]: 23:
                                2018-05-12 11:58:27.329 - [31merror[39m: Caught by controller[23]: v8::internal::Runtime_ParseJson(int, v8::internal::Object**, v8::internal::Isolate*) [io.javascript.0]
                                2018-05-12 11:58:27.330 - [31merror[39m: Caught by controller[23]: 24: 0x2b253f4092a7
                                2018-05-12 11:58:27.330 - [33mwarn[39m: host.IoBrocker instance system.adapter.javascript.0 terminated due to SIGABRT
                                2018-05-12 11:58:27.330 - [31merror[39m: host.IoBrocker instance system.adapter.javascript.0 terminated with code null ()
                                2018-05-12 11:58:27.330 - [32minfo[39m: host.IoBrocker Restart adapter system.adapter.javascript.0 because enabled
                                2018-05-12 11:58:31.186 - [32minfo[39m: host.IoBrocker instance system.adapter.yahka.0 started with pid 3394
                                2018-05-12 11:58:35.192 - [32minfo[39m: host.IoBrocker instance system.adapter.yahka.1 started with pid 3407
                                2018-05-12 11:58:52.185 - [31merror[39m: sql.0 Error: ER_HOST_IS_BLOCKED: Host '192.168.178.152' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'</v8::internal::string></false></false></false></false></false></false></false></false></false></false></false></false></false></false></false></false></true></false></v8::internal::string></v8::internal::string></false></false></false></false></false></false></false></false></false></false></false></false></false></false></false></false></false></v8::internal::string></v8::internal::string></v8::internal::seqonebytestring,></false></v8::internal::string></v8::internal::string></v8::internal::seqonebytestring,></false></v8::internal::string></v8::internal::string></v8::internal::seqonebytestring,></false></v8::internal::string></v8::internal::string></v8::internal::seqonebytestring,></false></v8::internal::string></v8::internal::string></v8::internal::seqonebytestring,></false></v8::internal::string></v8::internal::string></false></false></false></false></false></false></false></false></false></false></v8::internal::jsfunction></v8::internal::string></false></false></false></false></false></false></false></false></false></false></false></false></false></false></v8::internal::jsfunction>

                                
                                danach
                                
                                

                                iobroker status
                                Cannot parse /opt/iobroker/node_modules/iobroker.js-controller/lib/states/../../../../iobroker-data/states.json: SyntaxError: Unexpected end of JSON input
                                iobroker is not running

                                INTEL NUC BOXNUC6I3SYH i3-6100U - Proxmox

                                Speicher: Transcend MTS800 M.2 SSD 128GB SATA III, MLC

                                RAM: 40Gig Crucial 8GB DDR4 CT2K8G4SFS824A + 32GB DDR4CT32G4SFD8266

                                1 Antwort Letzte Antwort
                                0
                                • wendy2702W Offline
                                  wendy2702W Offline
                                  wendy2702
                                  schrieb am zuletzt editiert von
                                  #31

                                  Kannst du mal mit Deaktiviertem JavaScript Adapter testen:

                                  FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                  

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

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

                                  1 Antwort Letzte Antwort
                                  0
                                  • C Offline
                                    C Offline
                                    chka
                                    schrieb am zuletzt editiert von
                                    #32

                                    leider nein

                                    2018-05-12 20:01:30.051  - [32minfo[39m: host.IoBrocker iobroker.js-controller version 1.4.2 js-controller starting
                                    2018-05-12 20:01:30.055  - [32minfo[39m: host.IoBrocker Copyright (c) 2014-2018 bluefox, 2014 hobbyquaker
                                    2018-05-12 20:01:30.055  - [32minfo[39m: host.IoBrocker hostname: IoBrocker, node: v6.14.2
                                    2018-05-12 20:01:30.055  - [32minfo[39m: host.IoBrocker ip addresses: 192.168.178.152 fe80::20c:29ff:fe45:b018
                                    2018-05-12 20:01:30.122  - [32minfo[39m: host.IoBrocker  inMem-states listening on port 9000
                                    2018-05-12 20:01:30.289  - [32minfo[39m: host.IoBrocker  inMem-objects listening on port 9001
                                    2018-05-12 20:01:30.295  - [32minfo[39m: host.IoBrocker InMemoryDB connected
                                    2018-05-12 20:01:30.308  - [32minfo[39m: host.IoBrocker 40 instances found
                                    2018-05-12 20:01:30.319  - [32minfo[39m: host.IoBrocker starting 35 instances
                                    2018-05-12 20:01:30.339  - [32minfo[39m: host.IoBrocker instance system.adapter.admin.2 started with pid 5250
                                    2018-05-12 20:01:31.566  - [33mwarn[39m: sayit.0 Reconnection to DB.
                                    2018-05-12 20:01:31.576  - [33mwarn[39m: sayit.0 Reconnection to DB.
                                    2018-05-12 20:01:31.570  - [33mwarn[39m: hm-rpc.2 Reconnection to DB.
                                    2018-05-12 20:01:31.583  - [33mwarn[39m: hm-rpc.2 Reconnection to DB.
                                    2018-05-12 20:01:32.125  - [31merror[39m: sayit.0 already running
                                    2018-05-12 20:01:32.520  - [32minfo[39m: host.IoBrocker Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
                                    2018-05-12 20:01:32.708  - [31merror[39m: Caught by controller[0]: 2018-05-12 20:01:32.676  -  admin.2 port 8081 already in use
                                    2018-05-12 20:01:32.709  - [31merror[39m: host.IoBrocker instance system.adapter.admin.2 terminated with code 1 ()
                                    2018-05-12 20:01:32.709  - [32minfo[39m: host.IoBrocker Restart adapter system.adapter.admin.2 because enabled
                                    2018-05-12 20:01:32.736  - [31merror[39m: hm-rpc.2 already running
                                    2018-05-12 20:01:32.866  - [33mwarn[39m: hm-rpc.0 Reconnection to DB.
                                    2018-05-12 20:01:32.876  - [33mwarn[39m: hm-rpc.0 Reconnection to DB.
                                    2018-05-12 20:01:33.392  - [33mwarn[39m: web.0 Reconnection to DB.
                                    2018-05-12 20:01:33.401  - [33mwarn[39m: web.0 Reconnection to DB.
                                    2018-05-12 20:01:33.781  - [31merror[39m: web.0 already running
                                    2018-05-12 20:01:33.879  - [33mwarn[39m: admin.2 Reconnection to DB.
                                    2018-05-12 20:01:33.888  - [33mwarn[39m: admin.2 Reconnection to DB.
                                    2018-05-12 20:01:34.147  - [33mwarn[39m: ping.0 Reconnection to DB.
                                    2018-05-12 20:01:34.154  - [33mwarn[39m: ping.0 Reconnection to DB.
                                    2018-05-12 20:01:34.379  - [32minfo[39m: host.IoBrocker instance scheduled system.adapter.ical.0 0,30 * * * *
                                    2018-05-12 20:01:34.387  - [32minfo[39m: host.IoBrocker instance system.adapter.ical.0 started with pid 5271
                                    2018-05-12 20:01:34.557  - [31merror[39m: hm-rpc.0 already running
                                    2018-05-12 20:01:35.053  - [31merror[39m: admin.2 already running
                                    2018-05-12 20:01:35.149  - [31merror[39m: ping.0 already running
                                    2018-05-12 20:01:38.343  - [32minfo[39m: host.IoBrocker instance system.adapter.simple-api.0 started with pid 5281
                                    2018-05-12 20:01:38.690  - [31merror[39m: Caught by controller[0]: 2018-05-12 20:01:38.679  -  simple-api.0 already running
                                    2018-05-12 20:01:38.690  - [31merror[39m: host.IoBrocker instance system.adapter.simple-api.0 terminated with code 7 (Adapter already running)
                                    2018-05-12 20:01:38.690  - [32minfo[39m: host.IoBrocker Restart adapter system.adapter.simple-api.0 because enabled
                                    2018-05-12 20:01:41.987  - [32minfo[39m: host.IoBrocker instance system.adapter.ical.0 terminated with code 0 (OK)
                                    2018-05-12 20:01:42.325  - [32minfo[39m: host.IoBrocker instance system.adapter.web.0 started with pid 5291
                                    2018-05-12 20:01:42.730  - [31merror[39m: Caught by controller[0]: 2018-05-12 20:01:42.721  -  web.0 already running
                                    2018-05-12 20:01:42.730  - [31merror[39m: host.IoBrocker instance system.adapter.web.0 terminated with code 7 (Adapter already running)
                                    2018-05-12 20:01:42.730  - [32minfo[39m: host.IoBrocker Restart adapter system.adapter.web.0 because enabled
                                    2018-05-12 20:01:46.325  - [32minfo[39m: host.IoBrocker instance system.adapter.hm-rega.0 started with pid 5301
                                    2018-05-12 20:01:46.645  - [31merror[39m: Caught by controller[0]: 2018-05-12 20:01:46.635  -  hm-rega.0 already running
                                    2018-05-12 20:01:46.645  - [31merror[39m: host.IoBrocker instance system.adapter.hm-rega.0 terminated with code 7 (Adapter already running)
                                    2018-05-12 20:01:46.645  - [32minfo[39m: host.IoBrocker Restart adapter system.adapter.hm-rega.0 because enabled
                                    2018-05-12 20:01:50.327  - [32minfo[39m: host.IoBrocker instance system.adapter.hm-rpc.0 started with pid 5311
                                    2018-05-12 20:01:50.674  - [31merror[39m: Caught by controller[0]: 2018-05-12 20:01:50.666  -  hm-rpc.0 already running
                                    2018-05-12 20:01:50.674  - [31merror[39m: host.IoBrocker instance system.adapter.hm-rpc.0 terminated with code 7 (Adapter already running)
                                    2018-05-12 20:01:50.674  - [32minfo[39m: host.IoBrocker Restart adapter system.adapter.hm-rpc.0 because enabled
                                    2018-05-12 20:01:54.328  - [32minfo[39m: host.IoBrocker instance system.adapter.hm-rpc.1 started with pid 5321
                                    2018-05-12 20:01:58.323  - [32minfo[39m: host.IoBrocker instance system.adapter.hm-rpc.2 started with pid 5331
                                    2018-05-12 20:02:02.326  - [32minfo[39m: host.IoBrocker instance system.adapter.sayit.0 started with pid 5341
                                    2018-05-12 20:02:02.715  - [32minfo[39m: host.IoBrocker instance system.adapter.admin.2 started with pid 5347
                                    2018-05-12 20:02:05.469  - [32minfo[39m: host.IoBrocker Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
                                    2018-05-12 20:02:07.639  - [32minfo[39m: host.IoBrocker instance system.adapter.vis.0 terminated while should be started once
                                    2018-05-12 20:02:08.698  - [32minfo[39m: host.IoBrocker instance system.adapter.simple-api.0 started with pid 5371
                                    2018-05-12 20:02:12.736  - [32minfo[39m: host.IoBrocker instance system.adapter.web.0 started with pid 5388
                                    2018-05-12 20:02:16.651  - [32minfo[39m: host.IoBrocker instance system.adapter.hm-rega.0 started with pid 5398
                                    2018-05-12 20:02:20.681  - [32minfo[39m: host.IoBrocker instance system.adapter.hm-rpc.0 started with pid 5408
                                    2018-05-12 20:02:22.325  - [32minfo[39m: host.IoBrocker instance system.adapter.rpi2.0 started with pid 5418
                                    2018-05-12 20:02:26.330  - [32minfo[39m: host.IoBrocker instance scheduled system.adapter.dwd.0 5 * * * *
                                    2018-05-12 20:02:26.338  - [32minfo[39m: host.IoBrocker instance system.adapter.dwd.0 started with pid 5436
                                    2018-05-12 20:02:27.576  - [32minfo[39m: host.IoBrocker instance system.adapter.dwd.0 terminated with code 0 (OK)
                                    2018-05-12 20:02:30.328  - [32minfo[39m: host.IoBrocker instance system.adapter.ping.0 started with pid 5446
                                    2018-05-12 20:02:34.325  - [32minfo[39m: host.IoBrocker instance system.adapter.node-red.0 started with pid 5458
                                    2018-05-12 20:02:34.736  - [31merror[39m: node-red.0 setObject id missing!!
                                    2018-05-12 20:02:37.141  - [33mwarn[39m: node-red.0 12 May 20:02:37 - [warn] ------------------------------------------------------
                                    
                                    2018-05-12 20:02:37.143  - [33mwarn[39m: node-red.0 12 May 20:02:37 - [warn] [node-red/rpi-gpio] Info : Ignoring Raspberry Pi specific node
                                    
                                    2018-05-12 20:02:37.144  - [33mwarn[39m: node-red.0 12 May 20:02:37 - [warn] ------------------------------------------------------
                                    
                                    2018-05-12 20:02:37.145  - [33mwarn[39m: node-red.0 12 May 20:02:37 - [info] User directory : /opt/iobroker/iobroker-data/node-red/
                                    12 May 20:02:37 - [warn] Projects disabled : set editorTheme.projects.enabled=true to enable
                                    
                                    2018-05-12 20:02:37.219  - [33mwarn[39m: node-red.0 12 May 20:02:37 - [warn] 
                                    
                                    ---------------------------------------------------------------------
                                    Your flow credentials file is encrypted using a system-generated key.
                                    
                                    If the system-generated key is lost for any reason, your credentials
                                    file will not be recoverable, you will have to delete it and re-enter
                                    your credentials.
                                    
                                    You should set your own key using the 'credentialSecret' option in
                                    your settings file. Node-RED will then re-encrypt your credentials
                                    file using your chosen key the next time you deploy a change.
                                    ---------------------------------------------------------------------
                                    
                                    2018-05-12 20:02:42.325  - [32minfo[39m: host.IoBrocker instance system.adapter.samsung.0 started with pid 5487
                                    2018-05-12 20:02:54.329  - [32minfo[39m: host.IoBrocker instance scheduled system.adapter.yr.0 0 * * * *
                                    2018-05-12 20:02:54.335  - [32minfo[39m: host.IoBrocker instance system.adapter.yr.0 started with pid 5500
                                    2018-05-12 20:02:58.231  - [32minfo[39m: host.IoBrocker object change system.adapter.synology.0
                                    2018-05-12 20:02:58.231  - [32minfo[39m: host.IoBrocker "system.adapter.synology.0" disabled
                                    2018-05-12 20:02:58.325  - [32minfo[39m: host.IoBrocker instance system.adapter.nut.1 started with pid 5510
                                    2018-05-12 20:02:59.094  - [32minfo[39m: host.IoBrocker object change system.adapter.telegram.0
                                    2018-05-12 20:02:59.094  - [32minfo[39m: host.IoBrocker "system.adapter.telegram.0" disabled
                                    2018-05-12 20:02:59.997  - [32minfo[39m: host.IoBrocker instance system.adapter.yr.0 terminated with code 0 (OK)
                                    2018-05-12 20:03:14.327  - [32minfo[39m: host.IoBrocker instance scheduled system.adapter.tvspielfilm.0 */30 * * * *
                                    2018-05-12 20:03:14.332  - [32minfo[39m: host.IoBrocker instance system.adapter.tvspielfilm.0 started with pid 5532
                                    2018-05-12 20:03:18.326  - [32minfo[39m: host.IoBrocker instance system.adapter.yahka.0 started with pid 5544
                                    2018-05-12 20:03:22.331  - [32minfo[39m: host.IoBrocker instance system.adapter.yahka.1 started with pid 5580
                                    
                                    

                                    INTEL NUC BOXNUC6I3SYH i3-6100U - Proxmox

                                    Speicher: Transcend MTS800 M.2 SSD 128GB SATA III, MLC

                                    RAM: 40Gig Crucial 8GB DDR4 CT2K8G4SFS824A + 32GB DDR4CT32G4SFD8266

                                    1 Antwort Letzte Antwort
                                    0
                                    • wendy2702W Offline
                                      wendy2702W Offline
                                      wendy2702
                                      schrieb am zuletzt editiert von
                                      #33

                                      @chka:

                                      leider nein `

                                      Heißt jetzt was? Du kannst/willst es nicht probieren oder ???

                                      Das logfile sieht doch schon besser aus bis auf das NodeRed Problem.

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

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

                                      1 Antwort Letzte Antwort
                                      0
                                      • C Offline
                                        C Offline
                                        chka
                                        schrieb am zuletzt editiert von
                                        #34

                                        sorry habe nicht zu Ende geschrieben, es hat leider nichts gebracht anbei die log mit deaktiviertem java, nodered und noch diversen anderen.

                                        allerdings da gleiche

                                        <code>2018-05-12 20:14:07.342  - [32minfo[39m: host.IoBrocker iobroker.js-controller version 1.4.2 js-controller starting
                                        2018-05-12 20:14:07.345  - [32minfo[39m: host.IoBrocker Copyright (c) 2014-2018 bluefox, 2014 hobbyquaker
                                        2018-05-12 20:14:07.345  - [32minfo[39m: host.IoBrocker hostname: IoBrocker, node: v6.14.2
                                        2018-05-12 20:14:07.346  - [32minfo[39m: host.IoBrocker ip addresses: 192.168.178.152 fe80::20c:29ff:fe45:b018
                                        2018-05-12 20:14:07.431  - [32minfo[39m: host.IoBrocker  inMem-states listening on port 9000
                                        2018-05-12 20:14:07.603  - [32minfo[39m: host.IoBrocker  inMem-objects listening on port 9001
                                        2018-05-12 20:14:07.610  - [32minfo[39m: host.IoBrocker InMemoryDB connected
                                        2018-05-12 20:14:07.621  - [32minfo[39m: host.IoBrocker 40 instances found
                                        2018-05-12 20:14:07.632  - [32minfo[39m: host.IoBrocker starting 32 instances
                                        2018-05-12 20:14:07.661  - [32minfo[39m: host.IoBrocker instance system.adapter.admin.2 started with pid 1054
                                        2018-05-12 20:14:09.906  - [32minfo[39m: host.IoBrocker Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
                                        2018-05-12 20:14:11.643  - [32minfo[39m: host.IoBrocker instance scheduled system.adapter.ical.0 0,30 * * * *
                                        2018-05-12 20:14:11.647  - [32minfo[39m: host.IoBrocker instance system.adapter.ical.0 started with pid 1074
                                        2018-05-12 20:14:15.642  - [32minfo[39m: host.IoBrocker instance system.adapter.simple-api.0 started with pid 1084
                                        2018-05-12 20:14:19.130  - [32minfo[39m: host.IoBrocker instance system.adapter.ical.0 terminated with code 0 (OK)
                                        2018-05-12 20:14:19.642  - [32minfo[39m: host.IoBrocker instance system.adapter.web.0 started with pid 1094
                                        2018-05-12 20:14:23.641  - [32minfo[39m: host.IoBrocker instance system.adapter.hm-rega.0 started with pid 1105
                                        2018-05-12 20:14:27.646  - [32minfo[39m: host.IoBrocker instance system.adapter.hm-rpc.0 started with pid 1115
                                        2018-05-12 20:14:31.644  - [32minfo[39m: host.IoBrocker instance system.adapter.hm-rpc.1 started with pid 1125
                                        2018-05-12 20:14:35.642  - [32minfo[39m: host.IoBrocker instance system.adapter.hm-rpc.2 started with pid 1142
                                        2018-05-12 20:14:39.643  - [32minfo[39m: host.IoBrocker instance system.adapter.sayit.0 started with pid 1152
                                        2018-05-12 20:14:45.180  - [32minfo[39m: host.IoBrocker instance system.adapter.vis.0 terminated while should be started once
                                        2018-05-12 20:14:59.642  - [32minfo[39m: host.IoBrocker instance system.adapter.rpi2.0 started with pid 1172
                                        2018-05-12 20:15:03.651  - [32minfo[39m: host.IoBrocker instance scheduled system.adapter.dwd.0 5 * * * *
                                        2018-05-12 20:15:03.655  - [32minfo[39m: host.IoBrocker instance system.adapter.dwd.0 started with pid 1198
                                        2018-05-12 20:15:04.897  - [32minfo[39m: host.IoBrocker instance system.adapter.dwd.0 terminated with code 0 (OK)
                                        2018-05-12 20:15:07.642  - [32minfo[39m: host.IoBrocker instance system.adapter.ping.0 started with pid 1215
                                        2018-05-12 20:15:15.643  - [32minfo[39m: host.IoBrocker instance system.adapter.samsung.0 started with pid 1227
                                        2018-05-12 20:15:27.645  - [32minfo[39m: host.IoBrocker instance scheduled system.adapter.yr.0 0 * * * *
                                        2018-05-12 20:15:27.650  - [32minfo[39m: host.IoBrocker instance system.adapter.yr.0 started with pid 1240
                                        2018-05-12 20:15:31.643  - [32minfo[39m: host.IoBrocker instance system.adapter.nut.1 started with pid 1252
                                        2018-05-12 20:15:33.212  - [32minfo[39m: host.IoBrocker instance system.adapter.yr.0 terminated with code 0 (OK)
                                        2018-05-12 20:15:47.640  - [32minfo[39m: host.IoBrocker instance scheduled system.adapter.tvspielfilm.0 */30 * * * *
                                        2018-05-12 20:15:47.643  - [32minfo[39m: host.IoBrocker instance system.adapter.tvspielfilm.0 started with pid 1264
                                        2018-05-12 20:15:51.642  - [32minfo[39m: host.IoBrocker instance system.adapter.yahka.0 started with pid 1276
                                        2018-05-12 20:15:52.303  - [33mwarn[39m: tvspielfilm.0 Error: read ECONNRESET
                                        2018-05-12 20:15:55.651  - [32minfo[39m: host.IoBrocker instance system.adapter.yahka.1 started with pid 1286[/code]</code>
                                        

                                        INTEL NUC BOXNUC6I3SYH i3-6100U - Proxmox

                                        Speicher: Transcend MTS800 M.2 SSD 128GB SATA III, MLC

                                        RAM: 40Gig Crucial 8GB DDR4 CT2K8G4SFS824A + 32GB DDR4CT32G4SFD8266

                                        1 Antwort Letzte Antwort
                                        0
                                        • C Offline
                                          C Offline
                                          chka
                                          schrieb am zuletzt editiert von
                                          #35

                                          ich schalte jetzt mal nach und nach alles ab und schau dann mal wo es ua. harkt

                                          INTEL NUC BOXNUC6I3SYH i3-6100U - Proxmox

                                          Speicher: Transcend MTS800 M.2 SSD 128GB SATA III, MLC

                                          RAM: 40Gig Crucial 8GB DDR4 CT2K8G4SFS824A + 32GB DDR4CT32G4SFD8266

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

                                          321

                                          Online

                                          32.5k

                                          Benutzer

                                          81.8k

                                          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