Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. iobroker exit 25 bei Adapter-Update

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    iobroker exit 25 bei Adapter-Update

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @Joe550 last edited by

      @joe550

      Du hast jetzt die Beta drin?
      "mihome-vacuum": 4.2.0

      J 1 Reply Last reply Reply Quote 0
      • J
        Joe550 @Thomas Braun last edited by Joe550

        @thomas-braun
        ja, genau die Version mihome-vacuum 4.2.0 (beta) aufgespielt, wie oben beschrieben
        jetzt sind alle Updates durchgelaufen

        Thomas Braun 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @Joe550 last edited by

          @joe550

          Zeig mal bitte die Summary von

          iob diag
          
          J 1 Reply Last reply Reply Quote 0
          • J
            Joe550 @Thomas Braun last edited by Joe550

            @thomas-braun said in iobroker exit 25 bei Adapter-Update:

            @joe550

            Zeig mal bitte die Summary von

            iob diag
            
            ======================= SUMMARY =======================
            			v.2023-10-10
            
            
             Static hostname: XXXXXXXXXX
                   Icon name: computer-desktop
                     Chassis: desktop
            Operating System: Ubuntu 22.04.4 LTS
                      Kernel: Linux 5.15.0-101-generic
                Architecture: x86-64
             Hardware Vendor: Intel Corporation
              Hardware Model: NUC6CAYH
            
            Installation: 		native
            Kernel: 		x86_64
            Userland: 		amd64
            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.20.0
            			/usr/bin/node 		v18.20.0
            			/usr/bin/npm 		10.5.0
            			/usr/bin/npx 		10.5.0
            			/usr/bin/corepack 	0.25.2
            
            Recommended versions are nodejs 18.20.0 and npm 10.5.0
            Your nodejs installation is correct
            
            MEMORY: 
                           total        used        free      shared  buff/cache   available
            Mem:            7.8G        3.9G        433M         43M        3.5G        3.5G
            Swap:           2.0G        251M        1.8G
            Total:          9.8G        4.1G        2.2G
            
            Active iob-Instances: 	24
            Active repo(s): stable
            
            ioBroker Core: 		js-controller 		5.0.19
            			admin 			6.13.16
            
            ioBroker Status: 	iobroker is running on this host.
            
            
            Objects type: jsonl
            States  type: jsonl
            
            Status admin and web instance:
            + system.adapter.admin.0                  : admin                 : smarthome                                -  enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin
            + system.adapter.web.0                    : web                   : smarthome                                -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
            
            Objects: 		12707
            States: 		11195
            
            Size of iob-Database:
            
            51M	/opt/iobroker/iobroker-data/objects.jsonl
            12M	/opt/iobroker/iobroker-data/objects.json.migrated
            12M	/opt/iobroker/iobroker-data/objects.json.bak.migrated
            0	/opt/iobroker/iobroker-data/objects.json.broken
            20M	/opt/iobroker/iobroker-data/states.jsonl
            2.2M	/opt/iobroker/iobroker-data/states.json.migrated
            2.2M	/opt/iobroker/iobroker-data/states.json.bak.migrated
            0	/opt/iobroker/iobroker-data/states.json.broken
            
            
            
            =================== END OF SUMMARY ====================
            
            1 Reply Last reply Reply Quote 0
            • S
              Siggi0904 @Thomas Braun last edited by

              @thomas-braun bei mir kommt bei iob nodejs-update folgender Fehler:

              mario@iobroker:/opt/iobroker$ iob nodejs-update
              iobroker nodejs-update [<major-version>]
              
              Upgrade the Node.JS installation to the current LTS
              
              Options:
                --help  Show help  [boolean]
              mario@iobroker:/opt/iobroker$
              

              Ansonsten lief die Installation der neuen mihome-vacuum wohl ohne Probleme.
              Beim Aufruf von npm ls xmlbuilder aber da habe ich im GitHub ein Feature Request für @haus-automatisierung aufgemacht.

              mario@iobroker:/opt/iobroker$ npm ls xmlbuilder
              npm ERR! code ELSPROBLEMS
              npm ERR! invalid: xmlbuilder@0.4.2 /opt/iobroker/node_modules/xmlbuilder
              iobroker.inst@2.0.3 /opt/iobroker
              ├─┬ iobroker.hm-rega@4.0.0
              │ └─┬ xml2js@0.6.2
              │   └── xmlbuilder@11.0.1
              ├─┬ iobroker.hm-rpc@1.16.0
              │ └─┬ homematic-xmlrpc@1.0.2
              │   └── xmlbuilder@0.4.2 invalid: "https://github.com/hobbyquaker/xmlbuilder-js/tarball/29fe5030dc6852007dc8d1bfd5109d75f8da58d5" from node_modules/homematic-xmlrpc
              ├─┬ iobroker.shelly@6.8.0
              │ └── xmlbuilder@15.1.1
              └─┬ iobroker.tr-064@4.2.18
                └─┬ xml2js@0.4.23
                  └── xmlbuilder@11.0.1
              
              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @Siggi0904 last edited by

                @siggi0904

                Dann solltest du da mal den

                iob stop
                iob fix
                iob start
                

                drüber jagen. Dann kennt deine Installation auch alle aktuellen Kommandos wie iobroker nodejs-update.

                S 1 Reply Last reply Reply Quote 1
                • S
                  Siggi0904 @Thomas Braun last edited by

                  @thomas-braun oh man, nun kommt der js-controller nicht mehr hoch.

                  2024-04-03 20:30:31.554 - error: host.iobroker Caught by controller[0]: /opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/formats/x509.js:56
                  2024-04-03 20:30:31.554 - error: host.iobroker Caught by controller[0]: return (asn1.Ber.Context | asn1.Ber.Constructor | i);
                  2024-04-03 20:30:31.554 - error: host.iobroker Caught by controller[0]: ^
                  2024-04-03 20:30:31.554 - error: host.iobroker Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'Context')
                  2024-04-03 20:30:31.554 - error: host.iobroker Caught by controller[0]: at Local (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/formats/x509.js:56:19)
                  2024-04-03 20:30:31.554 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/formats/x509.js:216:13)
                  2024-04-03 20:30:31.554 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                  2024-04-03 20:30:31.555 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                  2024-04-03 20:30:31.555 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                  2024-04-03 20:30:31.555 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                  2024-04-03 20:30:31.555 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                  2024-04-03 20:30:31.555 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                  2024-04-03 20:30:31.561 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/certificate.js:20:19)
                  2024-04-03 20:30:31.561 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                  2024-04-03 20:30:31.561 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                  2024-04-03 20:30:31.561 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                  2024-04-03 20:30:31.561 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                  2024-04-03 20:30:31.561 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                  2024-04-03 20:30:31.561 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                  2024-04-03 20:30:31.561 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/fingerprint.js:12:19)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/key.js:8:19)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/index.js:3:11)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                  2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                  2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                  2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                  2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/http-signature/lib/utils.js:4:13)
                  2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                  2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                  2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                  2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                  2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                  2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                  2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/http-signature/lib/parser.js:5:13)
                  2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                  2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                  2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                  2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                  2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                  2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                  2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/http-signature/lib/index.js:3:14)
                  2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                  2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                  2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                  2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                  2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                  2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                  2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/request/request.js:11:21)
                  2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                  2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                  2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                  2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                  2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                  2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                  2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/request/index.js:143:19)
                  2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                  2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                  2024-04-03 20:30:31.571 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                  2024-04-03 20:30:31.571 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/lib/request.js:5:18)
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/main.js:44:23)
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at node:internal/main/run_main_module:28:49
                  2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[1]: Node.js v18.20.1
                  2024-04-03 20:30:31.572 - error: host.iobroker instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                  

                  Ich brauch deine Hilfe. 😞

                  Thomas Braun mcm1957 2 Replies Last reply Reply Quote 0
                  • Thomas Braun
                    Thomas Braun Most Active @Siggi0904 last edited by

                    @siggi0904

                    Was haste gemacht?

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

                      @thomas-braun nur das System aktualisiert und dann wollte ich die fehlende js für den node-mihome einfügen und den js-controller danach neustarten

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Siggi0904 last edited by

                        @siggi0904 sagte in iobroker exit 25 bei Adapter-Update:

                        nur das System aktualisiert

                        Da war mit Sicherheit nodejs mit dabei. Den iobroker dafür herunter gefahren?

                        S 1 Reply Last reply Reply Quote 1
                        • S
                          Siggi0904 @Thomas Braun last edited by

                          @thomas-braun ja. das node-js update lief davor.

                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • mcm1957
                            mcm1957 @Siggi0904 last edited by

                            @siggi0904 said in iobroker exit 25 bei Adapter-Update:

                            @thomas-braun oh man, nun kommt der js-controller nicht mehr hoch.

                            2024-04-03 20:30:31.554 - error: host.iobroker Caught by controller[0]: /opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/formats/x509.js:56
                            2024-04-03 20:30:31.554 - error: host.iobroker Caught by controller[0]: return (asn1.Ber.Context | asn1.Ber.Constructor | i);
                            2024-04-03 20:30:31.554 - error: host.iobroker Caught by controller[0]: ^
                            2024-04-03 20:30:31.554 - error: host.iobroker Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'Context')
                            2024-04-03 20:30:31.554 - error: host.iobroker Caught by controller[0]: at Local (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/formats/x509.js:56:19)
                            2024-04-03 20:30:31.554 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/formats/x509.js:216:13)
                            2024-04-03 20:30:31.554 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-04-03 20:30:31.555 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                            2024-04-03 20:30:31.555 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                            2024-04-03 20:30:31.555 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                            2024-04-03 20:30:31.555 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                            2024-04-03 20:30:31.555 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                            2024-04-03 20:30:31.561 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/certificate.js:20:19)
                            2024-04-03 20:30:31.561 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-04-03 20:30:31.561 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                            2024-04-03 20:30:31.561 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                            2024-04-03 20:30:31.561 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                            2024-04-03 20:30:31.561 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                            2024-04-03 20:30:31.561 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                            2024-04-03 20:30:31.561 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/fingerprint.js:12:19)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/key.js:8:19)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/sshpk/lib/index.js:3:11)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                            2024-04-03 20:30:31.562 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                            2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                            2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                            2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/http-signature/lib/utils.js:4:13)
                            2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                            2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                            2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                            2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                            2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                            2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/http-signature/lib/parser.js:5:13)
                            2024-04-03 20:30:31.563 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                            2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                            2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                            2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                            2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                            2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/http-signature/lib/index.js:3:14)
                            2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                            2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                            2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                            2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                            2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                            2024-04-03 20:30:31.564 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/request/request.js:11:21)
                            2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                            2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                            2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                            2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                            2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                            2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/node_modules/request/index.js:143:19)
                            2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-04-03 20:30:31.565 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                            2024-04-03 20:30:31.571 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                            2024-04-03 20:30:31.571 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/lib/request.js:5:18)
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1231:19)
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at require (node:internal/modules/helpers:177:18)
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Object. (/opt/iobroker/node_modules/iobroker.javascript/main.js:44:23)
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1364:14)
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1203:32)
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Module._load (node:internal/modules/cjs/loader:1019:12)
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[0]: at node:internal/main/run_main_module:28:49
                            2024-04-03 20:30:31.572 - error: host.iobroker Caught by controller[1]: Node.js v18.20.1
                            2024-04-03 20:30:31.572 - error: host.iobroker instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                            

                            Ich brauch deine Hilfe. 😞

                            Mal die Panictaste ausschakten.

                            Der js-controller hat keine Proble. Der meldet nur, das der JAVASCRIPT Adapter ein Problem hat,

                            1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Siggi0904 last edited by

                              @siggi0904

                              Gut, nodejs-update stoppt den iobroker.

                              iob stop
                              iob fix
                              sudo reboot
                              

                              führt zu?

                              1 Reply Last reply Reply Quote 1
                              • S
                                Siggi0904 last edited by

                                @thomas-braun Fehler bleibt gleich. Alle Adapter starten, nur der Javascript startet nicht.

                                mcm1957 1 Reply Last reply Reply Quote 0
                                • mcm1957
                                  mcm1957 @Siggi0904 last edited by mcm1957

                                  @siggi0904
                                  Welche Version des javascript Adapters ist installiert?

                                  S 1 Reply Last reply Reply Quote 1
                                  • S
                                    Siggi0904 @mcm1957 last edited by

                                    @mcm57 v7.8.0

                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @Siggi0904 last edited by

                                      @siggi0904

                                      iob update 
                                      iob upgrade javascript@7.8.0
                                      
                                      mcm1957 S 2 Replies Last reply Reply Quote 1
                                      • mcm1957
                                        mcm1957 @Thomas Braun last edited by

                                        @thomas-braun

                                        7.8.0 ist ok / stable.
                                        7.9.x ff sollte übersprungen werden bzw. als mit breaking changes versehen betrachtet werden (Änderungen an Zugriffsrechten ins Filesystem, Entfernung von request, ...) . Nächste stable wird 8.x.x werden soweit ich weiss.

                                        Klärt aber alles nicht dein Problem

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          Siggi0904 @Thomas Braun last edited by

                                          @thomas-braun yeah, das hat geholfen. Javascript ist wieder da.
                                          Da hat sich wohl jemand verschluckt.

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Siggi0904 last edited by

                                            @siggi0904
                                            Zeig mal das Gesamtkunstwerk...

                                            iob diag
                                            

                                            in der Langfassung.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            655
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            113
                                            7348
                                            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