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. IOBroker 2.1.0 unter Windows hängt sich auf

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    512

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

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

IOBroker 2.1.0 unter Windows hängt sich auf

Scheduled Pinned Locked Moved Unsolved Error/Bug
windows
63 Posts 11 Posters 7.5k Views 9 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.
  • K klassisch

    @apollon77 sagte in IOBroker 2.1.0 unter Windows hängt sich auf:

    @klassisch Meinst Du den tradfri Fehler?

    Ich habe keine Ahnung, ob Tradfri Ursache oder Opfer ist.
    Das sieht ja so aus, als käme beim parsen von Anweisungen etwas durcheinander. Die Anweisungen werden regelrecht zerhäckselt und dann die Bruchstücke in die Ausführung gegeben.
    Naiv aus der Ferne betrachtet hätte ich das eher dem Framework zugeschrieben als dem Tradfri Adapter.
    Wenn es hilft, kann ich mal den Tradfri Adapter deaktivieren, ein Backup ziehen und mit diesem Backup eine Neuinstallation versuchen. Wenn der Tradfri-Adapter die Ursache sein sollte, dann wird ioBroker anlaufen falls nicht, wird eben der Aufruf eines anderen Adapters zerhäckselt.

    Edit Tradfri ist V2.4.7, aktuelle stable und bei meinen damaligen Tests die aktuellste überhaupt. Lt Changelog sind seither nur neue Lampen dazugekommen, kein Bugfix.

    apollon77A Offline
    apollon77A Offline
    apollon77
    wrote on last edited by
    #20

    @klassisch Das gleiche Problem gabs bei ble ... am ende muss das gleiche wie https://github.com/AlCalzone/ioBroker.ble/commit/f3ed03becb5d61cfef7a560c2ea81476e568dfb2 auch bei ble gemacht werden ...

    Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

    • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
    • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
    wendy2702W 1 Reply Last reply
    0
    • K Offline
      K Offline
      klassisch
      Most Active
      wrote on last edited by klassisch
      #21

      Danke, @apollon77 . Habe jetzt mal Tradfri deaktiviert (aber nicht entfernt) und dann eine Migration zu einer Neuinstalation versucht.

      Jetzt gibt es npm install Fehler

      2019-12-24 08:27:43.493  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: host.DESKTOP-MEINER(ioBrMain07) object system.adapter.tradfri created/updated
      2019-12-24 08:27:43.552  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: Update "system.adapter.tradfri.0"
      2019-12-24 08:27:44.597  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: exit 0
      2019-12-24 08:27:45.601  - warn: host.DESKTOP-MEINER(ioBrMain07) startInstance cannot find adapter "nut@1.1.3". Try to install it... 1 attempt
      2019-12-24 08:27:45.602  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker install nut@1.1.3 using installedVersion
      2019-12-24 08:27:47.889  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: C:\Program Files\iobroker\ioBrMain07\node_modules\standard-as-callback\built\index.js:6
              throw e;
              ^
      
      Error: Cannot find module 'core-util-is'
          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
          at Function.Module._load (internal/modules/cjs/loader.js:562:25)
          at Module.require (internal/modules/cjs/loader.js:692:17)
          at require (internal/modules/cjs/helpers.js:25:18)
          at Object.<anonymous> (C:\Program Files\iobroker\ioBrMain07\node_modules\verror\lib\verror.js:9:19)
          at Module._compile (internal/modules/cjs/loader.js:778:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
          at Module.load (internal/modules/cjs/loader.js:653:32)
          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
      
      2019-12-24 08:27:47.894  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: exit 1
      2019-12-24 08:27:48.895  - warn: host.DESKTOP-MEINER(ioBrMain07) startInstance cannot find adapter "ical@1.7.0". Try to install it... 1 attempt
      2019-12-24 08:27:48.895  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker install ical@1.7.0 using installedVersion
      2019-12-24 08:27:50.286  - error: host.DESKTOP-MEINER(ioBrMain07) uncaught exception: Cannot find module 'core-util-is'
      2019-12-24 08:27:50.306  - info: admin.0 (9348) Got terminate signal TERMINATE_YOURSELF
      2019-12-24 08:27:50.287  - error: host.DESKTOP-MEINER(ioBrMain07) Error: Cannot find module 'core-util-is'
          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
          at Function.Module._load (internal/modules/cjs/loader.js:562:25)
          at Module.require (internal/modules/cjs/loader.js:692:17)
          at require (internal/modules/cjs/helpers.js:25:18)
          at Object.<anonymous> (C:\Program Files\iobroker\ioBrMain07\node_modules\verror\lib\verror.js:9:19)
          at Module._compile (internal/modules/cjs/loader.js:778:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
          at Module.load (internal/modules/cjs/loader.js:653:32)
          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
      2019-12-24 08:27:50.290  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.admin.0 (force=false, process=true)
      2019-12-24 08:27:50.291  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.hm-rpc.0 (force=false, process=false)
      2019-12-24 08:27:50.292  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.hm-rega.0 (force=false, process=false)
      2019-12-24 08:27:50.292  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.hm-rpc.1 (force=false, process=false)
      2019-12-24 08:27:50.293  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.vis.0 (force=false, process=false)
      2019-12-24 08:27:50.293  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.mobile.0 (force=false, process=false)
      2019-12-24 08:27:50.294  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.socketio.0 (force=false, process=false)
      2019-12-24 08:27:50.295  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.history.0 (force=false, process=false)
      2019-12-24 08:27:50.295  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.vis-timeandweather.0 (force=false, process=false)
      2019-12-24 08:27:50.295  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.terminal.0 (force=false, process=false)
      2019-12-24 08:27:50.295  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.flot.0 (force=false, process=false)
      2019-12-24 08:27:50.295  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.mqtt.0 (force=false, process=false)
      2019-12-24 08:27:50.296  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.email.0 (force=false, process=false)
      2019-12-24 08:27:50.296  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.javascript.0 (force=false, process=false)
      2019-12-24 08:27:50.296  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.node-red.0 (force=false, process=false)
      2019-12-24 08:27:50.296  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.mihome-vacuum.0 (force=false, process=false)
      2019-12-24 08:27:50.296  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.vis-jqui-mfd.0 (force=false, process=false)
      2019-12-24 08:27:50.296  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.vis-hqwidgets.0 (force=false, process=false)
      2019-12-24 08:27:50.297  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.icons-mfd-svg.0 (force=false, process=false)
      2019-12-24 08:27:50.297  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.icons-mfd-png.0 (force=false, process=false)
      2019-12-24 08:27:50.297  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.tradfri.0 (force=false, process=false)
      2019-12-24 08:27:50.297  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.sonoff.0 (force=false, process=false)
      2019-12-24 08:27:50.297  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.rflink.0 (force=false, process=false)
      2019-12-24 08:27:50.297  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.nut.0 (force=false, process=false)
      2019-12-24 08:27:50.298  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.ical.0 (force=false, process=false)
      2019-12-24 08:27:50.298  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.paw.0 (force=false, process=false)
      2019-12-24 08:27:50.298  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.info.0 (force=false, process=true)
      2019-12-24 08:27:50.299  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.simple-api.0 (force=false, process=false)
      2019-12-24 08:27:50.299  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.nut.1 (force=false, process=false)
      2019-12-24 08:27:50.299  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.backitup.0 (force=false, process=false)
      2019-12-24 08:27:50.300  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.weatherunderground.0 (force=false, process=false)
      2019-12-24 08:27:50.300  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.parser.0 (force=false, process=false)
      2019-12-24 08:27:50.300  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.mercedesme.0 (force=false, process=false)
      2019-12-24 08:27:50.300  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.rickshaw.0 (force=false, process=false)
      2019-12-24 08:27:50.300  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.web.0 (force=false, process=false)
      2019-12-24 08:27:50.300  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.tr-064-community.0 (force=false, process=false)
      2019-12-24 08:27:50.300  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.shuttercontrol.0 (force=false, process=false)
      2019-12-24 08:27:50.300  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.ping.0 (force=false, process=false)
      2019-12-24 08:27:50.301  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker _restart
      2019-12-24 08:27:50.306  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.admin.0 send kill signal
      2019-12-24 08:27:50.307  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.info.0 send kill signal
      2019-12-24 08:27:50.308  - info: info.0 (9440) Got terminate signal TERMINATE_YOURSELF
      2019-12-24 08:27:50.307  - info: admin.0 (9348) terminating http server on port 8081
      2019-12-24 08:27:50.308  - info: admin.0 (9348) terminating
      2019-12-24 08:27:50.309  - info: admin.0 (9348) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
      2019-12-24 08:27:50.309  - info: info.0 (9440) cleaned everything up...
      2019-12-24 08:27:50.310  - info: info.0 (9440) terminating
      2019-12-24 08:27:50.310  - info: info.0 (9440) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
      2019-12-24 08:27:50.948  - info: host.DESKTOP-MEINER(ioBrMain07) instance system.adapter.info.0 terminated with code 4294967196 (START_IMMEDIATELY_AFTER_STOP_HEX)
      2019-12-24 08:27:50.998  - info: host.DESKTOP-MEINER(ioBrMain07) instance system.adapter.admin.0 terminated with code 4294967196 (START_IMMEDIATELY_AFTER_STOP_HEX)
      2019-12-24 08:27:50.999  - info: host.DESKTOP-MEINER(ioBrMain07) All instances are stopped.
      2019-12-24 08:27:51.141  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: C:\Program Files\
      2019-12-24 08:27:51.142  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: iobroke
      2019-12-24 08:27:51.147  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: r
      2019-12-24 08:27:51.623  - info: host.DESKTOP-MEINER(ioBrMain07) terminated
      2019-12-24 08:27:51.690  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: \ioBrMain07\node_modules\standard-as-callback\built\index.js:6
              throw e;
              ^
      
      Error: Cannot find module 'core-util-is'
          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
          at Function.Module._load (internal/modules/cjs/loader.js:562:25)
          at Module.require (internal/modules/cjs/loader.js:692:17)
          at require (internal/modules/cjs/helpers.js:25:18)
          at Object.<anonymous> (C:\Program Files\iobroker\ioBrMain07\node_modules\verror\lib\verror.js:9:19)
          at Module._compile (internal/modules/cjs/loader.js:778:30)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
          at Module.load (internal/modules/cjs/loader.js:653:32)
          at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
          at Function.Module._load (internal/modules/cjs/loader.js:585:3)
      
      2019-12-24 08:27:51.692  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: exit 1
      2019-12-24 08:27:51.693  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker Starting node restart.js
      2019-12-24 08:27:52.376  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker exit 0
      
      

      Und dann geib ist wieder Häcksel

      2019-12-24 08:27:50.999  - info: host.DESKTOP-MEINER(ioBrMain07) All instances are stopped.
      2019-12-24 08:27:51.141  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: C:\Program Files\
      2019-12-24 08:27:51.142  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: iobroke
      2019-12-24 08:27:51.147  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: r
      2019-12-24 08:27:51.623  - info: host.DESKTOP-MEINER(ioBrMain07) terminated
      2019-12-24 08:27:51.690  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: \ioBrMain07\node_modules\standard-as-callback\built\index.js:6
              throw e;
              ^
      
      apollon77A 1 Reply Last reply
      0
      • K klassisch

        Danke, @apollon77 . Habe jetzt mal Tradfri deaktiviert (aber nicht entfernt) und dann eine Migration zu einer Neuinstalation versucht.

        Jetzt gibt es npm install Fehler

        2019-12-24 08:27:43.493  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: host.DESKTOP-MEINER(ioBrMain07) object system.adapter.tradfri created/updated
        2019-12-24 08:27:43.552  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: Update "system.adapter.tradfri.0"
        2019-12-24 08:27:44.597  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: exit 0
        2019-12-24 08:27:45.601  - warn: host.DESKTOP-MEINER(ioBrMain07) startInstance cannot find adapter "nut@1.1.3". Try to install it... 1 attempt
        2019-12-24 08:27:45.602  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker install nut@1.1.3 using installedVersion
        2019-12-24 08:27:47.889  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: C:\Program Files\iobroker\ioBrMain07\node_modules\standard-as-callback\built\index.js:6
                throw e;
                ^
        
        Error: Cannot find module 'core-util-is'
            at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
            at Function.Module._load (internal/modules/cjs/loader.js:562:25)
            at Module.require (internal/modules/cjs/loader.js:692:17)
            at require (internal/modules/cjs/helpers.js:25:18)
            at Object.<anonymous> (C:\Program Files\iobroker\ioBrMain07\node_modules\verror\lib\verror.js:9:19)
            at Module._compile (internal/modules/cjs/loader.js:778:30)
            at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
            at Module.load (internal/modules/cjs/loader.js:653:32)
            at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
            at Function.Module._load (internal/modules/cjs/loader.js:585:3)
        
        2019-12-24 08:27:47.894  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: exit 1
        2019-12-24 08:27:48.895  - warn: host.DESKTOP-MEINER(ioBrMain07) startInstance cannot find adapter "ical@1.7.0". Try to install it... 1 attempt
        2019-12-24 08:27:48.895  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker install ical@1.7.0 using installedVersion
        2019-12-24 08:27:50.286  - error: host.DESKTOP-MEINER(ioBrMain07) uncaught exception: Cannot find module 'core-util-is'
        2019-12-24 08:27:50.306  - info: admin.0 (9348) Got terminate signal TERMINATE_YOURSELF
        2019-12-24 08:27:50.287  - error: host.DESKTOP-MEINER(ioBrMain07) Error: Cannot find module 'core-util-is'
            at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
            at Function.Module._load (internal/modules/cjs/loader.js:562:25)
            at Module.require (internal/modules/cjs/loader.js:692:17)
            at require (internal/modules/cjs/helpers.js:25:18)
            at Object.<anonymous> (C:\Program Files\iobroker\ioBrMain07\node_modules\verror\lib\verror.js:9:19)
            at Module._compile (internal/modules/cjs/loader.js:778:30)
            at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
            at Module.load (internal/modules/cjs/loader.js:653:32)
            at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
            at Function.Module._load (internal/modules/cjs/loader.js:585:3)
        2019-12-24 08:27:50.290  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.admin.0 (force=false, process=true)
        2019-12-24 08:27:50.291  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.hm-rpc.0 (force=false, process=false)
        2019-12-24 08:27:50.292  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.hm-rega.0 (force=false, process=false)
        2019-12-24 08:27:50.292  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.hm-rpc.1 (force=false, process=false)
        2019-12-24 08:27:50.293  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.vis.0 (force=false, process=false)
        2019-12-24 08:27:50.293  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.mobile.0 (force=false, process=false)
        2019-12-24 08:27:50.294  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.socketio.0 (force=false, process=false)
        2019-12-24 08:27:50.295  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.history.0 (force=false, process=false)
        2019-12-24 08:27:50.295  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.vis-timeandweather.0 (force=false, process=false)
        2019-12-24 08:27:50.295  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.terminal.0 (force=false, process=false)
        2019-12-24 08:27:50.295  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.flot.0 (force=false, process=false)
        2019-12-24 08:27:50.295  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.mqtt.0 (force=false, process=false)
        2019-12-24 08:27:50.296  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.email.0 (force=false, process=false)
        2019-12-24 08:27:50.296  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.javascript.0 (force=false, process=false)
        2019-12-24 08:27:50.296  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.node-red.0 (force=false, process=false)
        2019-12-24 08:27:50.296  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.mihome-vacuum.0 (force=false, process=false)
        2019-12-24 08:27:50.296  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.vis-jqui-mfd.0 (force=false, process=false)
        2019-12-24 08:27:50.296  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.vis-hqwidgets.0 (force=false, process=false)
        2019-12-24 08:27:50.297  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.icons-mfd-svg.0 (force=false, process=false)
        2019-12-24 08:27:50.297  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.icons-mfd-png.0 (force=false, process=false)
        2019-12-24 08:27:50.297  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.tradfri.0 (force=false, process=false)
        2019-12-24 08:27:50.297  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.sonoff.0 (force=false, process=false)
        2019-12-24 08:27:50.297  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.rflink.0 (force=false, process=false)
        2019-12-24 08:27:50.297  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.nut.0 (force=false, process=false)
        2019-12-24 08:27:50.298  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.ical.0 (force=false, process=false)
        2019-12-24 08:27:50.298  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.paw.0 (force=false, process=false)
        2019-12-24 08:27:50.298  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.info.0 (force=false, process=true)
        2019-12-24 08:27:50.299  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.simple-api.0 (force=false, process=false)
        2019-12-24 08:27:50.299  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.nut.1 (force=false, process=false)
        2019-12-24 08:27:50.299  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.backitup.0 (force=false, process=false)
        2019-12-24 08:27:50.300  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.weatherunderground.0 (force=false, process=false)
        2019-12-24 08:27:50.300  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.parser.0 (force=false, process=false)
        2019-12-24 08:27:50.300  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.mercedesme.0 (force=false, process=false)
        2019-12-24 08:27:50.300  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.rickshaw.0 (force=false, process=false)
        2019-12-24 08:27:50.300  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.web.0 (force=false, process=false)
        2019-12-24 08:27:50.300  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.tr-064-community.0 (force=false, process=false)
        2019-12-24 08:27:50.300  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.shuttercontrol.0 (force=false, process=false)
        2019-12-24 08:27:50.300  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.ping.0 (force=false, process=false)
        2019-12-24 08:27:50.301  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker _restart
        2019-12-24 08:27:50.306  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.admin.0 send kill signal
        2019-12-24 08:27:50.307  - info: host.DESKTOP-MEINER(ioBrMain07) stopInstance system.adapter.info.0 send kill signal
        2019-12-24 08:27:50.308  - info: info.0 (9440) Got terminate signal TERMINATE_YOURSELF
        2019-12-24 08:27:50.307  - info: admin.0 (9348) terminating http server on port 8081
        2019-12-24 08:27:50.308  - info: admin.0 (9348) terminating
        2019-12-24 08:27:50.309  - info: admin.0 (9348) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
        2019-12-24 08:27:50.309  - info: info.0 (9440) cleaned everything up...
        2019-12-24 08:27:50.310  - info: info.0 (9440) terminating
        2019-12-24 08:27:50.310  - info: info.0 (9440) Terminated (START_IMMEDIATELY_AFTER_STOP): Without reason
        2019-12-24 08:27:50.948  - info: host.DESKTOP-MEINER(ioBrMain07) instance system.adapter.info.0 terminated with code 4294967196 (START_IMMEDIATELY_AFTER_STOP_HEX)
        2019-12-24 08:27:50.998  - info: host.DESKTOP-MEINER(ioBrMain07) instance system.adapter.admin.0 terminated with code 4294967196 (START_IMMEDIATELY_AFTER_STOP_HEX)
        2019-12-24 08:27:50.999  - info: host.DESKTOP-MEINER(ioBrMain07) All instances are stopped.
        2019-12-24 08:27:51.141  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: C:\Program Files\
        2019-12-24 08:27:51.142  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: iobroke
        2019-12-24 08:27:51.147  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: r
        2019-12-24 08:27:51.623  - info: host.DESKTOP-MEINER(ioBrMain07) terminated
        2019-12-24 08:27:51.690  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: \ioBrMain07\node_modules\standard-as-callback\built\index.js:6
                throw e;
                ^
        
        Error: Cannot find module 'core-util-is'
            at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
            at Function.Module._load (internal/modules/cjs/loader.js:562:25)
            at Module.require (internal/modules/cjs/loader.js:692:17)
            at require (internal/modules/cjs/helpers.js:25:18)
            at Object.<anonymous> (C:\Program Files\iobroker\ioBrMain07\node_modules\verror\lib\verror.js:9:19)
            at Module._compile (internal/modules/cjs/loader.js:778:30)
            at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
            at Module.load (internal/modules/cjs/loader.js:653:32)
            at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
            at Function.Module._load (internal/modules/cjs/loader.js:585:3)
        
        2019-12-24 08:27:51.692  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: exit 1
        2019-12-24 08:27:51.693  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker Starting node restart.js
        2019-12-24 08:27:52.376  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker exit 0
        
        

        Und dann geib ist wieder Häcksel

        2019-12-24 08:27:50.999  - info: host.DESKTOP-MEINER(ioBrMain07) All instances are stopped.
        2019-12-24 08:27:51.141  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: C:\Program Files\
        2019-12-24 08:27:51.142  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: iobroke
        2019-12-24 08:27:51.147  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: r
        2019-12-24 08:27:51.623  - info: host.DESKTOP-MEINER(ioBrMain07) terminated
        2019-12-24 08:27:51.690  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: \ioBrMain07\node_modules\standard-as-callback\built\index.js:6
                throw e;
                ^
        
        apollon77A Offline
        apollon77A Offline
        apollon77
        wrote on last edited by
        #22

        @klassisch ok also @Stabilostick mein gefühlt sagt mir das da irgendein npm Modul in der controller installation die der installer da hin packt fehlt.

        Scheinbar crasht der „install adapter“ call ...

        Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

        • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
        • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
        1 Reply Last reply
        0
        • giziG Offline
          giziG Offline
          gizi
          wrote on last edited by
          #23

          So, also, ich hab jetzt mal den Info Adapter abgeschaltet, bzw er läuft noch aber alles aus gemacht was der so an Infos ausspuckt.
          Seitdem kein ram Problem mehr.

          Mit scheint es liegt wohl an dem Info Adapter... Irgendwas haut das Ding extrem zu.
          Ich mach jetzt mal eins nach dem anderen wieder an und warte ob das Problem wieder kommt.

          apollon77A K 2 Replies Last reply
          0
          • giziG gizi

            So, also, ich hab jetzt mal den Info Adapter abgeschaltet, bzw er läuft noch aber alles aus gemacht was der so an Infos ausspuckt.
            Seitdem kein ram Problem mehr.

            Mit scheint es liegt wohl an dem Info Adapter... Irgendwas haut das Ding extrem zu.
            Ich mach jetzt mal eins nach dem anderen wieder an und warte ob das Problem wieder kommt.

            apollon77A Offline
            apollon77A Offline
            apollon77
            wrote on last edited by
            #24

            @gizi das ist schon bekannt - wenn die abfrage Frequenz auf Windows zu kurz ist dann kommen solche komischen effekte :-(

            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
            1 Reply Last reply
            0
            • giziG gizi

              So, also, ich hab jetzt mal den Info Adapter abgeschaltet, bzw er läuft noch aber alles aus gemacht was der so an Infos ausspuckt.
              Seitdem kein ram Problem mehr.

              Mit scheint es liegt wohl an dem Info Adapter... Irgendwas haut das Ding extrem zu.
              Ich mach jetzt mal eins nach dem anderen wieder an und warte ob das Problem wieder kommt.

              K Offline
              K Offline
              klassisch
              Most Active
              wrote on last edited by klassisch
              #25

              Prima, daß es jetzt wieder läuft.
              @gizi sagte in IOBroker 2.1.0 unter Windows hängt sich auf:

              Ich mach jetzt mal eins nach dem anderen wieder an und warte ob das Problem wieder kommt.

              Es hilft, dabei im Taskmanager die WMIC.exe Prozesse zu beobachten. Wenn man zu viele Anfragen ans OS generiert, werden mehr von diesen erzeugt als abgearbeitet werden. Dann kommte es zu einem pile-up, was man im Taskmanager als WMIC.exe Seuche sehen kann - also ganz viele dieser Prozesse.
              Ich setze info Adapter in V1.5.6 ein.
              Generell logge ich diese Info-Daten sehr verhalten mit. Die statischen gar nicht und die anderen mit der max Zeit, 240 Sekunden. In den Objekten habe ich vor das Speichern in History zusätzliche Hürden eingebaut. Speicherwerte werden nur dann geloggt, wenn sie sich um ein paar hundert MB verändern und CPU-Werte müssen sich um 1% oder so verändern.
              Diese Einstellungen sind ressourcenschonend. Aber dennoch hinreichend aussagekräftig. Wenn was schief läuft oder sich etwas relevant verändert, sieht man das immer noch.

              1 Reply Last reply
              0
              • giziG Offline
                giziG Offline
                gizi
                wrote on last edited by gizi
                #26

                merkwürdig das das mit der alten IObroker version nie passiert ist.... da ist das jetzt ewig gelaufen ohne probleme...

                NACHTRAG:

                Kaum rede ich drüber das jetzt alles geht, geht NICHTS mehr!!! Ich hab den Fehler wieder.... hier mal ein Screenshot vom RAM:

                bd7548f9-a8be-4c81-9cf9-e8a0811b17ae-image.png b4b975f1-4db8-43bf-b8ac-62da738c1d0b-image.png

                Wie man sieht gibts hier ein paar Prozesse die fressen ohne ENDE.
                Irgendwie laufen die alle extrem zu... es gibt also nicht nur den "einen" Prozess.....

                apollon77A 1 Reply Last reply
                0
                • giziG gizi

                  merkwürdig das das mit der alten IObroker version nie passiert ist.... da ist das jetzt ewig gelaufen ohne probleme...

                  NACHTRAG:

                  Kaum rede ich drüber das jetzt alles geht, geht NICHTS mehr!!! Ich hab den Fehler wieder.... hier mal ein Screenshot vom RAM:

                  bd7548f9-a8be-4c81-9cf9-e8a0811b17ae-image.png b4b975f1-4db8-43bf-b8ac-62da738c1d0b-image.png

                  Wie man sieht gibts hier ein paar Prozesse die fressen ohne ENDE.
                  Irgendwie laufen die alle extrem zu... es gibt also nicht nur den "einen" Prozess.....

                  apollon77A Offline
                  apollon77A Offline
                  apollon77
                  wrote on last edited by
                  #27

                  @gizi was ist denn der mit den 500mb?

                  Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                  • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                  • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                  1 Reply Last reply
                  0
                  • giziG Offline
                    giziG Offline
                    gizi
                    wrote on last edited by
                    #28

                    das der iobroker.admin

                    1 Reply Last reply
                    0
                    • apollon77A Offline
                      apollon77A Offline
                      apollon77
                      wrote on last edited by
                      #29

                      Komisch. Wieviel braucht der js-Controller?

                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                      1 Reply Last reply
                      0
                      • giziG Offline
                        giziG Offline
                        gizi
                        wrote on last edited by
                        #30

                        So, ich wollte es zwar nicht aber ich bin jetzt auf Linux gewechselt mit dem iobroker.
                        Ich brauch ein funktionierendes system.... Daher bin ich jetzt was das betrifft hier erst mal raus.

                        Ich denke das der fehler unter Linux nicht kommen sollte.

                        1 Reply Last reply
                        0
                        • G Offline
                          G Offline
                          Gmundner
                          wrote on last edited by
                          #31

                          Gibt es den schon neue Erkenntnisse warum sich der neue Controller >2 aufhängt?

                          BG
                          Alfred

                          apollon77A 1 Reply Last reply
                          0
                          • G Gmundner

                            Gibt es den schon neue Erkenntnisse warum sich der neue Controller >2 aufhängt?

                            BG
                            Alfred

                            apollon77A Offline
                            apollon77A Offline
                            apollon77
                            wrote on last edited by
                            #32

                            @Gmundner Hast Du auch probleme? Dann bitte mal Details dazu

                            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                            1 Reply Last reply
                            0
                            • G Offline
                              G Offline
                              Gmundner
                              wrote on last edited by
                              #33

                              @apollon77 sagte in IOBroker 2.1.0 unter Windows hängt sich auf:

                              @Gmundner Hast Du auch probleme? Dann bitte mal Details dazu

                              Hallo Apollon

                              Bei mir läuft immer noch der 1.5.14 Controller, da jedesmal wenn ich versuche auf den 2.1.1 Up zu daten der Iobroker maximal 2h läuft und dabei immer langsamer wird bis zum dem das er keine Seite mehr aufbauen kann. Der Iobroker läuft bei mir auf Win10 mit einem I3 Prozessor 64Bit 6 Gb Arbeitsspeicher, zusätzlich läuft noch ein Rpi4 4Gb als Multihost slave mit, der läuft aber schon mit dem neuen 2.1.1 Host
                              Habe auch schon versucht den Iobroker standart ohne dem Installer zu installieren immer das gleiche Ergbniss. Im Log keinerlei Auffälligkeiten.
                              Also immer wieder zurück auf 1.5.14 und alles läuft wieder.
                              Jetzt benötigen aber lt. Änderungsstand der Adapter HM-RPC und HM-REGA den 2.1.1 Host was auf längere Sicht heißt es muss der Host 2 verwendet werden.

                              Bg

                              apollon77A 1 Reply Last reply
                              0
                              • G Gmundner

                                @apollon77 sagte in IOBroker 2.1.0 unter Windows hängt sich auf:

                                @Gmundner Hast Du auch probleme? Dann bitte mal Details dazu

                                Hallo Apollon

                                Bei mir läuft immer noch der 1.5.14 Controller, da jedesmal wenn ich versuche auf den 2.1.1 Up zu daten der Iobroker maximal 2h läuft und dabei immer langsamer wird bis zum dem das er keine Seite mehr aufbauen kann. Der Iobroker läuft bei mir auf Win10 mit einem I3 Prozessor 64Bit 6 Gb Arbeitsspeicher, zusätzlich läuft noch ein Rpi4 4Gb als Multihost slave mit, der läuft aber schon mit dem neuen 2.1.1 Host
                                Habe auch schon versucht den Iobroker standart ohne dem Installer zu installieren immer das gleiche Ergbniss. Im Log keinerlei Auffälligkeiten.
                                Also immer wieder zurück auf 1.5.14 und alles läuft wieder.
                                Jetzt benötigen aber lt. Änderungsstand der Adapter HM-RPC und HM-REGA den 2.1.1 Host was auf längere Sicht heißt es muss der Host 2 verwendet werden.

                                Bg

                                apollon77A Offline
                                apollon77A Offline
                                apollon77
                                wrote on last edited by
                                #34

                                @Gmundner dann mal mehr Details bitte!! Langsam sagt nix. Ist es RAM Verbrauch? Cpu Last? Was?

                                Bzw als erstes sollten wir bekannte fehlerquellen ausschließen: ist der Info Adapter installiert? Anmerkender die Systemdateien? Falls ja deaktiviere das mal - da gab es je nach Häufigkeit der Abfrage schon solche Effekte. Ich verstehe zwar nicht was das ggf mit dem Controller zu tun hat aber hey, besser als nix.

                                Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                1 Reply Last reply
                                0
                                • apollon77A apollon77

                                  @klassisch Das gleiche Problem gabs bei ble ... am ende muss das gleiche wie https://github.com/AlCalzone/ioBroker.ble/commit/f3ed03becb5d61cfef7a560c2ea81476e568dfb2 auch bei ble gemacht werden ...

                                  wendy2702W Online
                                  wendy2702W Online
                                  wendy2702
                                  wrote on last edited by
                                  #35

                                  @klassisch

                                  @klassisch Das gleiche Problem gabs bei ble ... am ende muss das gleiche wie https://github.com/AlCalzone/ioBroker.ble/commit/f3ed03becb5d61cfef7a560c2ea81476e568dfb2 auch bei ble gemacht werden ...

                                  Das bedeutet du musst bei den beiden Files in dem Adapter der dir die Fehler ausspuckt die Änderungen durchführen.

                                  Rot = aktuell und diese Zeile muss dann in das geändert werden was grün markiert ist.

                                  Das „-„ bedeutet quasi entfernt und das „+“ hinzufügen.

                                  Bitte keine Fragen per PN, die gehören ins Forum!

                                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                  K 1 Reply Last reply
                                  0
                                  • wendy2702W wendy2702

                                    @klassisch

                                    @klassisch Das gleiche Problem gabs bei ble ... am ende muss das gleiche wie https://github.com/AlCalzone/ioBroker.ble/commit/f3ed03becb5d61cfef7a560c2ea81476e568dfb2 auch bei ble gemacht werden ...

                                    Das bedeutet du musst bei den beiden Files in dem Adapter der dir die Fehler ausspuckt die Änderungen durchführen.

                                    Rot = aktuell und diese Zeile muss dann in das geändert werden was grün markiert ist.

                                    Das „-„ bedeutet quasi entfernt und das „+“ hinzufügen.

                                    K Offline
                                    K Offline
                                    klassisch
                                    Most Active
                                    wrote on last edited by
                                    #36

                                    @wendy2702 vielen Dank, aber ich hab es leider nicht verstanden

                                    Habe ich hier ein passendes Schnippsel?

                                    2019-12-24 08:27:45.601  - warn: host.DESKTOP-MEINER(ioBrMain07) startInstance cannot find adapter "nut@1.1.3". Try to install it... 1 attempt
                                    2019-12-24 08:27:45.602  - info: host.DESKTOP-MEINER(ioBrMain07) iobroker install nut@1.1.3 using installedVersion
                                    2019-12-24 08:27:47.889  - error: host.DESKTOP-MEINER(ioBrMain07) iobroker npm-install: C:\Program Files\iobroker\ioBrMain07\node_modules\standard-as-callback\built\index.js:6
                                            throw e;
                                            ^
                                    
                                    Error: Cannot find module 'core-util-is'
                                        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
                                        at Function.Module._load (internal/modules/cjs/loader.js:562:25)
                                        at Module.require (internal/modules/cjs/loader.js:692:17)
                                        at require (internal/modules/cjs/helpers.js:25:18)
                                        at Object.<anonymous> (C:\Program Files\iobroker\ioBrMain07\node_modules\verror\lib\verror.js:9:19)
                                        at Module._compile (internal/modules/cjs/loader.js:778:30)
                                        at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
                                        at Module.load (internal/modules/cjs/loader.js:653:32)
                                        at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
                                        at Function.Module._load (internal/modules/cjs/loader.js:585:3)
                                    
                                    

                                    Und welche Datei wäre jetzt anzupassen? Die

                                    C:\Program Files\iobroker\ioBrMain07\node_modules\standard-as-callback\built\index.js:6
                                    

                                    ?
                                    Aber vermutlich in der Quellinstanz. vor der Migration? Denn sobald die Zielinstallation auf diesen Fehler in der Zielinstanz aufläuft scheint diese Instanz verloren.

                                    1 Reply Last reply
                                    0
                                    • wendy2702W Online
                                      wendy2702W Online
                                      wendy2702
                                      wrote on last edited by
                                      #37

                                      Das mit dem Tip von @apollon77 bezieht sich auf das Tradfri Problem das du hast oder hattest mit den Fehler Meldungen bezüglich „log“

                                      Also z.B. Das hier:

                                      
                                      2019-11-23 17:29:31.663  - error: host.DESKTOP-0UPK22M(ioBrMain4) Caught by controller[1]:     adapter.log.error("unhandled exception:" + getMessage(err));
                                       
                                      2019-11-23 17:29:31.663  - error: host.DESKTOP-0UPK22M(ioBrMain4) Caught by controller[1]:             ^
                                       
                                      2019-11-23 17:29:31.663  - error: host.DESKTOP-0UPK22M(ioBrMain4) Caught by controller[1]: 
                                       
                                      2019-11-23 17:29:31.663  - error: host.DESKTOP-0UPK22M(ioBrMain4) Caught by controller[1]: TypeError: Cannot read property 'log' of undefined
                                      
                                      

                                      Bei dem anderen fehlt dir ja das Modul.

                                      Hast du mal versucht das manuell zu installieren?

                                      Denke das läuft bei Windows wie bei Linux.

                                      Also in den iobroker Ordner wechseln und dort dann :

                                      npm i core-util-is
                                      

                                      Bitte keine Fragen per PN, die gehören ins Forum!

                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                      K AlCalzoneA 2 Replies Last reply
                                      1
                                      • wendy2702W wendy2702

                                        Das mit dem Tip von @apollon77 bezieht sich auf das Tradfri Problem das du hast oder hattest mit den Fehler Meldungen bezüglich „log“

                                        Also z.B. Das hier:

                                        
                                        2019-11-23 17:29:31.663  - error: host.DESKTOP-0UPK22M(ioBrMain4) Caught by controller[1]:     adapter.log.error("unhandled exception:" + getMessage(err));
                                         
                                        2019-11-23 17:29:31.663  - error: host.DESKTOP-0UPK22M(ioBrMain4) Caught by controller[1]:             ^
                                         
                                        2019-11-23 17:29:31.663  - error: host.DESKTOP-0UPK22M(ioBrMain4) Caught by controller[1]: 
                                         
                                        2019-11-23 17:29:31.663  - error: host.DESKTOP-0UPK22M(ioBrMain4) Caught by controller[1]: TypeError: Cannot read property 'log' of undefined
                                        
                                        

                                        Bei dem anderen fehlt dir ja das Modul.

                                        Hast du mal versucht das manuell zu installieren?

                                        Denke das läuft bei Windows wie bei Linux.

                                        Also in den iobroker Ordner wechseln und dort dann :

                                        npm i core-util-is
                                        
                                        K Offline
                                        K Offline
                                        klassisch
                                        Most Active
                                        wrote on last edited by klassisch
                                        #38

                                        @wendy2702 sagte in IOBroker 2.1.0 unter Windows hängt sich auf:

                                        npm i core-util-is

                                        Vielen Dank, Habe jetzt mal das vermeintlich leichtere gestartet und das core-util-is installiert

                                        Haufenweise gyp-Fehler, die aber praktisch immer kommen und dann endet es mit vielen depandency-Fehlern und code 1 und

                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: node-aead-crypto@2.2.0 (node_modules\node-aead-crypto):
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: node-aead-crypto@2.2.0 preinstall: `node lib/preinstall.js`
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: authenticate-pam@1.0.2 (node_modules\authenticate-pam):
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: authenticate-pam@1.0.2 install: `node-gyp rebuild`
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 (node_modules\avrgirl-arduino\node_modules\serialport):
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: serialport@4.0.7 install: `node-pre-gyp install --fallback-to-build`
                                        npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
                                        
                                        + core-util-is@1.0.2
                                        updated 1 package and audited 1443 packages in 40.63s
                                        found 53 vulnerabilities (44 low, 9 high)
                                          run `npm audit fix` to fix them, or `npm audit` for details
                                        

                                        Man könnte jetzt vermuten, daß eine core-util-is V1.0.2 drauf ist. Aber wirklich glücklich sieht anders aus.

                                        Muß ich jetzt in

                                        adapter.log.error
                                        

                                        oder im Tradfri Adapter oder wie @AlCalzone in einem build/main.js was ändern?
                                        Sorry für die blöden Fragen, aber ich editiere normalerweise in den Modulen nicht herum, was sicher auch besser so ist, da ich da nicht weiss was ich tue.

                                        1 Reply Last reply
                                        0
                                        • wendy2702W Online
                                          wendy2702W Online
                                          wendy2702
                                          wrote on last edited by
                                          #39

                                          Tradfri Adapter

                                          Bitte keine Fragen per PN, die gehören ins Forum!

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                          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

                                          681

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          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