Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Homematic Manager läuft nicht - Fehlermeldungen

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Homematic Manager läuft nicht - Fehlermeldungen

    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tp1de last edited by

      Ich habe versucht dem HMM zu installieren. Beim Starten gibt es folgende Fehlermeldungen im Log:

      ! hmm.0 2018-12-12 16:13:38.589 info hmm exited with 1
      ! hmm.0 2018-12-12 16:13:38.583 error module.js:550 throw err; ^ Error: Cannot find module '/opt/iobroker/node_modules/iobroker.hmm/node_modules/homematic-manager/main.js' at Function.Module._resolveFilename (module.js:548:15
      ! hmm.0 2018-12-12 16:13:38.344 info Starting homematic-manager: /opt/iobroker/node_modules/iobroker.hmm/node_modules/homematic-manager/main.js
      ! hmm.0 2018-12-12 16:13:33.306 info hmm exited with 1
      ! hmm.0 2018-12-12 16:13:33.300 error module.js:550 throw err; ^ Error: Cannot find module '/opt/iobroker/node_modules/iobroker.hmm/node_modules/homematic-manager/main.js' at Function.Module._resolveFilename (module.js:548:15
      ! hmm.0 2018-12-12 16:13:33.068 info Starting homematic-manager: /opt/iobroker/node_modules/iobroker.hmm/node_modules/homematic-manager/main.js
      ! hmm.0 2018-12-12 16:13:28.058 info hmm exited with 1
      ! hmm.0 2018-12-12 16:13:28.051 error module.js:550 throw err; ^ Error: Cannot find module '/opt/iobroker/node_modules/iobroker.hmm/node_modules/homematic-manager/main.js' at Function.Module._resolveFilename (module.js:548:15
      ! hmm.0 2018-12-12 16:13:27.809 info Starting homematic-manager: /opt/iobroker/node_modules/iobroker.hmm/node_modules/homematic-manager/main.js
      ! hmm.0 2018-12-12 16:13:22.790 info hmm exited with 1
      ! hmm.0 2018-12-12 16:13:22.786 error module.js:550 throw err; ^ Error: Cannot find module '/opt/iobroker/node_modules/iobroker.hmm/node_modules/homematic-manager/main.js' at Function.Module._resolveFilename (module.js:548:15
      ! hmm.0 2018-12-12 16:13:22.559 info Starting homematic-manager: /opt/iobroker/node_modules/iobroker.hmm/node_modules/homematic-manager/main.js
      ! hmm.0 2018-12-12 16:13:17.538 info hmm exited with 1
      ! hmm.0 2018-12-12 16:13:17.532 error at bootstrap_node.js:625:3
      ! hmm.0 2018-12-12 16:13:17.532 error at startup (bootstrap_node.js:204:16)
      ! hmm.0 2018-12-12 16:13:17.532 error at Function.Module.runMain (module.js:694:10)
      ! hmm.0 2018-12-12 16:13:17.532 error at Function.Module._load (module.js:475:25)
      ! hmm.0 2018-12-12 16:13:17.532 error at Function.Module._resolveFilename (module.js:548:15)
      ! hmm.0 2018-12-12 16:13:17.532 error Error: Cannot find module '/opt/iobroker/node_modules/iobroker.hmm/node_modules/homematic-manager/main.js'
      ! hmm.0 2018-12-12 16:13:17.532 error ^
      ! hmm.0 2018-12-12 16:13:17.532 error throw err;
      ! hmm.0 2018-12-12 16:13:17.532 error module.js:550
      Hat jemand eine Idee woran das liegt? Die Installation lief fehlerfrei durch.

      1 Reply Last reply Reply Quote 0
      • R
        rabru last edited by

        Hallo,

        ich habe eine sehr ähnliche Fehlermeldung in den Logs gefunden:

        hmm.0	2019-01-07 17:52:14.575	error	at bootstrap_node.js:612:3
        hmm.0	2019-01-07 17:52:14.575	error	at startup (bootstrap_node.js:191:16)
        hmm.0	2019-01-07 17:52:14.575	error	at Function.Module.runMain (module.js:693:10)
        hmm.0	2019-01-07 17:52:14.575	error	at Function.Module._load (module.js:474:25)
        hmm.0	2019-01-07 17:52:14.575	error	at Function.Module._resolveFilename (module.js:547:15)
        hmm.0	2019-01-07 17:52:14.575	error	Error: Cannot find module '/opt/iobroker/node_modules/iobroker.hmm/node_modules/homematic-manager/main.js'
        hmm.0	2019-01-07 17:52:14.575	error	^
        hmm.0	2019-01-07 17:52:14.575	error	throw err;
        hmm.0	2019-01-07 17:52:14.575	error	module.js:549
        

        Ich habe keinen negativen Seiteneffekt gesehen. Um die Fehlermeldung zu entfernen, habe ich einfach dafür gesorgt, dass unter dem Pfad die entsprechende Datei gefunden wird.

        root@mypi:/opt/iobroker# cd node_modules/iobroker.hmm
        root@mypi:/opt/iobroker/node_modules/iobroker.hmm# ln -s ../../node_modules node_modules
        

        Danach war die Fehlermeldung weg.

        Ich weiß nicht, ob das wirklich so gedacht war. Scheint auf jeden Fall ein Bug zu sein.

        1 Reply Last reply Reply Quote 0
        • R
          rabru last edited by

          nun gut,

          habe jetzt doch einen Nebeneffekt festgestellt. Nachdem ich den Softlink erstellt habe konnte ich keine Adapter mehr hinzufügen oder entfernen. Habe inzwischen den Softlink wieder entfernt. Da lebe ich lieber mit den Fehlermeldungen.

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

          Support us

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

          379
          Online

          32.0k
          Users

          80.4k
          Topics

          1.3m
          Posts

          2
          3
          377
          Loading More Posts
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes
          Reply
          • Reply as topic
          Log in to reply
          Community
          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
          The ioBroker Community 2014-2023
          logo