Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. (gelöst) keine Admin-Oberfläche nach Neuinstallation

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    (gelöst) keine Admin-Oberfläche nach Neuinstallation

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

      @iobroker_Rainer Im neuen Link steht im wesentlichen das gleiche. Habe noch versucht wie vorgeschlagen den Controller von Hand zu starten mit dem Ergebnis:

      root@iobroker2020:/opt/iobroker# node -v npm -v
      v12.18.4
      root@iobroker2020:/opt/iobroker# npm -v
      6.14.6
      root@iobroker2020:/opt/iobroker# node node_modules/iobroker.js-controller/controller.js --logs
      2020-09-16 18:39:30.334 - info: host.iobroker2020 iobroker.js-controller version 3.1.6 js-con
      troller starting
      2020-09-16 18:39:30.340 - info: host.iobroker2020 Copyright (c) 2014-2020 bluefox, 2014 hobby
      quaker
      2020-09-16 18:39:30.341 - info: host.iobroker2020 hostname: iobroker2020, node: v12.18.4
      2020-09-16 18:39:30.343 - info: host.iobroker2020 ip addresses: 172.17.0.2
      2020-09-16 18:39:30.427 - info: host.iobroker2020 Error inMem-objects listening on port 9001
      2020-09-16 18:39:30.443 - info: host.iobroker2020 Error inMem-states listening on port 9000
      2020-09-16 18:39:30.479 - info: host.iobroker2020 connected to Objects and States
      2020-09-16 18:39:30.694 - info: host.iobroker2020 4 instances found
      host.iobroker2020 check instance "system.adapter.admin.0" for host "iobroker2020"
      host.iobroker2020 check instance "system.adapter.discovery.0" for host "iobroker2020"
      host.iobroker2020 check instance "system.adapter.info.0" for host "iobroker2020"
      host.iobroker2020 check instance "system.adapter.admin.1" for host "iobroker2020"
      2020-09-16 18:39:30.708 - info: host.iobroker2020 starting 4 instances
      2020-09-16 18:39:30.728 - info: host.iobroker2020 instance system.adapter.admin.0 started wit
      h pid 1079
      ================================== > LOG REDIRECT system.adapter.admin.0 => false [Process sto
      pped]
      2020-09-16 18:39:32.393 - error: host.iobroker2020 instance system.adapter.admin.0 terminated
      by request of the instance itself and will not be restarted, before user restarts it.
      2020-09-16 18:39:32.394 - info: host.iobroker2020 Do not restart adapter system.adapter.admin
      .0 because desired by instance
      ================================== > LOG REDIRECT system.adapter.admin.0 => false [system.adap
      ter.admin.0.logging]
      2020-09-16 18:39:34.716 - info: host.iobroker2020 instance system.adapter.admin.1 started wit
      h pid 1090

      Homoran Glasfaser 2 Replies Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @iobroker_Rainer last edited by

        @iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:

        http server listening on port 8081

        steht in deinem log!
        oder ist das noch das alte? ist immerhin von 18:04

        von admin.1 sehe ich nichts, auch nicht von port 8089

        was sagt iobroker list instances

        1 Reply Last reply Reply Quote 0
        • Glasfaser
          Glasfaser @iobroker_Rainer last edited by

          @iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:

          2020-09-16 18:03:59.634 - info: host.iobroker2020 Update repository "default" under "http://download.iobroker.net/sources-dist.json"
          2020-09-16 18:03:59.614 - warn: admin.0 (111) Repository cannot be read

          dazu kommen wir später , was da zu machen ist !

          Setze deine Ausgaben in CodeTags </>

          1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @iobroker_Rainer last edited by

            @iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:

            2020-09-16 18:39:32.393 - error: host.iobroker2020 instance system.adapter.admin.0 terminated
            by request of the instance itself and will not be restarted, before user restarts it.

            das ist schon mal besser - wahrscheinlich wegen des bereits vergebenen ports.

            @iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:

            2020-09-16 18:39:34.716 - info: host.iobroker2020 instance system.adapter.admin.1 started wit
            h pid 1090

            wenn der auf port 8089 läuft, hast du ihn dann auch mit <IP>:8089 aufgerufen?

            iobroker_Rainer Glasfaser 2 Replies Last reply Reply Quote 0
            • iobroker_Rainer
              iobroker_Rainer @Homoran last edited by Homoran

              @Homoran

              root@iobroker2020:/opt/iobroker# iobroker list instances                                      
              + system.adapter.admin.0                 : admin                 -  enabled, port: 8081, bind:
               0.0.0.0, run as: admin                                                                       
              + system.adapter.admin.1                 : admin                 -  enabled, port: 8089, bind:
               0.0.0.0, run as: admin                                                                       
              + system.adapter.discovery.0             : discovery             -  enabled                   
              + system.adapter.info.0                  : info                  -  enabled
              

              MOD-Edit: Code in code-tags gesetzt!

              Homoran 1 Reply Last reply Reply Quote 0
              • Glasfaser
                Glasfaser @Homoran last edited by

                @iobroker_Rainer
                @Homoran sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:

                wenn der auf port 8089 läuft, hast du ihn dann auch mit <IP>:8089 aufgerufen?

                ????

                Homoran 1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @iobroker_Rainer last edited by

                  @iobroker_Rainer ist das alles was die Console sagt?

                  @iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:

                  • system.adapter.admin.0 : admin - enabled, port: 8081, bind: 0.0.0.0, run as: admin

                  wieso läuft der jetzt wieder?
                  passt nicht zu dem log von eben?

                  Hast du die korrekte IP beim Aufruf des Admins?

                  1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @Glasfaser last edited by

                    @Glasfaser sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:

                    @iobroker_Rainer
                    @Homoran sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:

                    wenn der auf port 8089 läuft, hast du ihn dann auch mit <IP>:8089 aufgerufen?

                    ????

                    ...und nicht mit <IP>:8081, was Standard wäre?

                    Glasfaser iobroker_Rainer 2 Replies Last reply Reply Quote 0
                    • Glasfaser
                      Glasfaser @Homoran last edited by Glasfaser

                      @Homoran

                      Kann der Ausgabe gerade wie du nicht folgen , was jetzt ist 😉

                      Homoran 1 Reply Last reply Reply Quote 0
                      • iobroker_Rainer
                        iobroker_Rainer @Homoran last edited by

                        @Homoran also die IP-Adresse stimmt natürlich - und ja, der Admin.0 läuft noch. Ich habe ja lediglich noch den admin.1 hinzugefügt. Mit beiden Ports komme ich aber nicht auf die Web-Oberfläche ...

                        Homoran 1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @Glasfaser last edited by

                          @Glasfaser sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:

                          @Homoran

                          Kann der Ausgabe gerade wie du nicht folgen , was jetzt ist 😉

                          ich wollte von @iobroker_Rainer wissen ob er den korrekten Port aufruft um den zusätzlich auf Port 8089 laufenden admin.1 aufzurufen, oder ob er den nur angelegt hat und weiterhin :8081 aufruft

                          iobroker_Rainer 1 Reply Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @iobroker_Rainer last edited by

                            @iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:

                            der Admin.0 läuft noch

                            wieso?
                            im log steht doch:

                            @Homoran sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:

                            @iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:

                            2020-09-16 18:39:32.393 - error: host.iobroker2020 instance system.adapter.admin.0 terminated
                            by request of the instance itself and will not be restarted, before user restarts it.

                            1 Reply Last reply Reply Quote 0
                            • iobroker_Rainer
                              iobroker_Rainer @Homoran last edited by

                              @Homoran http://192.168.178.3:8089 und http://192.168.178.3:8081 - um jedes Missverständnis zu vermeiden - beide funktionieren nicht

                              1 Reply Last reply Reply Quote 0
                              • Glasfaser
                                Glasfaser @iobroker_Rainer last edited by

                                @iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:

                                Docker-Container

                                Läuft der Container im Host !?

                                iobroker_Rainer Glasfaser 2 Replies Last reply Reply Quote 0
                                • iobroker_Rainer
                                  iobroker_Rainer @Glasfaser last edited by

                                  @Glasfaser Container läuft auf meiner Syno - der angegebenen IP-Adresse. Status des Containers laut Docker: up and running ...

                                  Glasfaser 1 Reply Last reply Reply Quote 0
                                  • Glasfaser
                                    Glasfaser @iobroker_Rainer last edited by

                                    @Homoran

                                    @iobroker_Rainer sagte in [Admin-Oberfläche nicht verfügbar nach Neuinstallation]

                                    2020-09-16 18:39:30.427 - info: host.iobroker2020 Error inMem-objects listening on port 9001
                                    2020-09-16 18:39:30.443 - info: host.iobroker2020 Error inMem-states listening on port 9000

                                    da ist noch einer mit dem gleichen Fehler wie gestern

                                    Homoran 1 Reply Last reply Reply Quote 0
                                    • Glasfaser
                                      Glasfaser @iobroker_Rainer last edited by Glasfaser

                                      @iobroker_Rainer

                                      Kannst du bitte einen Neustart von ioBroker machen und den Log hier posten !

                                      iobroker_Rainer 1 Reply Last reply Reply Quote 0
                                      • iobroker_Rainer
                                        iobroker_Rainer @Glasfaser last edited by

                                        @Glasfaser voila ...

                                        "2020-09-16 19:07:43.387 - info: host.iobroker2020 iobroker.js-controller version 3.1.6 js-controller starting
                                        2020-09-16 19:07:43.391 - info: host.iobroker2020 Copyright (c) 2014-2020 bluefox, 2014 hobbyquaker
                                        2020-09-16 19:07:43.392 - info: host.iobroker2020 hostname: iobroker2020, node: v12.18.4
                                        2020-09-16 19:07:43.394 - info: host.iobroker2020 ip addresses: 172.17.0.2
                                        2020-09-16 19:07:43.487 - info: host.iobroker2020 Error inMem-objects listening on port 9001
                                        2020-09-16 19:07:43.501 - info: host.iobroker2020 Error inMem-states listening on port 9000
                                        2020-09-16 19:07:43.542 - info: host.iobroker2020 connected to Objects and States
                                        2020-09-16 19:07:43.764 - info: host.iobroker2020 4 instances found
                                        2020-09-16 19:07:43.777 - info: host.iobroker2020 starting 4 instances
                                        2020-09-16 19:07:43.793 - info: host.iobroker2020 instance system.adapter.admin.0 started with pid 1235
                                        2020-09-16 19:07:44.952 - error: admin.0 (1235) admin.0 invalid process id scenario 111 vs. own ID 1235. Stopping
                                        2020-09-16 19:07:44.955 - info: admin.0 (1235) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2020-09-16 19:07:45.471 - error: host.iobroker2020 instance system.adapter.admin.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
                                        2020-09-16 19:07:45.471 - info: host.iobroker2020 Do not restart adapter system.adapter.admin.0 because desired by instance
                                        2020-09-16 19:07:47.785 - info: host.iobroker2020 instance system.adapter.admin.1 started with pid 1246
                                        2020-09-16 19:07:48.938 - error: admin.1 (1246) admin.1 invalid process id scenario 1006 vs. own ID 1246. Stopping
                                        2020-09-16 19:07:48.941 - info: admin.1 (1246) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2020-09-16 19:07:49.453 - error: host.iobroker2020 instance system.adapter.admin.1 terminated by request of the instance itself and will not be restarted, before user restarts it.
                                        2020-09-16 19:07:49.454 - info: host.iobroker2020 Do not restart adapter system.adapter.admin.1 because desired by instance
                                        2020-09-16 19:07:51.785 - info: host.iobroker2020 instance system.adapter.discovery.0 started with pid 1257
                                        2020-09-16 19:07:52.483 - error: discovery.0 (1257) discovery.0 invalid process id scenario 126 vs. own ID 1257. Stopping
                                        2020-09-16 19:07:52.486 - info: discovery.0 (1257) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2020-09-16 19:07:53.002 - error: host.iobroker2020 instance system.adapter.discovery.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
                                        2020-09-16 19:07:53.003 - info: host.iobroker2020 Do not restart adapter system.adapter.discovery.0 because desired by instance
                                        2020-09-16 19:07:55.786 - info: host.iobroker2020 instance system.adapter.info.0 started with pid 1268
                                        2020-09-16 19:07:57.025 - error: info.0 (1268) info.0 invalid process id scenario 141 vs. own ID 1268. Stopping
                                        2020-09-16 19:07:57.028 - info: info.0 (1268) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                                        2020-09-16 19:07:57.538 - error: host.iobroker2020 instance system.adapter.info.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
                                        2020-09-16 19:07:57.539 - info: host.iobroker2020 Do not restart adapter system.adapter.info.0 because desired by instance"

                                        Glasfaser 1 Reply Last reply Reply Quote 0
                                        • Glasfaser
                                          Glasfaser @iobroker_Rainer last edited by

                                          @iobroker_Rainer sagte in Admin-Oberfläche nicht verfügbar nach Neuinstallation:

                                          2020-09-16 19:07:43.394 - info: host.iobroker2020 ip addresses: 172.17.0.2

                                          wo kommt eigentlich diese IP her !?

                                          iobroker_Rainer 1 Reply Last reply Reply Quote 0
                                          • iobroker_Rainer
                                            iobroker_Rainer @Glasfaser last edited by

                                            @Glasfaser gute Frage. Ich habe in den letzten Tagen in meiner alten - noch funktionierenden Installation mit node-red und selenium experimentiert. Da ist sie mir auch zum ersten Mal aufgefallen. War mit einer der Gründe, warum ich das System neu aufsetzen wollte, damit potentiell alter Kruscht mal wieder gelöscht wird. Ist mir ein Rätsel, woher sie kommt.

                                            Glasfaser 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

                                            908
                                            Online

                                            32.0k
                                            Users

                                            80.4k
                                            Topics

                                            1.3m
                                            Posts

                                            docker buanet admin
                                            4
                                            43
                                            1920
                                            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