Skip to content
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Instance javascript.0 stürzt immer ab

NEWS

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

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.2k

Instance javascript.0 stürzt immer ab

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
23 Beiträge 5 Kommentatoren 2.1k Aufrufe 4 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Berges01B Berges01

    @thomas-braun

    Wenn du dich errinnerst, ich bin der Linux Depp, was soll ich machen ohne alles zu schrotten ?

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #11

    @berges01 sagte in Instance javascript.0 stürzt immer ab:

    Wenn du dich errinnerst, ich bin der Linux Depp, was soll ich machen ohne alles zu schrotten ?

    Grundlagen:

    iob stop
    sudo apt update
    sudo apt full-upgrade
    sudo reboot
    

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    Berges01B 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @berges01 sagte in Instance javascript.0 stürzt immer ab:

      Wenn du dich errinnerst, ich bin der Linux Depp, was soll ich machen ohne alles zu schrotten ?

      Grundlagen:

      iob stop
      sudo apt update
      sudo apt full-upgrade
      sudo reboot
      
      Berges01B Online
      Berges01B Online
      Berges01
      schrieb am zuletzt editiert von Homoran
      #12

      @thomas-braun said in Instance javascript.0 stürzt immer ab:

      sudo reboot

      Wie gehabt, kein Erfolg, der Adapter bleibt rot.

      Copy text starting here:

      ======================= SUMMARY =======================
                           v.2023-04-16
      
      
      Operatingsystem:        Debian GNU/Linux 11 (bullseye)
      Kernel:                 5.10.0-23-amd64
      Installation:           Native
      Timezone:               Europe/Berlin (CEST, +0200)
      User-ID:                1000
      X-Server:               false
      Boot Target:            graphical.target
      
      Pending OS-Updates:     0
      Pending iob updates:    0
      
      Nodejs-Installation:    /usr/bin/nodejs         v18.16.0
                              /usr/bin/node           v18.16.0
                              /usr/bin/npm            9.5.1
                              /usr/bin/npx            9.5.1
      
      Recommended versions are nodejs 18.x.y and npm 9.x.y
      Your nodejs installation is correct
      
      MEMORY:
                     total        used        free      shared  buff/cache   available
      Mem:            7.9G        2.2G        5.0G        0.0K        630M        5.4G
      Swap:           976M          0B        976M
      Total:          8.8G        2.2G        6.0G
      
      Active iob-Instances:   34
      Active repo(s): Stable (default), Beta (latest)
      
      ioBroker Core:          js-controller           4.0.24
                              admin                   6.5.7
      
      ioBroker Status:        iobroker is running on this host.
      
      
      Objects type: jsonl
      States  type: jsonl
      
      Status admin and web instance:
      + system.adapter.admin.0                  : admin                 : Strommix-Smart                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
      + system.adapter.web.0                    : web                   : Strommix-Smart                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
      
      Objects:                17160
      States:                 14542
      
      Size of iob-Database:
      
      22M     /opt/iobroker/iobroker-data/objects.jsonl
      14M     /opt/iobroker/iobroker-data/objects.json.migrated
      14M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
      4.0K    /opt/iobroker/iobroker-data/objects.json.old
      0       /opt/iobroker/iobroker-data/objects.json.broken
      25M     /opt/iobroker/iobroker-data/states.jsonl
      1.9M    /opt/iobroker/iobroker-data/states.json.migrated
      1.9M    /opt/iobroker/iobroker-data/states.json.bak.migrated
      1.5M    /opt/iobroker/iobroker-data/states.json.old
      0       /opt/iobroker/iobroker-data/states.json.broken
      
      
      
      =================== END OF SUMMARY ====================
      

      berges01@Strommix-Smart:~$

      F.B.

      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • Berges01B Berges01

        @thomas-braun said in Instance javascript.0 stürzt immer ab:

        sudo reboot

        Wie gehabt, kein Erfolg, der Adapter bleibt rot.

        Copy text starting here:

        ======================= SUMMARY =======================
                             v.2023-04-16
        
        
        Operatingsystem:        Debian GNU/Linux 11 (bullseye)
        Kernel:                 5.10.0-23-amd64
        Installation:           Native
        Timezone:               Europe/Berlin (CEST, +0200)
        User-ID:                1000
        X-Server:               false
        Boot Target:            graphical.target
        
        Pending OS-Updates:     0
        Pending iob updates:    0
        
        Nodejs-Installation:    /usr/bin/nodejs         v18.16.0
                                /usr/bin/node           v18.16.0
                                /usr/bin/npm            9.5.1
                                /usr/bin/npx            9.5.1
        
        Recommended versions are nodejs 18.x.y and npm 9.x.y
        Your nodejs installation is correct
        
        MEMORY:
                       total        used        free      shared  buff/cache   available
        Mem:            7.9G        2.2G        5.0G        0.0K        630M        5.4G
        Swap:           976M          0B        976M
        Total:          8.8G        2.2G        6.0G
        
        Active iob-Instances:   34
        Active repo(s): Stable (default), Beta (latest)
        
        ioBroker Core:          js-controller           4.0.24
                                admin                   6.5.7
        
        ioBroker Status:        iobroker is running on this host.
        
        
        Objects type: jsonl
        States  type: jsonl
        
        Status admin and web instance:
        + system.adapter.admin.0                  : admin                 : Strommix-Smart                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
        + system.adapter.web.0                    : web                   : Strommix-Smart                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
        
        Objects:                17160
        States:                 14542
        
        Size of iob-Database:
        
        22M     /opt/iobroker/iobroker-data/objects.jsonl
        14M     /opt/iobroker/iobroker-data/objects.json.migrated
        14M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
        4.0K    /opt/iobroker/iobroker-data/objects.json.old
        0       /opt/iobroker/iobroker-data/objects.json.broken
        25M     /opt/iobroker/iobroker-data/states.jsonl
        1.9M    /opt/iobroker/iobroker-data/states.json.migrated
        1.9M    /opt/iobroker/iobroker-data/states.json.bak.migrated
        1.5M    /opt/iobroker/iobroker-data/states.json.old
        0       /opt/iobroker/iobroker-data/states.json.broken
        
        
        
        =================== END OF SUMMARY ====================
        

        berges01@Strommix-Smart:~$

        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #13

        @berges01 sagte in Instance javascript.0 stürzt immer ab:

        Wie gehabt, kein Erfolg, der Adapter bleibt rot.

        Dann kannst du ja jetzt wie auch @DocGame und @JohGre das Ergebnis deines Beta-Testings in ein Issue gießen:

        https://github.com/ioBroker/ioBroker.javascript/issues

        Oder deinen ioBroker auf eine stabile Basis setzen, wenn du auf beta-testen eigentlich gar keine Lust hast.

        Linux-Werkzeugkasten:
        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
        NodeJS Fixer Skript:
        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

        Berges01B JohGreJ 2 Antworten Letzte Antwort
        1
        • Thomas BraunT Thomas Braun

          @berges01 sagte in Instance javascript.0 stürzt immer ab:

          Wie gehabt, kein Erfolg, der Adapter bleibt rot.

          Dann kannst du ja jetzt wie auch @DocGame und @JohGre das Ergebnis deines Beta-Testings in ein Issue gießen:

          https://github.com/ioBroker/ioBroker.javascript/issues

          Oder deinen ioBroker auf eine stabile Basis setzen, wenn du auf beta-testen eigentlich gar keine Lust hast.

          Berges01B Online
          Berges01B Online
          Berges01
          schrieb am zuletzt editiert von
          #14

          @thomas-braun

          Eigentlich wollte ich kein Betatester sein !
          Wo warum usw. ich Betta bin keine Ahnung.
          Wie komme ich denn da von auf Release?
          Wie das mit github geht weis ich auch nicht, somit ist Betta eigentlich Obsolet.
          Mein System soll stabil laufen und nicht rumzicken.

          F.B.

          Thomas BraunT 1 Antwort Letzte Antwort
          0
          • Berges01B Berges01

            @thomas-braun

            Eigentlich wollte ich kein Betatester sein !
            Wo warum usw. ich Betta bin keine Ahnung.
            Wie komme ich denn da von auf Release?
            Wie das mit github geht weis ich auch nicht, somit ist Betta eigentlich Obsolet.
            Mein System soll stabil laufen und nicht rumzicken.

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #15

            @berges01 sagte in Instance javascript.0 stürzt immer ab:

            Eigentlich wollte ich kein Betatester sein !
            Wo warum usw. ich Betta bin keine Ahnung.

            Weil du das Beta-Repository aktiviert hast:

            Active repo(s): Stable (default), Beta (latest)
            

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            Berges01B 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @berges01 sagte in Instance javascript.0 stürzt immer ab:

              Eigentlich wollte ich kein Betatester sein !
              Wo warum usw. ich Betta bin keine Ahnung.

              Weil du das Beta-Repository aktiviert hast:

              Active repo(s): Stable (default), Beta (latest)
              
              Berges01B Online
              Berges01B Online
              Berges01
              schrieb am zuletzt editiert von Berges01
              #16

              @thomas-braun

              Oh ha Sch...... !
              Wo ist der Schalter und wie rudere ich zurück?

              Ah glaube ich habe den Schalter
              407ff601-8455-4b47-a270-804da2727f57-image.png

              F.B.

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • Berges01B Berges01

                @thomas-braun

                Oh ha Sch...... !
                Wo ist der Schalter und wie rudere ich zurück?

                Ah glaube ich habe den Schalter
                407ff601-8455-4b47-a270-804da2727f57-image.png

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #17

                @berges01
                Deaktivier das Repo im Admin.
                Oder per Kommandzeile

                iob repo unset 'Beta (latest)'
                

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                Berges01B 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @berges01
                  Deaktivier das Repo im Admin.
                  Oder per Kommandzeile

                  iob repo unset 'Beta (latest)'
                  
                  Berges01B Online
                  Berges01B Online
                  Berges01
                  schrieb am zuletzt editiert von
                  #18

                  @thomas-braun said in Instance javascript.0 stürzt immer ab:

                  iob repo unset 'Beta (latest)'

                  ``

                  berges01@Strommix-Smart:~$ ^C
                  berges01@Strommix-Smart:~$ iob repo unset 'Beta (latest)'
                  Repository "Beta (latest)" deactivated.
                  Stable (default): http://download.iobroker.net/sources-dist.json
                  Beta (latest) : http://download.iobroker.net/sources-dist-latest.json

                  Active repo(s): Stable (default)

                  Erledigt, und nun wie auf die Release

                  F.B.

                  Thomas BraunT 1 Antwort Letzte Antwort
                  0
                  • Berges01B Berges01

                    @thomas-braun said in Instance javascript.0 stürzt immer ab:

                    iob repo unset 'Beta (latest)'

                    ``

                    berges01@Strommix-Smart:~$ ^C
                    berges01@Strommix-Smart:~$ iob repo unset 'Beta (latest)'
                    Repository "Beta (latest)" deactivated.
                    Stable (default): http://download.iobroker.net/sources-dist.json
                    Beta (latest) : http://download.iobroker.net/sources-dist-latest.json

                    Active repo(s): Stable (default)

                    Erledigt, und nun wie auf die Release

                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #19

                    @berges01

                    iob update
                    iob upgrade javascript@6.1.4
                    

                    Linux-Werkzeugkasten:
                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                    NodeJS Fixer Skript:
                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                    Berges01B 1 Antwort Letzte Antwort
                    0
                    • Thomas BraunT Thomas Braun

                      @berges01

                      iob update
                      iob upgrade javascript@6.1.4
                      
                      Berges01B Online
                      Berges01B Online
                      Berges01
                      schrieb am zuletzt editiert von
                      #20

                      @thomas-braun said in Instance javascript.0 stürzt immer ab:

                      iob upgrade javascript@6.1.4

                      Ui Super es läuft wieder !

                      ======================= SUMMARY =======================
                                           v.2023-04-16
                      
                      
                      Operatingsystem:        Debian GNU/Linux 11 (bullseye)
                      Kernel:                 5.10.0-23-amd64
                      Installation:           Native
                      Timezone:               Europe/Berlin (CEST, +0200)
                      User-ID:                1000
                      X-Server:               false
                      Boot Target:            graphical.target
                      
                      Pending OS-Updates:     0
                      Pending iob updates:    0
                      
                      Nodejs-Installation:    /usr/bin/nodejs         v18.16.0
                                              /usr/bin/node           v18.16.0
                                              /usr/bin/npm            9.5.1
                                              /usr/bin/npx            9.5.1
                      
                      Recommended versions are nodejs 18.x.y and npm 9.x.y
                      Your nodejs installation is correct
                      
                      MEMORY:
                                     total        used        free      shared  buff/cache   available
                      Mem:            7.9G        3.2G        3.8G        0.0K        883M        4.4G
                      Swap:           976M          0B        976M
                      Total:          8.8G        3.2G        4.8G
                      
                      Active iob-Instances:   35
                      Active repo(s): Stable (default)
                      
                      ioBroker Core:          js-controller           4.0.24
                                              admin                   6.5.7
                      
                      ioBroker Status:        iobroker is running on this host.
                      
                      
                      Objects type: jsonl
                      States  type: jsonl
                      
                      Status admin and web instance:
                      + system.adapter.admin.0                  : admin                 : Strommix-Smart                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                      + system.adapter.web.0                    : web                   : Strommix-Smart                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                      
                      Objects:                17160
                      States:                 14588
                      
                      Size of iob-Database:
                      
                      31M     /opt/iobroker/iobroker-data/objects.jsonl
                      14M     /opt/iobroker/iobroker-data/objects.json.migrated
                      14M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                      4.0K    /opt/iobroker/iobroker-data/objects.json.old
                      0       /opt/iobroker/iobroker-data/objects.json.broken
                      11M     /opt/iobroker/iobroker-data/states.jsonl
                      1.9M    /opt/iobroker/iobroker-data/states.json.migrated
                      1.9M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                      1.5M    /opt/iobroker/iobroker-data/states.json.old
                      0       /opt/iobroker/iobroker-data/states.json.broken
                      
                      
                      
                      =================== END OF SUMMARY ====================
                      
                      

                      BESTEN DANK mal wieder !

                      F.B.

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @berges01 sagte in Instance javascript.0 stürzt immer ab:

                        Wie gehabt, kein Erfolg, der Adapter bleibt rot.

                        Dann kannst du ja jetzt wie auch @DocGame und @JohGre das Ergebnis deines Beta-Testings in ein Issue gießen:

                        https://github.com/ioBroker/ioBroker.javascript/issues

                        Oder deinen ioBroker auf eine stabile Basis setzen, wenn du auf beta-testen eigentlich gar keine Lust hast.

                        JohGreJ Offline
                        JohGreJ Offline
                        JohGre
                        schrieb am zuletzt editiert von
                        #21

                        @thomas-braun sagte in Instance javascript.0 stürzt immer ab:

                        Dann kannst du ja jetzt wie auch @DocGame und @JohGre das Ergebnis deines Beta-Testings in ein Issue gießen:

                        Issue ist angelegt

                        nuc i5: RaspberryMatic, ioBroker, pi-hole, SQL-Server, OMV-NAS, Influx-DB & Grafana, OpenHab, tasmoadmin

                        1 Antwort Letzte Antwort
                        0
                        • Berges01B Berges01

                          @thomas-braun said in Instance javascript.0 stürzt immer ab:

                          iob upgrade javascript@6.1.4

                          Ui Super es läuft wieder !

                          ======================= SUMMARY =======================
                                               v.2023-04-16
                          
                          
                          Operatingsystem:        Debian GNU/Linux 11 (bullseye)
                          Kernel:                 5.10.0-23-amd64
                          Installation:           Native
                          Timezone:               Europe/Berlin (CEST, +0200)
                          User-ID:                1000
                          X-Server:               false
                          Boot Target:            graphical.target
                          
                          Pending OS-Updates:     0
                          Pending iob updates:    0
                          
                          Nodejs-Installation:    /usr/bin/nodejs         v18.16.0
                                                  /usr/bin/node           v18.16.0
                                                  /usr/bin/npm            9.5.1
                                                  /usr/bin/npx            9.5.1
                          
                          Recommended versions are nodejs 18.x.y and npm 9.x.y
                          Your nodejs installation is correct
                          
                          MEMORY:
                                         total        used        free      shared  buff/cache   available
                          Mem:            7.9G        3.2G        3.8G        0.0K        883M        4.4G
                          Swap:           976M          0B        976M
                          Total:          8.8G        3.2G        4.8G
                          
                          Active iob-Instances:   35
                          Active repo(s): Stable (default)
                          
                          ioBroker Core:          js-controller           4.0.24
                                                  admin                   6.5.7
                          
                          ioBroker Status:        iobroker is running on this host.
                          
                          
                          Objects type: jsonl
                          States  type: jsonl
                          
                          Status admin and web instance:
                          + system.adapter.admin.0                  : admin                 : Strommix-Smart                           -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
                          + system.adapter.web.0                    : web                   : Strommix-Smart                           -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
                          
                          Objects:                17160
                          States:                 14588
                          
                          Size of iob-Database:
                          
                          31M     /opt/iobroker/iobroker-data/objects.jsonl
                          14M     /opt/iobroker/iobroker-data/objects.json.migrated
                          14M     /opt/iobroker/iobroker-data/objects.json.bak.migrated
                          4.0K    /opt/iobroker/iobroker-data/objects.json.old
                          0       /opt/iobroker/iobroker-data/objects.json.broken
                          11M     /opt/iobroker/iobroker-data/states.jsonl
                          1.9M    /opt/iobroker/iobroker-data/states.json.migrated
                          1.9M    /opt/iobroker/iobroker-data/states.json.bak.migrated
                          1.5M    /opt/iobroker/iobroker-data/states.json.old
                          0       /opt/iobroker/iobroker-data/states.json.broken
                          
                          
                          
                          =================== END OF SUMMARY ====================
                          
                          

                          BESTEN DANK mal wieder !

                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #22

                          @berges01 sagte in Instance javascript.0 stürzt immer ab:

                          Ui Super es läuft wieder !

                          Die Version ist ja auch 'stabil'.

                          Linux-Werkzeugkasten:
                          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                          NodeJS Fixer Skript:
                          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                          1 Antwort Letzte Antwort
                          0
                          • Berges01B Berges01

                            Hallo

                            Nach dem ich Heute die 3 Updates eingespielt habe, stürzt nun mein javascript V7.0.5 Adapter ab.

                            Anzeige der Info:

                            Plattform: linux
                            Betriebssystem: linux
                            Architektur: x64
                            CPUs: 4
                            Geschwindigkeit: 1583 MHz
                            Modell: Intel(R) Core(TM) i7-4650U CPU @ 1.70GHz
                            RAM: 7.6 GB
                            System-Betriebszeit: 63 T. 01:42:57
                            Node.js: v18.15.0
                            time: 1686136130559
                            timeOffset: -120
                            Adapter-Anzahl: 563
                            NPM: 9.5.0
                            Datenträgergröße: 232.2 GB
                            Freier Festplattenspeicher: 209.9 GB
                            Betriebszeit: 1 T. 04:01:17
                            Aktive Instanzen: 34
                            Pfad: /opt/iobroker/
                            aktiv:

                            Folgende Meldung bekomme ich im Protokoll:

                            host.Strommix-Smart
                            2023-06-07 13:30:49.444	error	instance system.adapter.javascript.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                            host.Strommix-Smart
                            2023-06-07 13:30:49.444	error	Caught by controller[1]: at processImmediate (node:internal/timers:478:21)
                            host.Strommix-Smart
                            2023-06-07 13:30:49.444	error	Caught by controller[1]: at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:1123:67)
                            host.Strommix-Smart
                            2023-06-07 13:30:49.444	error	Caught by controller[1]: at transformScriptBeforeCompilation (/opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:447:23)
                            host.Strommix-Smart
                            2023-06-07 13:30:49.444	error	Caught by controller[1]: at Object.transform (/opt/iobroker/node_modules/typescript/lib/typescript.js:141644:20)
                            host.Strommix-Smart
                            2023-06-07 13:30:49.444	error	Caught by controller[1]: at transformNodes (/opt/iobroker/node_modules/typescript/lib/typescript.js:109621:72)
                            host.Strommix-Smart
                            2023-06-07 13:30:49.444	error	Caught by controller[1]: at transformation (/opt/iobroker/node_modules/typescript/lib/typescript.js:109613:16)
                            host.Strommix-Smart
                            2023-06-07 13:30:49.444	error	Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:359:16
                            host.Strommix-Smart
                            2023-06-07 13:30:49.444	error	Caught by controller[1]: at Object.visitNode (/opt/iobroker/node_modules/typescript/lib/typescript.js:85924:21)
                            host.Strommix-Smart
                            2023-06-07 13:30:49.444	error	Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:368:138
                            host.Strommix-Smart
                            2023-06-07 13:30:49.444	error	Caught by controller[1]: TypeError: ts.createNodeArray is not a function
                            host.Strommix-Smart
                            2023-06-07 13:30:49.444	error	Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
                            
                            javascript.0
                            1829	2023-06-07 13:30:48.858	error	ts.createNodeArray is not a function
                            
                            javascript.0
                            1829	2023-06-07 13:30:48.858	error	TypeError: ts.createNodeArray is not a function at /opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:368:138 at Object.visitNode (/opt/iobroker/node_modules/typescript/lib/typescript.js:85924:21) at /opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:359:16 at transformation (/opt/iobroker/node_modules/typescript/lib/typescript.js:109613:16) at transformNodes (/opt/iobroker/node_modules/typescript/lib/typescript.js:109621:72) at Object.transform (/opt/iobroker/node_modules/typescript/lib/typescript.js:141644:20) at transformScriptBeforeCompilation (/opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:447:23) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:1123:67) at processImmediate (node:internal/timers:478:21)
                            
                            javascript.0
                            1829	2023-06-07 13:30:48.857	error	unhandled promise rejection: ts.createNodeArray is not a function
                            
                            javascript.0
                            1829	2023-06-07 13:30:48.857	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                            host.Strommix-Smart
                            2023-06-07 13:30:13.655	error	instance system.adapter.javascript.0 terminated with code 6 (UNCAUGHT_EXCEPTION)
                            host.Strommix-Smart
                            2023-06-07 13:30:13.655	error	Caught by controller[1]: at processImmediate (node:internal/timers:478:21)
                            host.Strommix-Smart
                            2023-06-07 13:30:13.655	error	Caught by controller[1]: at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:1123:67)
                            host.Strommix-Smart
                            2023-06-07 13:30:13.655	error	Caught by controller[1]: at transformScriptBeforeCompilation (/opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:447:23)
                            host.Strommix-Smart
                            2023-06-07 13:30:13.655	error	Caught by controller[1]: at Object.transform (/opt/iobroker/node_modules/typescript/lib/typescript.js:141644:20)
                            host.Strommix-Smart
                            2023-06-07 13:30:13.654	error	Caught by controller[1]: at transformNodes (/opt/iobroker/node_modules/typescript/lib/typescript.js:109621:72)
                            host.Strommix-Smart
                            2023-06-07 13:30:13.654	error	Caught by controller[1]: at transformation (/opt/iobroker/node_modules/typescript/lib/typescript.js:109613:16)
                            host.Strommix-Smart
                            2023-06-07 13:30:13.654	error	Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:359:16
                            host.Strommix-Smart
                            2023-06-07 13:30:13.654	error	Caught by controller[1]: at Object.visitNode (/opt/iobroker/node_modules/typescript/lib/typescript.js:85924:21)
                            host.Strommix-Smart
                            2023-06-07 13:30:13.654	error	Caught by controller[1]: at /opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:368:138
                            host.Strommix-Smart
                            2023-06-07 13:30:13.654	error	Caught by controller[1]: TypeError: ts.createNodeArray is not a function
                            host.Strommix-Smart
                            2023-06-07 13:30:13.654	error	Caught by controller[0]: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
                            
                            javascript.0
                            1800	2023-06-07 13:30:13.079	error	ts.createNodeArray is not a function
                            
                            javascript.0
                            1800	2023-06-07 13:30:13.079	error	TypeError: ts.createNodeArray is not a function at /opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:368:138 at Object.visitNode (/opt/iobroker/node_modules/typescript/lib/typescript.js:85924:21) at /opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:359:16 at transformation (/opt/iobroker/node_modules/typescript/lib/typescript.js:109613:16) at transformNodes (/opt/iobroker/node_modules/typescript/lib/typescript.js:109621:72) at Object.transform (/opt/iobroker/node_modules/typescript/lib/typescript.js:141644:20) at transformScriptBeforeCompilation (/opt/iobroker/node_modules/iobroker.javascript/lib/typescriptTools.js:447:23) at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:1123:67) at processImmediate (node:internal/timers:478:21)
                            
                            javascript.0
                            1800	2023-06-07 13:30:13.079	error	unhandled promise rejection: ts.createNodeArray is not a function
                            
                            javascript.0
                            1800	2023-06-07 13:30:13.079	error	Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
                            
                            

                            Wie bekomme ich den wieder zum laufen ?
                            Der Versuch eines Neustart vom ioBroker brachte keinen Erfolg.

                            haus-automatisierungH Offline
                            haus-automatisierungH Offline
                            haus-automatisierung
                            Developer Most Active
                            schrieb am zuletzt editiert von
                            #23

                            @berges01 sagte in Instance javascript.0 stürzt immer ab:

                            Folgende Meldung bekomme ich im Protokoll:

                            Nachdem ich das wohl verbrochen habe mit dem Update, würde ich mich ein Export vom Blockly / JavaScript wünschen, damit ich mir das anschauen kann.

                            🧑‍🎓 Autor des beliebten ioBroker-Master-Kurses
                            🎥 Tutorials rund um das Thema DIY-Smart-Home: https://haus-automatisierung.com/
                            📚 Meine inoffizielle ioBroker Dokumentation

                            1 Antwort Letzte Antwort
                            0
                            Antworten
                            • In einem neuen Thema antworten
                            Anmelden zum Antworten
                            • Älteste zuerst
                            • Neuste zuerst
                            • Meiste Stimmen


                            Support us

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

                            392

                            Online

                            32.4k

                            Benutzer

                            81.4k

                            Themen

                            1.3m

                            Beiträge
                            Community
                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                            ioBroker Community 2014-2025
                            logo
                            • Anmelden

                            • Du hast noch kein Konto? Registrieren

                            • Anmelden oder registrieren, um zu suchen
                            • Erster Beitrag
                              Letzter Beitrag
                            0
                            • Aktuell
                            • Tags
                            • Ungelesen 0
                            • Kategorien
                            • Unreplied
                            • Beliebt
                            • GitHub
                            • Docu
                            • Hilfe