Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Nodejs und npm Update

    NEWS

    • [erledigt] 15. 05. Wartungsarbeiten am ioBroker Forum

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Nodejs und npm Update

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

      Versuch mal so:

      cd /opt/iobroker 
      sudo npm uninstall iobroker 
      

      Oder den iobroker Ordner komplett löschen.

      Gesendet von iPhone mit Tapatalk Pro

      1 Reply Last reply Reply Quote 0
      • C
        chka last edited by

        Danke!!

         iobroker backup
        Backup created: /opt/iobroker/backups/2018_05_19-14_06_40_backupiobroker.tar.gz
        mv /opt/iobroker/backups/2018_05_19-14_06_40_backupiobroker.tar.gz /opt
        
        

        mit dem Befehl geht es schon mal nicht

        
        iobroker stop
        cd /opt/iobroker 
        sudo npm uninstall iobroker 
        npm WARN uninstall not installed in /opt/iobroker/node_modules: "iobroker"
        

        habe es dann mit````
        sudo rm -r /opt/iobroker/*

        
        dannn lege ich mal los:
        
        

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

        
        

        curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
        sudo apt-get install -y build-essential python nodejs
        reboot

        
        

        cd /opt/iobroker
        npm install --unsafe-perm iobroker
        iobroker start

        
        LÄUFT!!!
        
        

        cd /opt/iobroker
        sudo iobroker stop
        sudo iobroker update
        sudo iobroker upgrade self
        sudo iobroker start

        
        Läuft!!
        
        jetzt das Backup wieder einspielen
        
        

        mkdir /opt/iobroker/backups
        mv /opt/2018_05_19-14_06_40_backupiobroker.tar.gz /opt/iobroker/backups/
        sudo iobroker stop
        sudo iobroker restore 0
        iobroker start all
        sudo iobroker start

        
        warten …
        
        lange warten ...
        
        Absturz, da problem ist das gleiche
        [883_log.rtf](/assets/uploads/files/883_log.rtf)
        1 Reply Last reply Reply Quote 0
        • wendy2702
          wendy2702 last edited by

          Bin jetzt nicht der VM Experte aber kann man der VM eventuell mal mehr Speicher zuweisen !?

          Gibt es so eine Funktion?

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

            Versuch mal````
            sudo ./reinstall.sh

            
            Gruß
            1 Reply Last reply Reply Quote 0
            • C
              chka last edited by

              ich habe der vm mal 1gb mehr ram dazu gegeben, auf der platte ist noch genug platz:

              df -hl
              Dateisystem    Größe Benutzt Verf. Verw% Eingehängt auf
              /dev/sda1        19G    7,7G   11G   43% /
              udev             10M       0   10M    0% /dev
              tmpfs           605M    8,4M  596M    2% /run
              tmpfs           1,5G       0  1,5G    0% /dev/shm
              tmpfs           5,0M       0  5,0M    0% /run/lock
              tmpfs           1,5G       0  1,5G    0% /sys/fs/cgroup
              tmpfs           303M       0  303M    0% /run/user/0
              

              @BuZZy reinstall bringt nix das haben wir schon durch

              1 Reply Last reply Reply Quote 0
              • J
                Jun last edited by

                Für alle die Probleme mit der reinstall.sh haben, ich habe sie mit Notepad++ umgewandelt.

                Einfach den Text aus der reinstall.sh in Notepad++ kopieren, dann auf Bearbeiten - Format Zeilenende und dort Unix auswählen, und wieder auf den Raspi kopieren. Rechte setzten und ausführen.

                5325_reinstall.sh_mit_nodepad__.png

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

                  @Jun:

                  Einfach den Text aus der reinstall.sh in Notepad++ kopieren, dann auf Bearbeiten - Format Zeilenende und dort Unix auswählen, und wieder auf den Raspi kopieren. `

                  Oder einfach

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

                  Gruß

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

                    @chka:

                    ich habe der vm mal 1gb mehr ram dazu gegeben, `

                    Gibt es eine Änderung?

                    1 Reply Last reply Reply Quote 0
                    • C
                      chka last edited by

                      Oh sorry, nein

                      Ich setze jetzt mal eine neue maschine auf, da bleibt er leider aber bei der Installation schon hängen.

                      Dies war unter debian bisher kein problem.

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

                        Wo bzw. An welcher Stelle bleibt es denn hängen?

                        Habe letzte Woche noch unter Stretch Problemlos installieren können.

                        Gesendet von iPhone mit Tapatalk Pro

                        1 Reply Last reply Reply Quote 0
                        • C
                          chka last edited by

                          recht am Anfang:

                          npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/package.json'

                          npm WARN iobroker No description

                          npm WARN iobroker No repository field.

                          npm WARN iobroker No README data

                          npm WARN iobroker No license field.

                          bin nach dieser Anleitung mal vorgegangen: http://www.iobroker.net/docu/?page_id=5358&lang=de

                          was mir aufgefallen apt-get install npm geht schon mal nicht

                          Edsit: ich setze die Kiste jetzt noch mal neu auf seist immer was anderes. die Anleitung von oben ist leider fehlerhaft.

                          grob kann man diesehttp://http://www.iobroker.net/docu/?page_id=5106&lang=de nehmen diese passt besser

                          1 Reply Last reply Reply Quote 0
                          • J
                            Jun last edited by

                            @BuZZy:

                            @Jun:

                            Einfach den Text aus der reinstall.sh in Notepad++ kopieren, dann auf Bearbeiten - Format Zeilenende und dort Unix auswählen, und wieder auf den Raspi kopieren. `

                            Oder einfach

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

                            Gruß `

                            Danke für die Info, aber bei mir funktioniert es nicht mit dem Code, auch nicht als root. Vielleicht mach ich was falsch :?

                            Sorry funktioniert doch, wenn man danach die Rechte anpasst.

                            1 Reply Last reply Reply Quote 0
                            • C
                              chka last edited by

                              folgenden Fehler bekomme ich am ende der Installation

                              acket folder is: /opt/iobroker/node_modules/iobroker.js-controller | exists: true
                              Write "./iobroker start" to start the ioBroker
                              Auto-start was enabled. Write "update-rc.d -f iobroker.sh remove" to disable auto-start
                              iobroker is started. Go to "http://ip-addr:8081" to open the admin UI.
                              /opt/iobroker
                              └─┬ iobroker@1.1.2 
                                ├── semver@5.5.0 
                                └─┬ yargs@7.1.0 
                                  ├── camelcase@3.0.0 
                                  ├─┬ cliui@3.2.0 
                                  │ ├─┬ strip-ansi@3.0.1 
                                  │ │ └── ansi-regex@2.1.1 
                                  │ └── wrap-ansi@2.1.0 
                                  ├── decamelize@1.2.0 
                                  ├── get-caller-file@1.0.2 
                                  ├─┬ os-locale@1.4.0 
                                  │ └─┬ lcid@1.0.0 
                                  │   └── invert-kv@1.0.0 
                                  ├─┬ read-pkg-up@1.0.1 
                                  │ ├─┬ find-up@1.1.2 
                                  │ │ ├── path-exists@2.1.0 
                                  │ │ └─┬ pinkie-promise@2.0.1 
                                  │ │   └── pinkie@2.0.4 
                                  │ └─┬ read-pkg@1.1.0 
                                  │   ├─┬ load-json-file@1.1.0 
                                  │   │ ├── graceful-fs@4.1.11 
                                  │   │ ├─┬ parse-json@2.2.0 
                                  │   │ │ └─┬ error-ex@1.3.1 
                                  │   │ │   └── is-arrayish@0.2.1 
                                  │   │ ├── pify@2.3.0 
                                  │   │ └─┬ strip-bom@2.0.0 
                                  │   │   └── is-utf8@0.2.1 
                                  │   ├─┬ normalize-package-data@2.4.0 
                                  │   │ ├── hosted-git-info@2.6.0 
                                  │   │ ├─┬ is-builtin-module@1.0.0 
                                  │   │ │ └── builtin-modules@1.1.1 
                                  │   │ └─┬ validate-npm-package-license@3.0.3 
                                  │   │   ├─┬ spdx-correct@3.0.0 
                                  │   │   │ └── spdx-license-ids@3.0.0 
                                  │   │   └─┬ spdx-expression-parse@3.0.0 
                                  │   │     └── spdx-exceptions@2.1.0 
                                  │   └── path-type@1.1.0 
                                  ├── require-directory@2.1.1 
                                  ├── require-main-filename@1.0.1 
                                  ├── set-blocking@2.0.0 
                                  ├─┬ string-width@1.0.2 
                                  │ ├── code-point-at@1.1.0 
                                  │ └─┬ is-fullwidth-code-point@1.0.0 
                                  │   └── number-is-nan@1.0.1 
                                  ├── which-module@1.0.0 
                                  ├── y18n@3.2.1 
                                  └── yargs-parser@5.0.0 
                              
                              npm WARN enoent ENOENT: no such file or directory, open '/opt/iobroker/package.json'
                              npm WARN iobroker No description
                              npm WARN iobroker No repository field.
                              npm WARN iobroker No README data
                              npm WARN iobroker No license field.
                              
                              

                              iobroker läuft aber trotz allem

                              1 Reply Last reply Reply Quote 0
                              • C
                                chka last edited by

                                so habe nun das backup eingespielt auf der neuen Maschine leider das gleiche, Vermutung von mir irgend ein adapter hat ein problem mit node

                                2018-05-23 17:10:42.645  - [32minfo[39m: host.iobroker2 iobroker.js-controller version 1.4.2 js-controller starting
                                2018-05-23 17:10:42.648  - [32minfo[39m: host.iobroker2 Copyright (c) 2014-2018 bluefox, 2014 hobbyquaker
                                2018-05-23 17:10:42.648  - [32minfo[39m: host.iobroker2 hostname: iobroker2, node: v6.14.2
                                2018-05-23 17:10:42.649  - [32minfo[39m: host.iobroker2 ip addresses: 192.168.178.154 fe80::20c:29ff:fe8f:ac17
                                2018-05-23 17:10:42.711  - [32minfo[39m: host.iobroker2  inMem-states listening on port 9000
                                2018-05-23 17:10:42.866  - [32minfo[39m: host.iobroker2  inMem-objects listening on port 9001
                                2018-05-23 17:10:42.872  - [32minfo[39m: host.iobroker2 InMemoryDB connected
                                2018-05-23 17:10:42.883  - [32minfo[39m: host.iobroker2 39 instances found
                                2018-05-23 17:10:42.894  - [32minfo[39m: host.iobroker2 starting 24 instances
                                2018-05-23 17:10:42.911  - [32minfo[39m: host.iobroker2 instance system.adapter.admin.2 started with pid 3496
                                2018-05-23 17:10:43.470  - [33mwarn[39m: sql.0 Reconnection to DB.
                                2018-05-23 17:10:43.483  - [33mwarn[39m: sql.0 Reconnection to DB.
                                2018-05-23 17:10:43.538  - [31merror[39m: Caught by controller[0]: 2018-05-23 17:10:43.523  -  admin.2 already running
                                2018-05-23 17:10:43.538  - [31merror[39m: host.iobroker2 instance system.adapter.admin.2 terminated with code 7 (Adapter already running)
                                2018-05-23 17:10:43.539  - [32minfo[39m: host.iobroker2 Restart adapter system.adapter.admin.2 because enabled
                                2018-05-23 17:10:43.728  - [33mwarn[39m: sayit.0 Reconnection to DB.
                                2018-05-23 17:10:43.733  - [33mwarn[39m: sayit.0 Reconnection to DB.
                                2018-05-23 17:10:43.892  - [33mwarn[39m: samsung.0 Reconnection to DB.
                                2018-05-23 17:10:43.899  - [33mwarn[39m: samsung.0 Reconnection to DB.
                                2018-05-23 17:10:44.045  - [31merror[39m: samsung.0 already running
                                2018-05-23 17:10:44.433  - [31merror[39m: sayit.0 already running
                                2018-05-23 17:10:45.246  - [31merror[39m: sql.0 already running
                                2018-05-23 17:10:45.808  - [33mwarn[39m: web.0 Reconnection to DB.
                                2018-05-23 17:10:45.816  - [33mwarn[39m: web.0 Reconnection to DB.
                                2018-05-23 17:10:46.901  - [32minfo[39m: host.iobroker2 instance system.adapter.javascript.0 started with pid 3506
                                2018-05-23 17:10:47.592  - [31merror[39m: web.0 already running
                                2018-05-23 17:10:49.698  - [31merror[39m: Caught by controller[0]: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                2018-05-23 17:10:49.698  - [31merror[39m: Caught by controller[1]:  1: 
                                2018-05-23 17:10:49.698  - [31merror[39m: Caught by controller[2]: node::Abort()
                                2018-05-23 17:10:49.698  - [31merror[39m: Caught by controller[3]:  [io.javascript.0]
                                2018-05-23 17:10:49.698  - [31merror[39m: Caught by controller[5]:  2: 
                                2018-05-23 17:10:49.698  - [31merror[39m: Caught by controller[6]: 0x7cff7c
                                2018-05-23 17:10:49.698  - [31merror[39m: Caught by controller[7]:  [io.javascript.0]
                                2018-05-23 17:10:49.699  - [31merror[39m: Caught by controller[9]:  3: 
                                2018-05-23 17:10:49.699  - [31merror[39m: Caught by controller[10]: v8::Utils::ReportApiFailure(char const*, char const*)
                                2018-05-23 17:10:49.699  - [31merror[39m: Caught by controller[11]:  [io.javascript.0]
                                2018-05-23 17:10:49.699  - [31merror[39m: Caught by controller[13]:  4: 
                                2018-05-23 17:10:49.699  - [31merror[39m: Caught by controller[14]: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool)
                                2018-05-23 17:10:49.699  - [31merror[39m: Caught by controller[15]:  [io.javascript.0]
                                2018-05-23 17:10:49.699  - [31merror[39m: Caught by controller[17]:  5: 
                                2018-05-23 17:10:49.699  - [31merror[39m: Caught by controller[18]: v8::internal::Factory::NewJSObject(v8::internal::Handle<v8::internal::jsfunction>, v8::internal::PretenureFlag)
                                2018-05-23 17:10:49.699  - [31merror[39m: Caught by controller[19]:  [io.javascript.0]
                                2018-05-23 17:10:49.699  - [31merror[39m: Caught by controller[21]:  6: 
                                2018-05-23 17:10:49.699  - [31merror[39m: Caught by controller[22]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:10:49.699  - [31merror[39m: Caught by controller[23]:  [io.javascript.0]
                                2018-05-23 17:10:49.699  - [31merror[39m: Caught by controller[25]:  7: 
                                2018-05-23 17:10:49.699  - [31merror[39m: Caught by controller[26]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:10:49.700  - [31merror[39m: Caught by controller[27]:  [io.javascript.0]
                                2018-05-23 17:10:49.700  - [31merror[39m: Caught by controller[29]:  8: 
                                2018-05-23 17:10:49.700  - [31merror[39m: Caught by controller[30]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:10:49.700  - [31merror[39m: Caught by controller[31]:  [io.javascript.0]
                                2018-05-23 17:10:49.700  - [31merror[39m: Caught by controller[33]:  9: 
                                2018-05-23 17:10:49.700  - [31merror[39m: Caught by controller[34]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:10:49.700  - [31merror[39m: Caught by controller[35]:  [io.javascript.0]
                                2018-05-23 17:10:49.700  - [31merror[39m: Caught by controller[37]: 10: 
                                2018-05-23 17:10:49.700  - [31merror[39m: Caught by controller[38]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:10:49.700  - [31merror[39m: Caught by controller[39]:  [io.javascript.0]
                                2018-05-23 17:10:49.700  - [31merror[39m: Caught by controller[41]: 11: 
                                2018-05-23 17:10:49.700  - [31merror[39m: Caught by controller[42]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:10:49.700  - [31merror[39m: Caught by controller[43]:  [io.javascript.0]
                                2018-05-23 17:10:49.701  - [31merror[39m: Caught by controller[45]: 12: 
                                2018-05-23 17:10:49.701  - [31merror[39m: Caught by controller[46]: v8::internal::JsonParser<false>::ParseJsonArray()
                                2018-05-23 17:10:49.701  - [31merror[39m: Caught by controller[47]:  [io.javascript.0]
                                2018-05-23 17:10:49.701  - [31merror[39m: Caught by controller[49]: 13: 
                                2018-05-23 17:10:49.701  - [31merror[39m: Caught by controller[50]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:10:49.701  - [31merror[39m: Caught by controller[51]:  [io.javascript.0]
                                2018-05-23 17:10:49.701  - [31merror[39m: Caught by controller[53]: 14: 
                                2018-05-23 17:10:49.701  - [31merror[39m: Caught by controller[54]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:10:49.701  - [31merror[39m: Caught by controller[55]:  [io.javascript.0]
                                2018-05-23 17:10:49.701  - [31merror[39m: Caught by controller[57]: 15: 
                                2018-05-23 17:10:49.701  - [31merror[39m: Caught by controller[58]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:10:49.701  - [31merror[39m: Caught by controller[59]:  [io.javascript.0]
                                2018-05-23 17:10:49.701  - [31merror[39m: Caught by controller[61]: 16: 
                                2018-05-23 17:10:49.702  - [31merror[39m: Caught by controller[62]: v8::internal::JsonParser<false>::ParseJsonArray()
                                2018-05-23 17:10:49.702  - [31merror[39m: Caught by controller[63]:  [io.javascript.0]
                                2018-05-23 17:10:49.702  - [31merror[39m: Caught by controller[65]: 17: 
                                2018-05-23 17:10:49.702  - [31merror[39m: Caught by controller[66]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:10:49.702  - [31merror[39m: Caught by controller[67]:  [io.javascript.0]
                                2018-05-23 17:10:49.703  - [31merror[39m: Caught by controller[69]: 18: 
                                2018-05-23 17:10:49.703  - [31merror[39m: Caught by controller[70]: v8::internal::JsonParser<false>::ParseJson()
                                2018-05-23 17:10:49.703  - [31merror[39m: Caught by controller[71]:  [io.javascript.0]
                                2018-05-23 17:10:49.703  - [31merror[39m: Caught by controller[73]: 19: 
                                2018-05-23 17:10:49.703  - [31merror[39m: Caught by controller[74]: v8::internal::JsonParser<false>::Parse(v8::internal::Handle<v8::internal::string>)
                                2018-05-23 17:10:49.703  - [31merror[39m: Caught by controller[75]:  [io.javascript.0]
                                2018-05-23 17:10:49.703  - [31merror[39m: Caught by controller[77]: 20: 
                                2018-05-23 17:10:49.703  - [31merror[39m: Caught by controller[78]: v8::internal::Runtime_ParseJson(int, v8::internal::Object**, v8::internal::Isolate*)
                                2018-05-23 17:10:49.703  - [31merror[39m: Caught by controller[79]:  [io.javascript.0]
                                2018-05-23 17:10:49.703  - [31merror[39m: Caught by controller[81]: 21: 
                                2018-05-23 17:10:49.703  - [31merror[39m: Caught by controller[82]: 0x17046e2092a7
                                2018-05-23 17:10:49.703  - [33mwarn[39m: host.iobroker2 instance system.adapter.javascript.0 terminated due to SIGABRT
                                2018-05-23 17:10:49.703  - [31merror[39m: host.iobroker2 instance system.adapter.javascript.0 terminated with code null ()
                                2018-05-23 17:10:49.703  - [32minfo[39m: host.iobroker2 Restart adapter system.adapter.javascript.0 because enabled
                                2018-05-23 17:10:50.901  - [32minfo[39m: host.iobroker2 instance system.adapter.sql.0 started with pid 3516
                                2018-05-23 17:10:51.536  - [31merror[39m: Caught by controller[0]: Cannot find module 'pg-native'
                                2018-05-23 17:10:51.537  - [31merror[39m: Caught by controller[1]: 2018-05-23 17:10:51.524  -  sql.0 already running
                                2018-05-23 17:10:51.537  - [31merror[39m: host.iobroker2 instance system.adapter.sql.0 terminated with code 7 (Adapter already running)
                                2018-05-23 17:10:51.537  - [32minfo[39m: host.iobroker2 Restart adapter system.adapter.sql.0 because enabled
                                2018-05-23 17:10:54.902  - [32minfo[39m: host.iobroker2 instance system.adapter.web.0 started with pid 3527
                                2018-05-23 17:10:55.316  - [31merror[39m: Caught by controller[0]: 2018-05-23 17:10:55.305  -  web.0 already running
                                2018-05-23 17:10:55.317  - [31merror[39m: host.iobroker2 instance system.adapter.web.0 terminated with code 7 (Adapter already running)
                                2018-05-23 17:10:55.317  - [32minfo[39m: host.iobroker2 Restart adapter system.adapter.web.0 because enabled
                                2018-05-23 17:10:58.905  - [32minfo[39m: host.iobroker2 instance system.adapter.hm-rega.0 started with pid 3537
                                2018-05-23 17:11:02.936  - [32minfo[39m: host.iobroker2 instance system.adapter.sayit.0 started with pid 3547
                                2018-05-23 17:11:03.292  - [31merror[39m: Caught by controller[0]: 2018-05-23 17:11:03.282  -  sayit.0 already running
                                2018-05-23 17:11:03.292  - [31merror[39m: host.iobroker2 instance system.adapter.sayit.0 terminated with code 7 (Adapter already running)
                                2018-05-23 17:11:03.292  - [32minfo[39m: host.iobroker2 Restart adapter system.adapter.sayit.0 because enabled
                                2018-05-23 17:11:08.189  - [32minfo[39m: host.iobroker2 instance system.adapter.vis.0 terminated while should be started once
                                2018-05-23 17:11:13.543  - [32minfo[39m: host.iobroker2 instance system.adapter.admin.2 started with pid 3567
                                2018-05-23 17:11:15.455  - [32minfo[39m: host.iobroker2 Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
                                2018-05-23 17:11:19.710  - [32minfo[39m: host.iobroker2 instance system.adapter.javascript.0 started with pid 3577
                                2018-05-23 17:11:21.545  - [32minfo[39m: host.iobroker2 instance system.adapter.sql.0 started with pid 3587
                                2018-05-23 17:11:22.506  - [31merror[39m: Caught by controller[0]: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                2018-05-23 17:11:22.506  - [31merror[39m: Caught by controller[1]:  1: node::Abort() [io.javascript.0]
                                2018-05-23 17:11:22.506  - [31merror[39m: Caught by controller[1]:  2: 0x7cff7c [io.javascript.0]
                                2018-05-23 17:11:22.506  - [31merror[39m: Caught by controller[1]:  3: v8::Utils::ReportApiFailure(char const*, char const*) [io.javascript.0]
                                2018-05-23 17:11:22.506  - [31merror[39m: Caught by controller[1]:  4: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool) [io.javascript.0]
                                2018-05-23 17:11:22.506  - [31merror[39m: Caught by controller[1]:  5: v8::internal::Factory::NewJSObject(v8::internal::Handle<v8::internal::jsfunction>, v8::internal::PretenureFlag) [io.javascript.0]
                                2018-05-23 17:11:22.506  - [31merror[39m: Caught by controller[1]:  6: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:11:22.506  - [31merror[39m: Caught by controller[1]:  7: 
                                2018-05-23 17:11:22.506  - [31merror[39m: Caught by controller[2]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:11:22.507  - [31merror[39m: Caught by controller[3]:  [io.javascript.0]
                                2018-05-23 17:11:22.507  - [31merror[39m: Caught by controller[5]:  8: 
                                2018-05-23 17:11:22.507  - [31merror[39m: Caught by controller[6]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:11:22.507  - [31merror[39m: Caught by controller[7]:  [io.javascript.0]
                                2018-05-23 17:11:22.507  - [31merror[39m: Caught by controller[9]:  9: 
                                2018-05-23 17:11:22.507  - [31merror[39m: Caught by controller[10]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:11:22.507  - [31merror[39m: Caught by controller[11]:  [io.javascript.0]
                                2018-05-23 17:11:22.507  - [31merror[39m: Caught by controller[13]: 10: 
                                2018-05-23 17:11:22.507  - [31merror[39m: Caught by controller[14]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:11:22.507  - [31merror[39m: Caught by controller[15]:  [io.javascript.0]
                                2018-05-23 17:11:22.507  - [31merror[39m: Caught by controller[17]: 11: 
                                2018-05-23 17:11:22.507  - [31merror[39m: Caught by controller[18]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:11:22.507  - [31merror[39m: Caught by controller[18]: 12: 
                                2018-05-23 17:11:22.507  - [31merror[39m: Caught by controller[19]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-23 17:11:22.508  - [31merror[39m: Caught by controller[19]: 13: 
                                2018-05-23 17:11:22.508  - [31merror[39m: Caught by controller[20]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:11:22.508  - [31merror[39m: Caught by controller[20]: 14: 
                                2018-05-23 17:11:22.508  - [31merror[39m: Caught by controller[21]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:11:22.508  - [31merror[39m: Caught by controller[21]: 15: 
                                2018-05-23 17:11:22.508  - [31merror[39m: Caught by controller[22]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:11:22.508  - [31merror[39m: Caught by controller[22]: 16: 
                                2018-05-23 17:11:22.508  - [31merror[39m: Caught by controller[23]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-23 17:11:22.508  - [31merror[39m: Caught by controller[23]: 17: 
                                2018-05-23 17:11:22.508  - [31merror[39m: Caught by controller[24]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:11:22.509  - [31merror[39m: Caught by controller[24]: 18: 
                                2018-05-23 17:11:22.509  - [31merror[39m: Caught by controller[25]: v8::internal::JsonParser<false>::ParseJson() [io.javascript.0]
                                2018-05-23 17:11:22.509  - [31merror[39m: Caught by controller[25]: 19: 
                                2018-05-23 17:11:22.510  - [31merror[39m: Caught by controller[26]: v8::internal::JsonParser<false>::Parse(v8::internal::Handle<v8::internal::string>) [io.javascript.0]
                                2018-05-23 17:11:22.510  - [31merror[39m: Caught by controller[26]: 20: 
                                2018-05-23 17:11:22.510  - [31merror[39m: Caught by controller[27]: v8::internal::Runtime_ParseJson(int, v8::internal::Object**, v8::internal::Isolate*) [io.javascript.0]
                                2018-05-23 17:11:22.510  - [31merror[39m: Caught by controller[27]: 21: 0x2e8527f092a7
                                2018-05-23 17:11:22.510  - [33mwarn[39m: host.iobroker2 instance system.adapter.javascript.0 terminated due to SIGABRT
                                2018-05-23 17:11:22.510  - [31merror[39m: host.iobroker2 instance system.adapter.javascript.0 terminated with code null ()
                                2018-05-23 17:11:22.511  - [32minfo[39m: host.iobroker2 Restart adapter system.adapter.javascript.0 because enabled
                                2018-05-23 17:11:22.914  - [32minfo[39m: host.iobroker2 instance scheduled system.adapter.dwd.0 5 * * * *
                                2018-05-23 17:11:22.920  - [32minfo[39m: host.iobroker2 instance system.adapter.dwd.0 started with pid 3598
                                2018-05-23 17:11:24.337  - [32minfo[39m: host.iobroker2 instance system.adapter.dwd.0 terminated with code 0 (OK)
                                2018-05-23 17:11:25.324  - [32minfo[39m: host.iobroker2 instance system.adapter.web.0 started with pid 3608
                                2018-05-23 17:11:26.902  - [32minfo[39m: host.iobroker2 instance system.adapter.ping.0 started with pid 3618
                                2018-05-23 17:11:30.902  - [32minfo[39m: host.iobroker2 instance system.adapter.node-red.0 started with pid 3630
                                2018-05-23 17:11:31.341  - [31merror[39m: node-red.0 setObject id missing!!
                                2018-05-23 17:11:33.301  - [32minfo[39m: host.iobroker2 instance system.adapter.sayit.0 started with pid 3656
                                2018-05-23 17:11:33.652  - [33mwarn[39m: node-red.0 23 May 17:11:33 - [warn] ------------------------------------------------------
                                
                                2018-05-23 17:11:33.653  - [33mwarn[39m: node-red.0 23 May 17:11:33 - [warn] [node-red/rpi-gpio] Info : Ignoring Raspberry Pi specific node
                                23 May 17:11:33 - [warn] ------------------------------------------------------
                                23 May 17:11:33 - [info] Settings file  : /opt/iobroker/iobroker-data/node-red/settings.js
                                
                                2018-05-23 17:11:33.654  - [33mwarn[39m: node-red.0 23 May 17:11:33 - [info] User directory : /opt/iobroker/iobroker-data/node-red/
                                23 May 17:11:33 - [warn] Projects disabled : set editorTheme.projects.enabled=true to enable
                                23 May 17:11:33 - [info] Flows file     : /opt/iobroker/iobroker-data/node-red/flows.json
                                
                                2018-05-23 17:11:33.747  - [33mwarn[39m: node-red.0 23 May 17:11:33 - [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-23 17:11:33.749  - [33mwarn[39m: node-red.0 23 May 17:11:33 - [warn] Error loading credentials: SyntaxError: Unexpected token � in JSON at position 0
                                
                                2018-05-23 17:11:33.750  - [33mwarn[39m: node-red.0 23 May 17:11:33 - [warn] Error loading flows: Error: Failed to decrypt credentials
                                
                                2018-05-23 17:11:33.761  - [31merror[39m: node-red.0 23 May 17:11:33 - [error] [e-mail in:mail.routing.net] No e-mail userid set
                                
                                2018-05-23 17:11:33.762  - [31merror[39m: node-red.0 23 May 17:11:33 - [error] [e-mail in:mail.routing.net] No e-mail password set
                                
                                2018-05-23 17:11:38.901  - [32minfo[39m: host.iobroker2 instance system.adapter.samsung.0 started with pid 3668
                                2018-05-23 17:11:50.900  - [32minfo[39m: host.iobroker2 instance system.adapter.nut.1 started with pid 3691
                                2018-05-23 17:11:52.518  - [32minfo[39m: host.iobroker2 instance system.adapter.javascript.0 started with pid 3701
                                2018-05-23 17:11:55.106  - [31merror[39m: Caught by controller[0]: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                2018-05-23 17:11:55.107  - [31merror[39m: Caught by controller[1]:  1: 
                                2018-05-23 17:11:55.107  - [31merror[39m: Caught by controller[2]: node::Abort()
                                2018-05-23 17:11:55.107  - [31merror[39m: Caught by controller[3]:  [io.javascript.0]
                                2018-05-23 17:11:55.107  - [31merror[39m: Caught by controller[5]:  2: 
                                2018-05-23 17:11:55.107  - [31merror[39m: Caught by controller[6]: 0x7cff7c
                                2018-05-23 17:11:55.107  - [31merror[39m: Caught by controller[7]:  [io.javascript.0]
                                2018-05-23 17:11:55.107  - [31merror[39m: Caught by controller[9]:  3: 
                                2018-05-23 17:11:55.107  - [31merror[39m: Caught by controller[10]: v8::Utils::ReportApiFailure(char const*, char const*)
                                2018-05-23 17:11:55.107  - [31merror[39m: Caught by controller[11]:  [io.javascript.0]
                                2018-05-23 17:11:55.107  - [31merror[39m: Caught by controller[13]:  4: 
                                2018-05-23 17:11:55.107  - [31merror[39m: Caught by controller[14]: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool)
                                2018-05-23 17:11:55.107  - [31merror[39m: Caught by controller[15]:  [io.javascript.0]
                                2018-05-23 17:11:55.107  - [31merror[39m: Caught by controller[17]:  5: 
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[18]: v8::internal::Factory::NewRawOneByteString(int, v8::internal::PretenureFlag)
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[19]:  [io.javascript.0]
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[21]:  6: 
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[22]: v8::internal::Handle <v8::internal::string>v8::internal::JsonParser<false>::ScanJsonString<false>()
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[23]:  [io.javascript.0]
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[25]:  7: 
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[26]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[27]:  [io.javascript.0]
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[29]:  8: 
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[30]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[31]:  [io.javascript.0]
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[33]:  9: 
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[34]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[35]:  [io.javascript.0]
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[37]: 10: 
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[38]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[39]:  [io.javascript.0]
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[41]: 11: 
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[42]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[43]:  [io.javascript.0]
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[45]: 12: 
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[46]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:11:55.108  - [31merror[39m: Caught by controller[47]:  [io.javascript.0]
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[49]: 13: 
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[50]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[51]:  [io.javascript.0]
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[53]: 14: 
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[54]: v8::internal::JsonParser<false>::ParseJsonArray()
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[55]:  [io.javascript.0]
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[57]: 15: 
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[58]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[59]:  [io.javascript.0]
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[61]: 16: 
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[62]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[63]:  [io.javascript.0]
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[65]: 17: 
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[66]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[67]:  [io.javascript.0]
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[69]: 18: 
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[70]: v8::internal::JsonParser<false>::ParseJsonArray()
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[71]:  [io.javascript.0]
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[73]: 19: 
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[74]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:11:55.109  - [31merror[39m: Caught by controller[75]:  [io.javascript.0]
                                2018-05-23 17:11:55.110  - [31merror[39m: Caught by controller[77]: 20: 
                                2018-05-23 17:11:55.110  - [31merror[39m: Caught by controller[78]: v8::internal::JsonParser<false>::ParseJson()
                                2018-05-23 17:11:55.110  - [31merror[39m: Caught by controller[79]:  [io.javascript.0]
                                2018-05-23 17:11:55.110  - [31merror[39m: Caught by controller[81]: 21: 
                                2018-05-23 17:11:55.110  - [31merror[39m: Caught by controller[82]: v8::internal::JsonParser<false>::Parse(v8::internal::Handle<v8::internal::string>)
                                2018-05-23 17:11:55.110  - [31merror[39m: Caught by controller[83]:  [io.javascript.0]
                                2018-05-23 17:11:55.110  - [31merror[39m: Caught by controller[85]: 22: 
                                2018-05-23 17:11:55.110  - [31merror[39m: Caught by controller[86]: v8::internal::Runtime_ParseJson(int, v8::internal::Object**, v8::internal::Isolate*)
                                2018-05-23 17:11:55.110  - [31merror[39m: Caught by controller[87]:  [io.javascript.0]
                                2018-05-23 17:11:55.110  - [31merror[39m: Caught by controller[89]: 23: 
                                2018-05-23 17:11:55.111  - [31merror[39m: Caught by controller[90]: 0x24f6eef092a7
                                2018-05-23 17:11:55.111  - [33mwarn[39m: host.iobroker2 instance system.adapter.javascript.0 terminated due to SIGABRT
                                2018-05-23 17:11:55.111  - [31merror[39m: host.iobroker2 instance system.adapter.javascript.0 terminated with code null ()
                                2018-05-23 17:11:55.111  - [32minfo[39m: host.iobroker2 Restart adapter system.adapter.javascript.0 because enabled
                                2018-05-23 17:12:06.904  - [32minfo[39m: host.iobroker2 instance scheduled system.adapter.tvspielfilm.0 */30 * * * *
                                2018-05-23 17:12:06.909  - [32minfo[39m: host.iobroker2 instance system.adapter.tvspielfilm.0 started with pid 3717
                                2018-05-23 17:12:10.901  - [32minfo[39m: host.iobroker2 instance system.adapter.sonos.0 started with pid 3730
                                2018-05-23 17:12:14.900  - [32minfo[39m: host.iobroker2 instance system.adapter.telegram.0 started with pid 3742
                                2018-05-23 17:12:15.666  - [32minfo[39m: telegram.0 starting. Version 1.2.3 in /opt/iobroker/node_modules/iobroker.telegram, node: v6.14.2
                                2018-05-23 17:12:15.853  - [32minfo[39m: telegram.0 getMe: {"id":531284128,"is_bot":true,"first_name":"Iobroker","username":"Iobrokerckbot"}
                                2018-05-23 17:12:22.257  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:12:25.118  - [32minfo[39m: host.iobroker2 instance system.adapter.javascript.0 started with pid 3756
                                2018-05-23 17:12:27.943  - [31merror[39m: Caught by controller[0]: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                2018-05-23 17:12:27.943  - [31merror[39m: Caught by controller[1]:  1: 
                                2018-05-23 17:12:27.943  - [31merror[39m: Caught by controller[2]: node::Abort() [io.javascript.0]
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[2]:  2: 
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[3]: 0x7cff7c [io.javascript.0]
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[3]:  3: 
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[4]: v8::Utils::ReportApiFailure(char const*, char const*) [io.javascript.0]
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[4]:  4: 
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[5]: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool) [io.javascript.0]
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[5]:  5: 
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[6]: v8::internal::Factory::NewRawOneByteString(int, v8::internal::PretenureFlag) [io.javascript.0]
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[6]:  6: 
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[7]: v8::internal::Handle <v8::internal::string>v8::internal::JsonParser<false>::ScanJsonString<true>() [io.javascript.0]
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[7]:  7: 
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[8]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[8]:  8: 
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[9]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[9]:  9: 
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[10]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[10]: 10: 
                                2018-05-23 17:12:27.944  - [31merror[39m: Caught by controller[11]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[11]: 11: 
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[12]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[12]: 12: 
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[13]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[13]: 13: 
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[14]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[14]: 14: 
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[15]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[15]: 15: 
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[16]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[16]: 16: 
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[17]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[17]: 17: 
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[18]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[18]: 18: 
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[19]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[19]: 19: 
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[20]: v8::internal::JsonParser<false>::ParseJson() [io.javascript.0]
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[20]: 20: 
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[21]: v8::internal::JsonParser<false>::Parse(v8::internal::Handle<v8::internal::string>) [io.javascript.0]
                                2018-05-23 17:12:27.945  - [31merror[39m: Caught by controller[21]: 21: 
                                2018-05-23 17:12:27.946  - [31merror[39m: Caught by controller[22]: v8::internal::Runtime_ParseJson(int, v8::internal::Object**, v8::internal::Isolate*) [io.javascript.0]
                                2018-05-23 17:12:27.946  - [31merror[39m: Caught by controller[22]: 22: 0x15c904e092a7
                                2018-05-23 17:12:27.946  - [33mwarn[39m: host.iobroker2 instance system.adapter.javascript.0 terminated due to SIGABRT
                                2018-05-23 17:12:27.946  - [31merror[39m: host.iobroker2 instance system.adapter.javascript.0 terminated with code null ()
                                2018-05-23 17:12:27.946  - [32minfo[39m: host.iobroker2 Restart adapter system.adapter.javascript.0 because enabled
                                2018-05-23 17:12:28.992  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:12:35.731  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:12:43.957  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:12:50.692  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:12:57.438  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:12:57.956  - [32minfo[39m: host.iobroker2 instance system.adapter.javascript.0 started with pid 3783
                                2018-05-23 17:13:00.852  - [31merror[39m: Caught by controller[0]: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                2018-05-23 17:13:00.852  - [31merror[39m: Caught by controller[1]:  1: 
                                2018-05-23 17:13:00.852  - [31merror[39m: Caught by controller[2]: node::Abort()
                                2018-05-23 17:13:00.852  - [31merror[39m: Caught by controller[3]:  [io.javascript.0]
                                2018-05-23 17:13:00.852  - [31merror[39m: Caught by controller[5]:  2: 
                                2018-05-23 17:13:00.852  - [31merror[39m: Caught by controller[6]: 0x7cff7c
                                2018-05-23 17:13:00.852  - [31merror[39m: Caught by controller[7]:  [io.javascript.0]
                                2018-05-23 17:13:00.852  - [31merror[39m: Caught by controller[8]:  3: v8::Utils::ReportApiFailure(char const*, char const*) [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[8]:  4: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool) [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[8]:  5: 
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[9]: v8::internal::Factory::NewJSObject(v8::internal::Handle<v8::internal::jsfunction>, v8::internal::PretenureFlag) [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[9]:  6: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[9]:  7: 
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[10]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[10]:  8: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[10]:  9: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[10]: 10: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[10]: 11: 
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[11]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[11]: 12: 
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[12]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[12]: 13: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[12]: 14: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[12]: 15: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[12]: 16: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[12]: 17: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[12]: 18: v8::internal::JsonParser<false>::ParseJson() [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[12]: 19: v8::internal::JsonParser<false>::Parse(v8::internal::Handle<v8::internal::string>) [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[12]: 20: v8::internal::Runtime_ParseJson(int, v8::internal::Object**, v8::internal::Isolate*) [io.javascript.0]
                                2018-05-23 17:13:00.853  - [31merror[39m: Caught by controller[12]: 21: 0x24e5f3092a7
                                2018-05-23 17:13:00.854  - [33mwarn[39m: host.iobroker2 instance system.adapter.javascript.0 terminated due to SIGABRT
                                2018-05-23 17:13:00.854  - [31merror[39m: host.iobroker2 instance system.adapter.javascript.0 terminated with code null ()
                                2018-05-23 17:13:00.854  - [32minfo[39m: host.iobroker2 Restart adapter system.adapter.javascript.0 because enabled
                                2018-05-23 17:13:04.185  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:13:07.937  - [32minfo[39m: host.iobroker2 instance system.adapter.tvspielfilm.0 terminated with code 0 (OK)
                                2018-05-23 17:13:10.929  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:13:17.681  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:13:24.433  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:13:30.861  - [32minfo[39m: host.iobroker2 instance system.adapter.javascript.0 started with pid 3807
                                2018-05-23 17:13:31.853  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:13:33.698  - [31merror[39m: Caught by controller[0]: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                2018-05-23 17:13:33.699  - [31merror[39m: Caught by controller[1]:  1: 
                                2018-05-23 17:13:33.699  - [31merror[39m: Caught by controller[2]: node::Abort()
                                2018-05-23 17:13:33.699  - [31merror[39m: Caught by controller[3]:  [io.javascript.0]
                                2018-05-23 17:13:33.699  - [31merror[39m: Caught by controller[5]:  2: 
                                2018-05-23 17:13:33.699  - [31merror[39m: Caught by controller[6]: 0x7cff7c
                                2018-05-23 17:13:33.699  - [31merror[39m: Caught by controller[7]:  [io.javascript.0]
                                2018-05-23 17:13:33.699  - [31merror[39m: Caught by controller[9]:  3: 
                                2018-05-23 17:13:33.699  - [31merror[39m: Caught by controller[10]: v8::Utils::ReportApiFailure(char const*, char const*)
                                2018-05-23 17:13:33.699  - [31merror[39m: Caught by controller[11]:  [io.javascript.0]
                                2018-05-23 17:13:33.699  - [31merror[39m: Caught by controller[13]:  4: 
                                2018-05-23 17:13:33.699  - [31merror[39m: Caught by controller[14]: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool)
                                2018-05-23 17:13:33.699  - [31merror[39m: Caught by controller[15]:  [io.javascript.0]
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[17]:  5: 
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[18]: v8::internal::Factory::NewRawOneByteString(int, v8::internal::PretenureFlag)
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[19]:  [io.javascript.0]
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[21]:  6: 
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[22]: v8::internal::Handle <v8::internal::string>v8::internal::JsonParser<false>::ScanJsonString<false>()
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[23]:  [io.javascript.0]
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[25]:  7: 
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[26]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[27]:  [io.javascript.0]
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[29]:  8: 
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[30]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[31]:  [io.javascript.0]
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[33]:  9: 
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[34]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[35]:  [io.javascript.0]
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[37]: 10: 
                                2018-05-23 17:13:33.701  - [31merror[39m: Caught by controller[38]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[39]:  [io.javascript.0]
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[41]: 11: 
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[42]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[43]:  [io.javascript.0]
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[45]: 12: 
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[46]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[47]:  [io.javascript.0]
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[48]: 13: 
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[49]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[49]: 14: 
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[50]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[50]: 15: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[50]: 16: 
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[51]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[51]: 17: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[51]: 18: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[51]: 19: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[51]: 20: 
                                2018-05-23 17:13:33.702  - [31merror[39m: Caught by controller[52]: v8::internal::JsonParser<false>::ParseJson() [io.javascript.0]
                                2018-05-23 17:13:33.703  - [31merror[39m: Caught by controller[52]: 21: 
                                2018-05-23 17:13:33.703  - [31merror[39m: Caught by controller[53]: v8::internal::JsonParser<false>::Parse(v8::internal::Handle<v8::internal::string>) [io.javascript.0]
                                2018-05-23 17:13:33.703  - [31merror[39m: Caught by controller[53]: 22: 
                                2018-05-23 17:13:33.703  - [31merror[39m: Caught by controller[54]: v8::internal::Runtime_ParseJson(int, v8::internal::Object**, v8::internal::Isolate*) [io.javascript.0]
                                2018-05-23 17:13:33.703  - [31merror[39m: Caught by controller[54]: 23: 0x393c3ed092a7
                                2018-05-23 17:13:33.703  - [33mwarn[39m: host.iobroker2 instance system.adapter.javascript.0 terminated due to SIGABRT
                                2018-05-23 17:13:33.703  - [31merror[39m: host.iobroker2 instance system.adapter.javascript.0 terminated with code null ()
                                2018-05-23 17:13:33.703  - [32minfo[39m: host.iobroker2 Restart adapter system.adapter.javascript.0 because enabled
                                2018-05-23 17:13:38.605  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:13:45.330  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:13:52.076  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:13:58.819  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:14:03.712  - [32minfo[39m: host.iobroker2 instance system.adapter.javascript.0 started with pid 3831
                                2018-05-23 17:14:05.553  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:14:06.638  - [31merror[39m: Caught by controller[0]: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[1]:  1: 
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[2]: node::Abort() [io.javascript.0]
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[2]:  2: 
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[3]: 0x7cff7c [io.javascript.0]
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[3]:  3: 
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[4]: v8::Utils::ReportApiFailure(char const*, char const*) [io.javascript.0]
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[4]:  4: 
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[5]: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool) [io.javascript.0]
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[5]:  5: 
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[6]: v8::internal::Factory::NewRawOneByteString(int, v8::internal::PretenureFlag) [io.javascript.0]
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[6]:  6: 
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[7]: v8::internal::Handle <v8::internal::string>v8::internal::JsonParser<false>::ScanJsonString<true>() [io.javascript.0]
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[7]:  7: 
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[8]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[8]:  8: 
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[9]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:14:06.639  - [31merror[39m: Caught by controller[9]:  9: 
                                2018-05-23 17:14:06.640  - [31merror[39m: Caught by controller[10]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:14:06.640  - [31merror[39m: Caught by controller[10]: 10: 
                                2018-05-23 17:14:06.640  - [31merror[39m: Caught by controller[11]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:14:06.640  - [31merror[39m: Caught by controller[11]: 11: 
                                2018-05-23 17:14:06.640  - [31merror[39m: Caught by controller[12]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:14:06.643  - [31merror[39m: Caught by controller[12]: 12: 
                                2018-05-23 17:14:06.645  - [31merror[39m: Caught by controller[13]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:14:06.645  - [31merror[39m: Caught by controller[13]: 13: 
                                2018-05-23 17:14:06.645  - [31merror[39m: Caught by controller[14]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-23 17:14:06.645  - [31merror[39m: Caught by controller[14]: 14: 
                                2018-05-23 17:14:06.645  - [31merror[39m: Caught by controller[15]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:14:06.645  - [31merror[39m: Caught by controller[15]: 15: 
                                2018-05-23 17:14:06.645  - [31merror[39m: Caught by controller[16]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:14:06.645  - [31merror[39m: Caught by controller[16]: 16: 
                                2018-05-23 17:14:06.645  - [31merror[39m: Caught by controller[17]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:14:06.645  - [31merror[39m: Caught by controller[17]: 17: 
                                2018-05-23 17:14:06.646  - [31merror[39m: Caught by controller[18]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-23 17:14:06.646  - [31merror[39m: Caught by controller[18]: 18: 
                                2018-05-23 17:14:06.646  - [31merror[39m: Caught by controller[19]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:14:06.646  - [31merror[39m: Caught by controller[19]: 19: 
                                2018-05-23 17:14:06.646  - [31merror[39m: Caught by controller[20]: v8::internal::JsonParser<false>::ParseJson() [io.javascript.0]
                                2018-05-23 17:14:06.646  - [31merror[39m: Caught by controller[20]: 20: 
                                2018-05-23 17:14:06.646  - [31merror[39m: Caught by controller[21]: v8::internal::JsonParser<false>::Parse(v8::internal::Handle<v8::internal::string>) [io.javascript.0]
                                2018-05-23 17:14:06.646  - [31merror[39m: Caught by controller[21]: 21: 
                                2018-05-23 17:14:06.646  - [31merror[39m: Caught by controller[22]: v8::internal::Runtime_ParseJson(int, v8::internal::Object**, v8::internal::Isolate*) [io.javascript.0]
                                2018-05-23 17:14:06.646  - [31merror[39m: Caught by controller[22]: 22: 0x1403c8f092a7
                                2018-05-23 17:14:06.647  - [33mwarn[39m: host.iobroker2 instance system.adapter.javascript.0 terminated due to SIGABRT
                                2018-05-23 17:14:06.647  - [31merror[39m: host.iobroker2 instance system.adapter.javascript.0 terminated with code null ()
                                2018-05-23 17:14:06.647  - [32minfo[39m: host.iobroker2 Restart adapter system.adapter.javascript.0 because enabled
                                2018-05-23 17:14:12.321  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:14:19.048  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:14:25.773  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:14:32.502  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:14:36.658  - [32minfo[39m: host.iobroker2 instance system.adapter.javascript.0 started with pid 3855
                                2018-05-23 17:14:39.196  - [31merror[39m: Caught by controller[0]: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                2018-05-23 17:14:39.196  - [31merror[39m: Caught by controller[1]:  1: 
                                2018-05-23 17:14:39.196  - [31merror[39m: Caught by controller[2]: node::Abort() [io.javascript.0]
                                2018-05-23 17:14:39.196  - [31merror[39m: Caught by controller[2]:  2: 
                                2018-05-23 17:14:39.196  - [31merror[39m: Caught by controller[3]: 0x7cff7c [io.javascript.0]
                                2018-05-23 17:14:39.196  - [31merror[39m: Caught by controller[3]:  3: 
                                2018-05-23 17:14:39.196  - [31merror[39m: Caught by controller[4]: v8::Utils::ReportApiFailure(char const*, char const*) [io.javascript.0]
                                2018-05-23 17:14:39.196  - [31merror[39m: Caught by controller[4]:  4: 
                                2018-05-23 17:14:39.196  - [31merror[39m: Caught by controller[5]: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool) [io.javascript.0]
                                2018-05-23 17:14:39.196  - [31merror[39m: Caught by controller[5]:  5: 
                                2018-05-23 17:14:39.196  - [31merror[39m: Caught by controller[6]: v8::internal::Factory::NewRawOneByteString(int, v8::internal::PretenureFlag) [io.javascript.0]
                                2018-05-23 17:14:39.196  - [31merror[39m: Caught by controller[6]:  6: 
                                2018-05-23 17:14:39.197  - [31merror[39m: Caught by controller[7]: v8::internal::Handle <v8::internal::string>v8::internal::JsonParser<false>::ScanJsonString<true>() [io.javascript.0]
                                2018-05-23 17:14:39.197  - [31merror[39m: Caught by controller[7]:  7: 
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[8]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[8]:  8: 
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[9]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[9]:  9: 
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[10]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[10]: 10: 
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[11]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[11]: 11: 
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[12]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[12]: 12: 
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[13]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[13]: 13: 
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[14]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[14]: 14: 
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[15]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[15]: 15: 
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[16]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[16]: 16: 
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[17]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[17]: 17: 
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[18]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[18]: 18: 
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[19]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[19]: 19: 
                                2018-05-23 17:14:39.199  - [31merror[39m: Caught by controller[20]: v8::internal::JsonParser<false>::ParseJson() [io.javascript.0]
                                2018-05-23 17:14:39.200  - [31merror[39m: Caught by controller[20]: 20: 
                                2018-05-23 17:14:39.200  - [31merror[39m: Caught by controller[21]: v8::internal::JsonParser<false>::Parse(v8::internal::Handle<v8::internal::string>) [io.javascript.0]
                                2018-05-23 17:14:39.200  - [31merror[39m: Caught by controller[21]: 21: 
                                2018-05-23 17:14:39.200  - [31merror[39m: Caught by controller[22]: v8::internal::Runtime_ParseJson(int, v8::internal::Object**, v8::internal::Isolate*) [io.javascript.0]
                                2018-05-23 17:14:39.200  - [31merror[39m: Caught by controller[22]: 22: 0x16bd441092a7
                                2018-05-23 17:14:39.200  - [33mwarn[39m: host.iobroker2 instance system.adapter.javascript.0 terminated due to SIGABRT
                                2018-05-23 17:14:39.200  - [31merror[39m: host.iobroker2 instance system.adapter.javascript.0 terminated with code null ()
                                2018-05-23 17:14:39.200  - [32minfo[39m: host.iobroker2 Restart adapter system.adapter.javascript.0 because enabled
                                2018-05-23 17:14:39.221  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:14:45.964  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:14:52.707  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:14:59.436  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:15:06.469  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:15:09.210  - [32minfo[39m: host.iobroker2 instance system.adapter.javascript.0 started with pid 3877
                                2018-05-23 17:15:11.702  - [31merror[39m: Caught by controller[0]: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                2018-05-23 17:15:11.703  - [31merror[39m: Caught by controller[1]:  1: 
                                2018-05-23 17:15:11.703  - [31merror[39m: Caught by controller[2]: node::Abort()
                                2018-05-23 17:15:11.703  - [31merror[39m: Caught by controller[3]:  [io.javascript.0]
                                2018-05-23 17:15:11.703  - [31merror[39m: Caught by controller[5]:  2: 
                                2018-05-23 17:15:11.703  - [31merror[39m: Caught by controller[6]: 0x7cff7c
                                2018-05-23 17:15:11.703  - [31merror[39m: Caught by controller[7]:  [io.javascript.0]
                                2018-05-23 17:15:11.703  - [31merror[39m: Caught by controller[9]:  3: 
                                2018-05-23 17:15:11.703  - [31merror[39m: Caught by controller[10]: v8::Utils::ReportApiFailure(char const*, char const*)
                                2018-05-23 17:15:11.703  - [31merror[39m: Caught by controller[11]:  [io.javascript.0]
                                2018-05-23 17:15:11.703  - [31merror[39m: Caught by controller[13]:  4: 
                                2018-05-23 17:15:11.703  - [31merror[39m: Caught by controller[14]: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool)
                                2018-05-23 17:15:11.703  - [31merror[39m: Caught by controller[15]:  [io.javascript.0]
                                2018-05-23 17:15:11.703  - [31merror[39m: Caught by controller[17]:  5: 
                                2018-05-23 17:15:11.703  - [31merror[39m: Caught by controller[18]: v8::internal::Factory::NewJSObject(v8::internal::Handle<v8::internal::jsfunction>, v8::internal::PretenureFlag)
                                2018-05-23 17:15:11.703  - [31merror[39m: Caught by controller[19]:  [io.javascript.0]
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[21]:  6: 
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[22]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[23]:  [io.javascript.0]
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[25]:  7: 
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[26]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[27]:  [io.javascript.0]
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[29]:  8: 
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[30]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[31]:  [io.javascript.0]
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[33]:  9: 
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[34]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[35]:  [io.javascript.0]
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[37]: 10: 
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[38]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[39]:  [io.javascript.0]
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[41]: 11: 
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[42]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[43]:  [io.javascript.0]
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[45]: 12: 
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[46]: v8::internal::JsonParser<false>::ParseJsonArray()
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[47]:  [io.javascript.0]
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[49]: 13: 
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[50]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[51]:  [io.javascript.0]
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[53]: 14: 
                                2018-05-23 17:15:11.704  - [31merror[39m: Caught by controller[54]: v8::internal::JsonParser<false>::ParseJsonObject()
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[55]:  [io.javascript.0]
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[57]: 15: 
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[58]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[59]:  [io.javascript.0]
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[61]: 16: 
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[62]: v8::internal::JsonParser<false>::ParseJsonArray()
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[63]:  [io.javascript.0]
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[65]: 17: 
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[66]: v8::internal::JsonParser<false>::ParseJsonValue()
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[67]:  [io.javascript.0]
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[69]: 18: 
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[70]: v8::internal::JsonParser<false>::ParseJson()
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[71]:  [io.javascript.0]
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[73]: 19: 
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[74]: v8::internal::JsonParser<false>::Parse(v8::internal::Handle<v8::internal::string>)
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[75]:  [io.javascript.0]
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[77]: 20: 
                                2018-05-23 17:15:11.705  - [31merror[39m: Caught by controller[78]: v8::internal::Runtime_ParseJson(int, v8::internal::Object**, v8::internal::Isolate*)
                                2018-05-23 17:15:11.706  - [31merror[39m: Caught by controller[79]:  [io.javascript.0]
                                2018-05-23 17:15:11.706  - [31merror[39m: Caught by controller[81]: 21: 
                                2018-05-23 17:15:11.706  - [31merror[39m: Caught by controller[82]: 0x1a52397092a7
                                2018-05-23 17:15:11.706  - [33mwarn[39m: host.iobroker2 instance system.adapter.javascript.0 terminated due to SIGABRT
                                2018-05-23 17:15:11.706  - [31merror[39m: host.iobroker2 instance system.adapter.javascript.0 terminated with code null ()
                                2018-05-23 17:15:11.706  - [32minfo[39m: host.iobroker2 Restart adapter system.adapter.javascript.0 because enabled
                                2018-05-23 17:15:14.066  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:15:20.847  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:15:27.573  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:15:39.901  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:15:41.718  - [32minfo[39m: host.iobroker2 instance system.adapter.javascript.0 started with pid 3893
                                2018-05-23 17:15:44.214  - [31merror[39m: Caught by controller[0]: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                2018-05-23 17:15:44.214  - [31merror[39m: Caught by controller[1]:  1: 
                                2018-05-23 17:15:44.214  - [31merror[39m: Caught by controller[2]: node::Abort()
                                2018-05-23 17:15:44.214  - [31merror[39m: Caught by controller[3]:  [io.javascript.0]
                                2018-05-23 17:15:44.214  - [31merror[39m: Caught by controller[5]:  2: 
                                2018-05-23 17:15:44.214  - [31merror[39m: Caught by controller[6]: 0x7cff7c
                                2018-05-23 17:15:44.214  - [31merror[39m: Caught by controller[7]:  [io.javascript.0]
                                2018-05-23 17:15:44.214  - [31merror[39m: Caught by controller[9]:  3: 
                                2018-05-23 17:15:44.214  - [31merror[39m: Caught by controller[10]: v8::Utils::ReportApiFailure(char const*, char const*)
                                2018-05-23 17:15:44.214  - [31merror[39m: Caught by controller[11]:  [io.javascript.0]
                                2018-05-23 17:15:44.214  - [31merror[39m: Caught by controller[13]:  4: 
                                2018-05-23 17:15:44.214  - [31merror[39m: Caught by controller[14]: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool)
                                2018-05-23 17:15:44.214  - [31merror[39m: Caught by controller[15]:  [io.javascript.0]
                                2018-05-23 17:15:44.214  - [31merror[39m: Caught by controller[17]:  5: 
                                2018-05-23 17:15:44.215  - [31merror[39m: Caught by controller[18]: v8::internal::Factory::NewRawOneByteString(int, v8::internal::PretenureFlag)
                                2018-05-23 17:15:44.215  - [31merror[39m: Caught by controller[19]:  [io.javascript.0]
                                2018-05-23 17:15:44.215  - [31merror[39m: Caught by controller[19]:  6: v8::internal::Handle <v8::internal::string>v8::internal::JsonParser<false>::ScanJsonString<false>() [io.javascript.0]
                                2018-05-23 17:15:44.215  - [31merror[39m: Caught by controller[19]:  7: 
                                2018-05-23 17:15:44.215  - [31merror[39m: Caught by controller[20]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:15:44.215  - [31merror[39m: Caught by controller[20]:  8: 
                                2018-05-23 17:15:44.215  - [31merror[39m: Caught by controller[21]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:15:44.215  - [31merror[39m: Caught by controller[21]:  9: 
                                2018-05-23 17:15:44.215  - [31merror[39m: Caught by controller[22]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:15:44.215  - [31merror[39m: Caught by controller[22]: 10: 
                                2018-05-23 17:15:44.215  - [31merror[39m: Caught by controller[23]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[23]: 11: 
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[24]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[24]: 12: 
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[25]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[25]: 13: 
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[26]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[26]: 14: 
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[27]: v8::internal::JsonParser<false>::ParseJsonObject() [io.javascript.0]
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[27]: 15: 
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[28]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[28]: 16: 
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[29]: v8::internal::JsonParser<false>::ParseJsonArray() [io.javascript.0]
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[29]: 17: 
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[30]: v8::internal::JsonParser<false>::ParseJsonValue() [io.javascript.0]
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[30]: 18: 
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[31]: v8::internal::JsonParser<false>::ParseJson() [io.javascript.0]
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[31]: 19: 
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[32]: v8::internal::JsonParser<false>::Parse(v8::internal::Handle<v8::internal::string>) [io.javascript.0]
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[32]: 20: 
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[33]: v8::internal::Runtime_ParseJson(int, v8::internal::Object**, v8::internal::Isolate*) [io.javascript.0]
                                2018-05-23 17:15:44.216  - [31merror[39m: Caught by controller[33]: 21: 0x1574f54092a7
                                2018-05-23 17:15:44.216  - [33mwarn[39m: host.iobroker2 instance system.adapter.javascript.0 terminated due to SIGABRT
                                2018-05-23 17:15:44.216  - [31merror[39m: host.iobroker2 instance system.adapter.javascript.0 terminated with code null ()
                                2018-05-23 17:15:44.216  - [32minfo[39m: host.iobroker2 Restart adapter system.adapter.javascript.0 because enabled
                                2018-05-23 17:15:46.645  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:15:53.385  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:16:00.119  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:16:06.933  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:16:09.684  - [32minfo[39m: host.iobroker2 object change system.adapter.simple-api.0
                                2018-05-23 17:16:09.684  - [32minfo[39m: host.iobroker2 "system.adapter.simple-api.0" enabled
                                2018-05-23 17:16:09.695  - [32minfo[39m: host.iobroker2 instance system.adapter.simple-api.0 started with pid 3909
                                2018-05-23 17:16:13.657  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
                                2018-05-23 17:16:14.221  - [32minfo[39m: host.iobroker2 instance system.adapter.javascript.0 started with pid 3919
                                2018-05-23 17:16:14.313  - [32minfo[39m: host.iobroker2 object change system.adapter.rpi2.0
                                2018-05-23 17:16:14.313  - [32minfo[39m: host.iobroker2 "system.adapter.rpi2.0" enabled
                                2018-05-23 17:16:14.319  - [32minfo[39m: host.iobroker2 instance system.adapter.rpi2.0 started with pid 3925
                                2018-05-23 17:16:15.914  - [32minfo[39m: host.iobroker2 object change system.adapter.ical.0
                                2018-05-23 17:16:15.915  - [32minfo[39m: host.iobroker2 "system.adapter.ical.0" enabled
                                2018-05-23 17:16:15.916  - [32minfo[39m: host.iobroker2 stopInstance system.adapter.ical.0
                                2018-05-23 17:16:15.916  - [33mwarn[39m: host.iobroker2 stopInstance system.adapter.ical.0 not scheduled
                                2018-05-23 17:16:20.386  - [31merror[39m: telegram.0 polling_error:ETELEGRAM, ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running</v8::internal::string></false></false></false></false></false></false></false></false></false></false></false></false></false></false></false></v8::internal::string></v8::internal::string></false></false></false></false></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></true></false></v8::internal::string></v8::internal::string></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></false></false></false></false></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></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></false></false></false></false></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> 
                                
                                1 Reply Last reply Reply Quote 0
                                • C
                                  chka last edited by

                                  ich bin ein wenig weiter, bis auf javascript läuft es, homekit brauch wohl java also startet es auch nicht.

                                  in dieser konstelation stürzt dann auch iobroker ab

                                  1 Reply Last reply Reply Quote 0
                                  • C
                                    chka last edited by

                                    mittlerweile habe ich mal java komplett als adapter gelöscht und neu installiert.

                                    der lehre adapter ohne ein script was läuft startet nicht

                                    host.iobroker2	2018-05-27 10:32:46.821	info	Restart adapter system.adapter.javascript.0 because enabled
                                    host.iobroker2	2018-05-27 10:32:46.821	error	instance system.adapter.javascript.0 terminated with code null ()
                                    host.iobroker2	2018-05-27 10:32:46.821	warn	instance system.adapter.javascript.0 terminated due to SIGABRT
                                    host.iobroker2	2018-05-27 10:32:46.821	error	Caught by controller[82]: 0x923afe092a7
                                    host.iobroker2	2018-05-27 10:32:46.821	error	Caught by controller[81]: 21:
                                    host.iobroker2	2018-05-27 10:32:46.821	error	Caught by controller[79]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.821	error	Caught by controller[78]: v8::internal::Runtime_ParseJson(int, v8::internal::Object**, v8::internal::Isolate*)
                                    host.iobroker2	2018-05-27 10:32:46.821	error	Caught by controller[77]: 20:
                                    host.iobroker2	2018-05-27 10:32:46.821	error	Caught by controller[75]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.821	error	Caught by controller[74]: v8::internal::JsonParser<false>::Parse(v8::internal::Handle<v8::internal::string>)
                                    host.iobroker2	2018-05-27 10:32:46.821	error	Caught by controller[73]: 19:
                                    host.iobroker2	2018-05-27 10:32:46.821	error	Caught by controller[71]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[70]: v8::internal::JsonParser<false>::ParseJson()
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[69]: 18:
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[67]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[66]: v8::internal::JsonParser<false>::ParseJsonValue()
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[65]: 17:
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[63]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[62]: v8::internal::JsonParser<false>::ParseJsonArray()
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[61]: 16:
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[59]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[58]: v8::internal::JsonParser<false>::ParseJsonValue()
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[57]: 15:
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[55]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[54]: v8::internal::JsonParser<false>::ParseJsonObject()
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[53]: 14:
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[51]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[50]: v8::internal::JsonParser<false>::ParseJsonValue()
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[49]: 13:
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[47]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[46]: v8::internal::JsonParser<false>::ParseJsonArray()
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[45]: 12:
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[43]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[42]: v8::internal::JsonParser<false>::ParseJsonValue()
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[41]: 11:
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[39]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[38]: v8::internal::JsonParser<false>::ParseJsonObject()
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[37]: 10:
                                    host.iobroker2	2018-05-27 10:32:46.820	error	Caught by controller[35]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[34]: v8::internal::JsonParser<false>::ParseJsonValue()
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[33]: 9:
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[31]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[30]: v8::internal::JsonParser<false>::ParseJsonObject()
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[29]: 8:
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[27]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[26]: v8::internal::JsonParser<false>::ParseJsonValue()
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[25]: 7:
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[23]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[22]: v8::internal::JsonParser<false>::ParseJsonObject()
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[21]: 6:
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[19]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[18]: v8::internal::Factory::NewJSObject(v8::internal::Handle<v8::internal::jsfunction>, v8::internal::PretenureFlag)
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[17]: 5:
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[15]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[14]: v8::internal::V8::FatalProcessOutOfMemory(char const*, bool)
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[13]: 4:
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[11]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[10]: v8::Utils::ReportApiFailure(char const*, char const*)
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[9]: 3:
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[7]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[6]: 0x7cff7c
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[5]: 2:
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[3]: [io.javascript.0]
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[2]: node::Abort()
                                    host.iobroker2	2018-05-27 10:32:46.819	error	Caught by controller[1]: 1:
                                    host.iobroker2	2018-05-27 10:32:46.818	error	Caught by controller[0]: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                    rpi2.0	2018-05-27 10:32:45.733	error	No Value found for memory_available
                                    javascript.0	2018-05-27 10:32:45.509	info	received all states
                                    javascript.0	2018-05-27 10:32:44.992	info	requesting all objects
                                    javascript.0	2018-05-27 10:32:44.992	info	requesting all states
                                    javascript.0	2018-05-27 10:32:44.992	info	starting. Version 3.6.4 in /opt/iobroker/node_modules/iobroker.javascript, node: v6.14.2
                                    host.iobroker2	2018-05-27 10:32:44.050	info	instance system.adapter.javascript.0 started with pid 1160
                                    host.iobroker2	2018-05-27 10:32:14.033	info	Restart adapter system.adapter.javascript.0 because enabled</v8::internal::jsfunction></false></false></false></false></false></false></false></false></false></false></false></false></false></v8::internal::string></false>
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • wendy2702
                                      wendy2702 last edited by

                                      @chka:

                                      host.iobroker2	2018-05-27 10:32:46.818	error	Caught by controller[0]: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
                                      rpi2.0	2018-05-27 10:32:45.733	error	No Value found for memory_available
                                      ```` `  
                                      

                                      Also zu diesem Fehler gibt es ja was bei Google –> https://www.google.de/search?q=FATAL+ER ... e&ie=UTF-8

                                      Ist das jetzt ein PI oder ein VM ? Warum findet der rpi Adapter auch kein Memory bzw. Warum ist der installiert wenn es kein PI ist ?

                                      1 Reply Last reply Reply Quote 0
                                      • C
                                        chka last edited by

                                        es ist eine vm, der pi adapter lief bisher auch wunderbar auf der vm. es werden zwar nicht alle werte ausgelesen aber ram, cpu und Speicher ließen sich auslesen

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

                                          Ich nutze leider keine VM.

                                          Aber würde wenn ich Google und den Beiträgen glaube mal ein andere Nodejs Version versuchen.

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            Semenchkare last edited by

                                            Hallo,

                                            ich melde mich, weil ich die gleiche Meldung erhielt, aber ein anderes Betriebssystem auf meinem bananPi habe:

                                            ioBroker unterstützt die LTS Versionen 6, 8, 10 oder neuer von Node.js. Bitte aktualisieren Sie die verwendete Node.js Version ("v4.8.2") auf dem Rechner "bananapim2" auf eine unterstützte Version. Wir empfehlen die Verwendung von Node.js 6.

                                            Von der Erstinstallation weiß ich noch, dass die üblichen Befehle nicht funktionierten. wer kann bei dem Betriebssystem " ARMBIAN 5.25 stable Debian" helfen, eine höhere Version drauf zu bekommen?

                                            ein Versuch, Armbian zu updaten, lief schon einmal voll ins leere, ich musste danach neu installieren…

                                            Vielen Dank vorab.

                                            Gruß

                                            Seme

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

                                            Support us

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

                                            782
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

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