Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. VIS : (932) Terminated (NO_ERROR): Without reason

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    VIS : (932) Terminated (NO_ERROR): Without reason

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

      Ich habe heute ioBroker (unter ProxMos) installiert und soweit läuft alles ... bis auf den Adapter VIS. Im Log sehe ich :
      host.ioBroker 2021-02-11 11:56:58.422 info instance system.adapter.vis.0 terminated while should be started once
      vis.0 2021-02-11 11:56:57.912 info (932) Terminated (NO_ERROR): Without reason
      vis.0 2021-02-11 11:56:57.340 info (932) vis license is OK.
      vis.0 2021-02-11 11:56:57.094 info (932) starting. Version 1.3.4 in /opt/iobroker/node_modules/iobroker.vis, node: v12.18.2, js-controller: 3.1.6
      host.ioBroker 2021-02-11 11:56:56.703 info "system.adapter.vis.0" enabled

      Neustart von ioBroker bringts auch nicht. Ich hatte nach der ioBroker Install, eine laufende Instanz von Vis (aber noch ohne Lizenz), die ich auch aufrufen konnte. Nach Eintragen der Instanz "verschwand" die Instanz aber, und nach Neuinstallation habe ich jetzt das problem! Muss ich die ioBroker VM komplett neu aufsetzen, wenn da Steuerdaten corrupt sind?

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

        @hlwerschner

        iobroker list instances
        iobroker list adapters
        

        Und wenn ich frisch installiere, dann würde ich auch die aktuelle node-Version haben wollen.

        H 1 Reply Last reply Reply Quote 0
        • H
          hlwerschner @Thomas Braun last edited by

          @thomas-braun hi, ja, die listen kann ich liefern:

          root@ioBroker:~# sudo apt install nodejs
          Reading package lists... Done
          Building dependency tree       
          Reading state information... Done
          nodejs is already the newest version (12.18.2~dfsg-1ubuntu2).
          0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
          root@ioBroker:~# iobroker list adapters                     
          system.adapter.admin                   : admin          - v4.2.1
          system.adapter.backitup                : backitup       - v1.7.0
          system.adapter.denon                   : denon          - v1.9.1
          system.adapter.discovery               : discovery      - v2.5.0
          system.adapter.followthesun            : followthesun   - v0.2.6
          system.adapter.geofency                : geofency       - v0.3.2
          system.adapter.harmony                 : harmony        - v1.2.2
          system.adapter.hm-rega                 : hm-rega        - v3.0.6
          system.adapter.hm-rpc                  : hm-rpc         - v1.14.24
          system.adapter.info                    : info           - v1.7.14
          system.adapter.mqtt-client             : mqtt-client    - v1.3.1
          system.adapter.node-red                : node-red       - v2.0.3
          system.adapter.scenes                  : scenes         - v2.3.6
          system.adapter.synology                : synology       - v0.1.18
          system.adapter.vis                     : vis            - v1.3.4
          system.adapter.web                     : web            - v3.2.3
          root@ioBroker:~# iobroker list instances
          + system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind: 0.0.0.0, run as: admin
            system.adapter.backitup.0              : backitup              - disabled
            system.adapter.denon.0                 : Denon AVR-X2400H      - disabled
          + system.adapter.discovery.0             : discovery             -  enabled
          + system.adapter.followthesun.0          : followthesun          -  enabled
            system.adapter.geofency.0              : geofency              - disabled, port: 7999
            system.adapter.harmony.0               : harmony               - disabled
          + system.adapter.hm-rega.0               : hm-rega               -  enabled
          + system.adapter.hm-rpc.0                : hm-rpc                -  enabled, port: 0
          + system.adapter.info.0                  : info                  -  enabled
            system.adapter.mqtt-client.0           : mqtt-client           - disabled, port: 1883
          + system.adapter.node-red.0              : node-red              -  enabled, port: 1880, bind: 0.0.0.0
          + system.adapter.scenes.0                : scenes                -  enabled
          + system.adapter.synology.0              : synology              -  enabled, port: 5000
            system.adapter.vis.0                   : vis                   -  enabled
          + system.adapter.web.0                   : web                   -  enabled, port: 8082, bind: 0.0.0.0, run as: admin
          
          + instance is alive
          

          und noch ein screen aus dem ioBroker:
          Proxmox-iobroker-instances-11-02-_2021_13-46-19.png

          da sieht man, dass "vis.0" keinen Lebenzeichen-Indikator (auch keinen Wert bei Speicher) hat. ioBroker scheint den Adapter zu kennen...aber aktive ist er sicher nicht!

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

            @hlwerschner sagte in VIS : (932) Terminated (NO_ERROR): Without reason:

            12.18.2~dfsg

            Installier die nodeJS-Version von nodesource. Die dfsg-Version von Ubuntu ist anders gepackt, da fehlt ggf. etwas.

            In einer VM solltest du auch keine root-shell nutzen.
            User mit sudo-Rechten anlegen, dann ergibt auch der Einsatz von 'sudo apt' Sinn, oder willst du nocht 'rootiger' werden als ohnehin schon?

            1 Reply Last reply Reply Quote 0
            • wendy2702
              wendy2702 @hlwerschner last edited by wendy2702

              @hlwerschner sagte in VIS : (932) Terminated (NO_ERROR): Without reason:

              und noch ein screen aus dem ioBroker:

              da sieht man, dass "vis.0" keinen Lebenzeichen-Indikator (auch keinen Wert bei Speicher) hat. ioBroker scheint den Adapter zu kennen...aber aktive ist er sicher nicht!

              Gibt es beim VIS Adapter auch nicht die "Ampel" oder "Lebenszeichen Indikator"

              Klick mal auf das Icon hinter der "Mülltonne" bei VIS.

              c8a8c2b9-b5d2-4ad6-9bfb-1448a67cc0e9-grafik.png

              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

              577
              Online

              31.9k
              Users

              80.1k
              Topics

              1.3m
              Posts

              3
              5
              1004
              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