Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. javascript Adapter bleibt immer rot nach Zigbee Stick update

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.6k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    674

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.2k

javascript Adapter bleibt immer rot nach Zigbee Stick update

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
11 Beiträge 4 Kommentatoren 814 Aufrufe 2 Beobachtet
  • Ä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.
  • L Offline
    L Offline
    luder
    schrieb am zuletzt editiert von
    #1

    Hallo,

    leider bleibt mein Adapter javascript immer rot. Die einzige Änderung die ich aktuell gemacht habe war ein Update auf einen neuen Zigbee USB Stick. Vielleicht ist das aber auch nur Zufall. In jedem Fall bleibt der Adapter immer rot (hat vorher ohne Probleme funktioniert). Das Ganze läuft unter Docker auf einer Synology

    b5c03a49-3912-4758-8d92-e9dceb847159-grafik.png

    Verwende:
    NPM: 8.15.0
    NodeJS: v16.17.0
    Javascript: v6.1.4

    Hat vielleicht jemand eine Tipp zur Fehlerfindung

    Unter Protokolle steht noch folgendes:

    host.NAS
    	2023-01-14 12:30:26.653	error	instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
    host.NAS
    	2023-01-14 12:30:26.652	error	Caught by controller[0]: at node:internal/main/run_main_module:17:47
    host.NAS
    	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    host.NAS
    	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
    host.NAS
    	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1004:32)
    host.NAS
    	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
    host.NAS
    	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1126:14)
    host.NAS
    	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:66:19)
    host.NAS
    	2023-01-14 12:30:26.652	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
    host.NAS
    	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1028:19)
    host.NAS
    	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
    host.NAS
    	2023-01-14 12:30:26.651	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1004:32)
    host.NAS
    	2023-01-14 12:30:26.651	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
    host.NAS
    	2023-01-14 12:30:26.651	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1126:14)
    host.NAS
    	2023-01-14 12:30:26.651	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:9:41)
    host.NAS
    	2023-01-14 12:30:26.651	error	Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'pattern2RegEx')
    host.NAS
    	2023-01-14 12:30:26.651	error	Caught by controller[0]: ^
    host.NAS
    	2023-01-14 12:30:26.651	error	Caught by controller[0]: const pattern2RegEx = utils.commonTools.pattern2RegEx;
    host.NAS
    	2023-01-14 12:30:26.650	error	Caught by controller[0]: /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:9
    host.NAS
    	2023-01-14 12:29:54.971	error	instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
    host.NAS
    	2023-01-14 12:29:54.971	error	Caught by controller[0]: at node:internal/main/run_main_module:17:47
    host.NAS
    	2023-01-14 12:29:54.971	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    host.NAS
    	2023-01-14 12:29:54.971	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
    host.NAS
    	2023-01-14 12:29:54.971	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1004:32)
    host.NAS
    	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
    host.NAS
    	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1126:14)
    host.NAS
    	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:66:19)
    host.NAS
    	2023-01-14 12:29:54.970	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
    host.NAS
    	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1028:19)
    host.NAS
    	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
    host.NAS
    	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1004:32)
    host.NAS
    	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
    host.NAS
    	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1126:14)
    host.NAS
    	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:9:41)
    host.NAS
    	2023-01-14 12:29:54.969	error	Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'pattern2RegEx')
    host.NAS
    	2023-01-14 12:29:54.969	error	Caught by controller[0]: ^
    
    
    CodierknechtC paul53P GlasfaserG 3 Antworten Letzte Antwort
    0
    • L luder

      Hallo,

      leider bleibt mein Adapter javascript immer rot. Die einzige Änderung die ich aktuell gemacht habe war ein Update auf einen neuen Zigbee USB Stick. Vielleicht ist das aber auch nur Zufall. In jedem Fall bleibt der Adapter immer rot (hat vorher ohne Probleme funktioniert). Das Ganze läuft unter Docker auf einer Synology

      b5c03a49-3912-4758-8d92-e9dceb847159-grafik.png

      Verwende:
      NPM: 8.15.0
      NodeJS: v16.17.0
      Javascript: v6.1.4

      Hat vielleicht jemand eine Tipp zur Fehlerfindung

      Unter Protokolle steht noch folgendes:

      host.NAS
      	2023-01-14 12:30:26.653	error	instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      host.NAS
      	2023-01-14 12:30:26.652	error	Caught by controller[0]: at node:internal/main/run_main_module:17:47
      host.NAS
      	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
      host.NAS
      	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
      host.NAS
      	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1004:32)
      host.NAS
      	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
      host.NAS
      	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1126:14)
      host.NAS
      	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:66:19)
      host.NAS
      	2023-01-14 12:30:26.652	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
      host.NAS
      	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1028:19)
      host.NAS
      	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
      host.NAS
      	2023-01-14 12:30:26.651	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1004:32)
      host.NAS
      	2023-01-14 12:30:26.651	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
      host.NAS
      	2023-01-14 12:30:26.651	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1126:14)
      host.NAS
      	2023-01-14 12:30:26.651	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:9:41)
      host.NAS
      	2023-01-14 12:30:26.651	error	Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'pattern2RegEx')
      host.NAS
      	2023-01-14 12:30:26.651	error	Caught by controller[0]: ^
      host.NAS
      	2023-01-14 12:30:26.651	error	Caught by controller[0]: const pattern2RegEx = utils.commonTools.pattern2RegEx;
      host.NAS
      	2023-01-14 12:30:26.650	error	Caught by controller[0]: /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:9
      host.NAS
      	2023-01-14 12:29:54.971	error	instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      host.NAS
      	2023-01-14 12:29:54.971	error	Caught by controller[0]: at node:internal/main/run_main_module:17:47
      host.NAS
      	2023-01-14 12:29:54.971	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
      host.NAS
      	2023-01-14 12:29:54.971	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
      host.NAS
      	2023-01-14 12:29:54.971	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1004:32)
      host.NAS
      	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
      host.NAS
      	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1126:14)
      host.NAS
      	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:66:19)
      host.NAS
      	2023-01-14 12:29:54.970	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
      host.NAS
      	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1028:19)
      host.NAS
      	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
      host.NAS
      	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1004:32)
      host.NAS
      	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
      host.NAS
      	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1126:14)
      host.NAS
      	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:9:41)
      host.NAS
      	2023-01-14 12:29:54.969	error	Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'pattern2RegEx')
      host.NAS
      	2023-01-14 12:29:54.969	error	Caught by controller[0]: ^
      
      
      CodierknechtC Offline
      CodierknechtC Offline
      Codierknecht
      Developer Most Active
      schrieb am zuletzt editiert von
      #2

      @luder
      Gibt es Scripte in "global" ???

      "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

      Proxmox 9.1.1 LXC|8 GB|Core i7-6700
      HmIP|ZigBee|Tasmota|Unifi
      Zabbix Certified Specialist
      Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

      L 1 Antwort Letzte Antwort
      0
      • CodierknechtC Codierknecht

        @luder
        Gibt es Scripte in "global" ???

        L Offline
        L Offline
        luder
        schrieb am zuletzt editiert von
        #3

        @codierknecht Ja gab es. Habe ich jetzt einmal alle gelöscht. Fehler besteht aber leider immer noch.

        CodierknechtC 1 Antwort Letzte Antwort
        0
        • L luder

          @codierknecht Ja gab es. Habe ich jetzt einmal alle gelöscht. Fehler besteht aber leider immer noch.

          CodierknechtC Offline
          CodierknechtC Offline
          Codierknecht
          Developer Most Active
          schrieb am zuletzt editiert von
          #4

          @luder sagte in javascript Adapter bleibt immer rot nach Zigbee Stick update:

          @codierknecht Ja gab es. Habe ich jetzt einmal alle gelöscht. Fehler besteht aber leider immer noch.

          Stoppen hätte auch reichen sollen.
          Starte mal den ioBroker neu. Vielleicht ist da noch was hängengeblieben.

          "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." (Martin Fowler, "Refactoring")

          Proxmox 9.1.1 LXC|8 GB|Core i7-6700
          HmIP|ZigBee|Tasmota|Unifi
          Zabbix Certified Specialist
          Konnte ich Dir helfen? Dann benutze bitte das Voting unten rechts im Beitrag

          L 1 Antwort Letzte Antwort
          0
          • CodierknechtC Codierknecht

            @luder sagte in javascript Adapter bleibt immer rot nach Zigbee Stick update:

            @codierknecht Ja gab es. Habe ich jetzt einmal alle gelöscht. Fehler besteht aber leider immer noch.

            Stoppen hätte auch reichen sollen.
            Starte mal den ioBroker neu. Vielleicht ist da noch was hängengeblieben.

            L Offline
            L Offline
            luder
            schrieb am zuletzt editiert von
            #5

            @codierknecht Fehler bleibt leider auch nach Neustart

            1 Antwort Letzte Antwort
            0
            • L luder

              Hallo,

              leider bleibt mein Adapter javascript immer rot. Die einzige Änderung die ich aktuell gemacht habe war ein Update auf einen neuen Zigbee USB Stick. Vielleicht ist das aber auch nur Zufall. In jedem Fall bleibt der Adapter immer rot (hat vorher ohne Probleme funktioniert). Das Ganze läuft unter Docker auf einer Synology

              b5c03a49-3912-4758-8d92-e9dceb847159-grafik.png

              Verwende:
              NPM: 8.15.0
              NodeJS: v16.17.0
              Javascript: v6.1.4

              Hat vielleicht jemand eine Tipp zur Fehlerfindung

              Unter Protokolle steht noch folgendes:

              host.NAS
              	2023-01-14 12:30:26.653	error	instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
              host.NAS
              	2023-01-14 12:30:26.652	error	Caught by controller[0]: at node:internal/main/run_main_module:17:47
              host.NAS
              	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
              host.NAS
              	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
              host.NAS
              	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1004:32)
              host.NAS
              	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
              host.NAS
              	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1126:14)
              host.NAS
              	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:66:19)
              host.NAS
              	2023-01-14 12:30:26.652	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
              host.NAS
              	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1028:19)
              host.NAS
              	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
              host.NAS
              	2023-01-14 12:30:26.651	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1004:32)
              host.NAS
              	2023-01-14 12:30:26.651	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
              host.NAS
              	2023-01-14 12:30:26.651	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1126:14)
              host.NAS
              	2023-01-14 12:30:26.651	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:9:41)
              host.NAS
              	2023-01-14 12:30:26.651	error	Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'pattern2RegEx')
              host.NAS
              	2023-01-14 12:30:26.651	error	Caught by controller[0]: ^
              host.NAS
              	2023-01-14 12:30:26.651	error	Caught by controller[0]: const pattern2RegEx = utils.commonTools.pattern2RegEx;
              host.NAS
              	2023-01-14 12:30:26.650	error	Caught by controller[0]: /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:9
              host.NAS
              	2023-01-14 12:29:54.971	error	instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
              host.NAS
              	2023-01-14 12:29:54.971	error	Caught by controller[0]: at node:internal/main/run_main_module:17:47
              host.NAS
              	2023-01-14 12:29:54.971	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
              host.NAS
              	2023-01-14 12:29:54.971	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
              host.NAS
              	2023-01-14 12:29:54.971	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1004:32)
              host.NAS
              	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
              host.NAS
              	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1126:14)
              host.NAS
              	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:66:19)
              host.NAS
              	2023-01-14 12:29:54.970	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
              host.NAS
              	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1028:19)
              host.NAS
              	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
              host.NAS
              	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1004:32)
              host.NAS
              	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
              host.NAS
              	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1126:14)
              host.NAS
              	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:9:41)
              host.NAS
              	2023-01-14 12:29:54.969	error	Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'pattern2RegEx')
              host.NAS
              	2023-01-14 12:29:54.969	error	Caught by controller[0]: ^
              
              
              paul53P Offline
              paul53P Offline
              paul53
              schrieb am zuletzt editiert von
              #6

              @luder sagte: reading 'pattern2RegEx'

              Suche in den Skripten nach "pattern2RegEx".

              Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
              Produktiv: Asus PN 42 / N100 / 8 GB / 500 GB

              L 1 Antwort Letzte Antwort
              0
              • L luder

                Hallo,

                leider bleibt mein Adapter javascript immer rot. Die einzige Änderung die ich aktuell gemacht habe war ein Update auf einen neuen Zigbee USB Stick. Vielleicht ist das aber auch nur Zufall. In jedem Fall bleibt der Adapter immer rot (hat vorher ohne Probleme funktioniert). Das Ganze läuft unter Docker auf einer Synology

                b5c03a49-3912-4758-8d92-e9dceb847159-grafik.png

                Verwende:
                NPM: 8.15.0
                NodeJS: v16.17.0
                Javascript: v6.1.4

                Hat vielleicht jemand eine Tipp zur Fehlerfindung

                Unter Protokolle steht noch folgendes:

                host.NAS
                	2023-01-14 12:30:26.653	error	instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                host.NAS
                	2023-01-14 12:30:26.652	error	Caught by controller[0]: at node:internal/main/run_main_module:17:47
                host.NAS
                	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                host.NAS
                	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
                host.NAS
                	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1004:32)
                host.NAS
                	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
                host.NAS
                	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1126:14)
                host.NAS
                	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:66:19)
                host.NAS
                	2023-01-14 12:30:26.652	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
                host.NAS
                	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1028:19)
                host.NAS
                	2023-01-14 12:30:26.652	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
                host.NAS
                	2023-01-14 12:30:26.651	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1004:32)
                host.NAS
                	2023-01-14 12:30:26.651	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
                host.NAS
                	2023-01-14 12:30:26.651	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1126:14)
                host.NAS
                	2023-01-14 12:30:26.651	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:9:41)
                host.NAS
                	2023-01-14 12:30:26.651	error	Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'pattern2RegEx')
                host.NAS
                	2023-01-14 12:30:26.651	error	Caught by controller[0]: ^
                host.NAS
                	2023-01-14 12:30:26.651	error	Caught by controller[0]: const pattern2RegEx = utils.commonTools.pattern2RegEx;
                host.NAS
                	2023-01-14 12:30:26.650	error	Caught by controller[0]: /opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:9
                host.NAS
                	2023-01-14 12:29:54.971	error	instance system.adapter.javascript.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
                host.NAS
                	2023-01-14 12:29:54.971	error	Caught by controller[0]: at node:internal/main/run_main_module:17:47
                host.NAS
                	2023-01-14 12:29:54.971	error	Caught by controller[0]: at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
                host.NAS
                	2023-01-14 12:29:54.971	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
                host.NAS
                	2023-01-14 12:29:54.971	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1004:32)
                host.NAS
                	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
                host.NAS
                	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1126:14)
                host.NAS
                	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/main.js:66:19)
                host.NAS
                	2023-01-14 12:29:54.970	error	Caught by controller[0]: at require (node:internal/modules/cjs/helpers:102:18)
                host.NAS
                	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Module.require (node:internal/modules/cjs/loader:1028:19)
                host.NAS
                	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Function.Module._load (node:internal/modules/cjs/loader:839:12)
                host.NAS
                	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Module.load (node:internal/modules/cjs/loader:1004:32)
                host.NAS
                	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
                host.NAS
                	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Module._compile (node:internal/modules/cjs/loader:1126:14)
                host.NAS
                	2023-01-14 12:29:54.970	error	Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:9:41)
                host.NAS
                	2023-01-14 12:29:54.969	error	Caught by controller[0]: TypeError: Cannot read properties of undefined (reading 'pattern2RegEx')
                host.NAS
                	2023-01-14 12:29:54.969	error	Caught by controller[0]: ^
                
                
                GlasfaserG Offline
                GlasfaserG Offline
                Glasfaser
                schrieb am zuletzt editiert von
                #7

                @luder

                pkill -u iobroker
                iobroker fix
                cd /opt/iobroker
                sudo -H -u iobroker npm install iobroker.js-controller
                

                Container neu starten

                Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                L 1 Antwort Letzte Antwort
                0
                • GlasfaserG Glasfaser

                  @luder

                  pkill -u iobroker
                  iobroker fix
                  cd /opt/iobroker
                  sudo -H -u iobroker npm install iobroker.js-controller
                  

                  Container neu starten

                  L Offline
                  L Offline
                  luder
                  schrieb am zuletzt editiert von
                  #8

                  @glasfaser sagte in javascript Adapter bleibt immer rot nach Zigbee Stick update:

                  pkill -u iobroker

                  Vielen Dank, dass hat funktioniert. Aber was habe ich denn damit bewirkt? Die Version vom Adapter ist ja unverändert .

                  GlasfaserG 1 Antwort Letzte Antwort
                  0
                  • paul53P paul53

                    @luder sagte: reading 'pattern2RegEx'

                    Suche in den Skripten nach "pattern2RegEx".

                    L Offline
                    L Offline
                    luder
                    schrieb am zuletzt editiert von
                    #9

                    @paul53 sagte in javascript Adapter bleibt immer rot nach Zigbee Stick update:

                    pattern2RegEx

                    Die pattern2RegEx habe ich nicht gefunden. Aber jetzt läuft es wieder, siehe unten

                    1 Antwort Letzte Antwort
                    0
                    • L luder

                      @glasfaser sagte in javascript Adapter bleibt immer rot nach Zigbee Stick update:

                      pkill -u iobroker

                      Vielen Dank, dass hat funktioniert. Aber was habe ich denn damit bewirkt? Die Version vom Adapter ist ja unverändert .

                      GlasfaserG Offline
                      GlasfaserG Offline
                      Glasfaser
                      schrieb am zuletzt editiert von
                      #10

                      @luder

                      Keine Ahnung was du gemacht hast , denn ein :

                      ein Update auf einen neuen Zigbee USB Stick.

                      löst so einen Fehler im Adapter JS nicht aus !

                      Da hast du was zerschossen im JS .. und keine Ahnung wie ...

                      Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                      L 1 Antwort Letzte Antwort
                      0
                      • GlasfaserG Glasfaser

                        @luder

                        Keine Ahnung was du gemacht hast , denn ein :

                        ein Update auf einen neuen Zigbee USB Stick.

                        löst so einen Fehler im Adapter JS nicht aus !

                        Da hast du was zerschossen im JS .. und keine Ahnung wie ...

                        L Offline
                        L Offline
                        luder
                        schrieb am zuletzt editiert von
                        #11

                        @glasfaser Es scheint immer nach einem Neustart meiner NAS aufzutreten. Konnte ich jetzt nachvollziehen, warum auch immer.

                        1 Antwort Letzte Antwort
                        0

                        Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                        Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                        Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                        Registrieren Anmelden
                        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

                        293

                        Online

                        32.9k

                        Benutzer

                        83.0k

                        Themen

                        1.3m

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

                        • Du hast noch kein Konto? Registrieren

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