Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • 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

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Error/Bug
  4. iot-Adapter lässt sich nicht starten (rot)

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    2.7k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.1k

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.4k

iot-Adapter lässt sich nicht starten (rot)

Scheduled Pinned Locked Moved Error/Bug
4 Posts 2 Posters 140 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Josiflying
    wrote on last edited by Negalein
    #1

    Hallo,

    folgender LOG-Eintrag wird produziert mit dem ich leider nichts anfangen kann. Version node.js ist 13.05.
    Kann mir jemand einen Tip geben?

    Restart adapter system.adapter.iot.0 because enabled
    instance system.adapter.iot.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
    Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1159:10)
    Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:1139:30)
    Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.iot/lib/alisa.js:3:16)
    Caught by controller[0]: at require (internal/modules/cjs/helpers.js:72:18)
    Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:1028:19)
    Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:896:14)
    Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:988:32)
    Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1159:10)
    Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:1103:27)
    Caught by controller[0]: at wrapSafe (internal/modules/cjs/loader.js:1055:16)
    Caught by controller[0]: SyntaxError: Unexpected token 'export'
    Caught by controller[0]: ^^^^^^
    Caught by controller[0]: export { default as v1 } from './v1.js';
    Caught by controller[0]: /opt/iobroker/node_modules/iobroker.iot/node_modules/uuid/dist/esm-browser/index.js:1
    instance system.adapter.iot.0 started with pid 6407
    Restart adapter system.adapter.iot.0 because enabled
    
    Thomas BraunT 1 Reply Last reply
    0
    • J Josiflying

      Hallo,

      folgender LOG-Eintrag wird produziert mit dem ich leider nichts anfangen kann. Version node.js ist 13.05.
      Kann mir jemand einen Tip geben?

      Restart adapter system.adapter.iot.0 because enabled
      instance system.adapter.iot.0 terminated with code 1 (JS_CONTROLLER_STOPPED)
      Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1159:10)
      Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:1139:30)
      Caught by controller[0]: at Object.<anonymous> (/opt/iobroker/node_modules/iobroker.iot/lib/alisa.js:3:16)
      Caught by controller[0]: at require (internal/modules/cjs/helpers.js:72:18)
      Caught by controller[0]: at Module.require (internal/modules/cjs/loader.js:1028:19)
      Caught by controller[0]: at Function.Module._load (internal/modules/cjs/loader.js:896:14)
      Caught by controller[0]: at Module.load (internal/modules/cjs/loader.js:988:32)
      Caught by controller[0]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1159:10)
      Caught by controller[0]: at Module._compile (internal/modules/cjs/loader.js:1103:27)
      Caught by controller[0]: at wrapSafe (internal/modules/cjs/loader.js:1055:16)
      Caught by controller[0]: SyntaxError: Unexpected token 'export'
      Caught by controller[0]: ^^^^^^
      Caught by controller[0]: export { default as v1 } from './v1.js';
      Caught by controller[0]: /opt/iobroker/node_modules/iobroker.iot/node_modules/uuid/dist/esm-browser/index.js:1
      instance system.adapter.iot.0 started with pid 6407
      Restart adapter system.adapter.iot.0 because enabled
      
      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by Thomas Braun
      #2

      @Josiflying sagte in iot-Adapter lässt sich nicht starten (rot):

      Version node.js ist 13.05.

      Installier eine gerade Versionsnummer, bevorzugt (Stand heute) die 12.

      Hier steht wie man das flugs korrigieren kann:

      https://forum.iobroker.net/topic/35090/howto-nodejs-installation-und-upgrades-unter-debian

      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 Reply Last reply
      0
      • J Offline
        J Offline
        Josiflying
        wrote on last edited by
        #3

        Vielen Dank für den link. Habe es zum laufen bekommen.

        Thomas BraunT 1 Reply Last reply
        0
        • J Josiflying

          Vielen Dank für den link. Habe es zum laufen bekommen.

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #4

          @Josiflying

          which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
          

          liefert jetzt was konsistentes?

          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 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          Support us

          ioBroker
          Community Adapters
          Donate

          673

          Online

          32.6k

          Users

          82.3k

          Topics

          1.3m

          Posts
          Community
          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
          ioBroker Community 2014-2025
          logo
          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Home
          • Recent
          • Tags
          • Unread 0
          • Categories
          • Unreplied
          • Popular
          • GitHub
          • Docu
          • Hilfe