Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. [gelöst] Admin@3.3.2 keine Admin Seite

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    [gelöst] Admin@3.3.2 keine Admin Seite

    This topic has been deleted. Only users with topic management privileges can see it.
    • kmxak
      kmxak Most Active last edited by

      Guten Abend,

      ich bekomme die neuste Admin Version nicht installiert.

      Die Webseite baut dann keine Verbindung mehr auf. Ich habe es schon über das Admin Interface und über Putty probiert allerdings beides ohne Erfolg.

      Admin wird auch gestartet aber bekomme keine Verbindung.

      Habe nun erst ein downgrade gemacht damit läuift es direkt.

      Kann den Fehler sonst noch wer reproduzieren?

      1 Reply Last reply Reply Quote 0
      • F
        fred23 last edited by

        Nach dem Ugrade des Admin-Adapters auf 3.3.2 startet der Admin-Adapter nicht mehr.

        im Log kommen folgende Fehlermeldungen:

        ! 2018-03-15 03:35:25.218 - info: host.ioBroker2 instance system.adapter.admin.0 started with pid 5692
        ! 2018-03-15 03:35:25.324 - error: Caught by controller[0]: /opt/iobroker/node_modules/iobroker.admin/lib/socket.js:1225
        ! 2018-03-15 03:35:25.324 - error: Caught by controller[0]: }
        ! 2018-03-15 03:35:25.324 - error: Caught by controller[0]: ^
        ! 2018-03-15 03:35:25.324 - error: Caught by controller[0]: SyntaxError: missing ) after argument list
        ! 2018-03-15 03:35:25.324 - error: Caught by controller[0]: at createScript (vm.js:80:10)
        ! 2018-03-15 03:35:25.324 - error: Caught by controller[0]: at Object.runInThisContext (vm.js:139:10)
        ! 2018-03-15 03:35:25.324 - error: Caught by controller[0]: at Module._compile (module.js:607:28)
        ! 2018-03-15 03:35:25.324 - error: Caught by controller[0]: at Object.Module._extensions..js (module.js:654:10)
        ! 2018-03-15 03:35:25.324 - error: Caught by controller[0]: at Module.load (module.js:556:32)
        ! 2018-03-15 03:35:25.324 - error: Caught by controller[0]: at tryModuleLoad (module.js:499:12)
        ! 2018-03-15 03:35:25.325 - error: Caught by controller[0]: at Function.Module._load (module.js:491:3)
        ! 2018-03-15 03:35:25.325 - error: Caught by controller[0]: at Module.require (module.js:587:17)
        ! 2018-03-15 03:35:25.325 - error: Caught by controller[0]: at require (internal/module.js:11:18)
        ! 2018-03-15 03:35:25.325 - error: Caught by controller[0]: at Object. <anonymous>(/opt/iobroker/node_modules/iobroker.admin/main.js:8:19)
        ! 2018-03-15 03:35:25.325 - error: host.ioBroker2 instance system.adapter.admin.0 terminated with code 1 ()
        ! 2018-03-15 03:35:25.325 - info: host.ioBroker2 Restart adapter system.adapter.admin.0 because enabled
        ! 2018-03-15 03:35:27.787 - info: vis.0 starting. Version 1.1.2 in /opt/iobroker/node_modules/iobroker.vis, node: v8.9.4</anonymous> danach bin ich wieder auf die Version 3.3.1 zurückgegangen und alles ist wieder ok.

        Der Downgrade ist nur noch in einer shell möglich, da ja die Weboberfläche nicht mehr angezeigt wird.

        Mein Vorgehen.

        iobroker stop admin

        iobroker del admin

        npm install -g iobroker.admin@3.3.1

        mv /usr/lib/node_modules/iobroker.admin /opt/iobroker/node_modules/

        iobroker upload admin

        iobroker add admin

        iobroker start admin

        danach im Log:

        ! 2018-03-15 03:38:30.943 - info: host.ioBroker2 object change system.adapter.admin.0
        ! 2018-03-15 03:38:30.968 - info: host.ioBroker2 instance system.adapter.admin.0 started with pid 5920
        ! 2018-03-15 03:38:31.473 - info: admin.0 starting. Version 3.3.1 in /opt/iobroker/node_modules/iobroker.admin, node: v8.9.4
        ! 2018-03-15 03:38:31.522 - info: admin.0 requesting all states
        ! 2018-03-15 03:38:31.523 - info: admin.0 requesting all objects
        ! 2018-03-15 03:38:32.473 - info: admin.0 received all states
        ! 2018-03-15 03:38:33.001 - info: admin.0 received all objects
        ! 2018-03-15 03:38:33.067 - info: admin.0 http server listening on port 8081
        ! 2018-03-15 03:38:33.067 - info: admin.0 Use link "http://localhost:8081" to configure.
        ! 2018-03-15 03:38:33.175 - info: admin.0 Request actual repository…
        ! 2018-03-15 03:38:33.185 - info: host.ioBroker2 Update repository "latest" under "http://download.iobroker.net/sources-dist-latest.json"
        ! 2018-03-15 03:38:34.004 - info: admin.0 Repository received successfully. mein System ist ein Linux 4.9.0-6-amd64 #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02) x86_64 GNU/Linux

        1 Reply Last reply Reply Quote 0
        • F
          fred23 last edited by

          Hallo, ich bin neu hier im Forum.

          Ich habe das gleiche Problem.

          Leider habe ich deinen Post erst gesehen, nachdem ich einen neuen erstellt hatte.

          Ich bin auch auf die Version 3.3.1 zurück und alles ist wieder gut.

          Laut Log ein Syntaxfehler in /opt/iobroker/node_modules/iobroker.admin/lib/socket.js:1225

          siehe Post: MOD-Edit by eric2905, Link entfernt, da Themen zusammengelegt

          Grüße Fredi.

          1 Reply Last reply Reply Quote 0
          • eric2905
            eric2905 last edited by

            Moin,

            ich habe beide Threads mal zusammengefügt.

            Gruß,

            Eric

            1 Reply Last reply Reply Quote 0
            • Bluefox
              Bluefox last edited by

              Bitte .3.3.3 benutzen

              1 Reply Last reply Reply Quote 0
              • F
                fred23 last edited by

                Guten Morgen,

                habe jetzt 3.3.3 installiert und läuft.

                Vielen Dank.

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

                  Wurde euch die Version als Update angeboten?

                  Wenn ja welchen Verwahrungsort habt ihr eingestellt?

                  1 Reply Last reply Reply Quote 0
                  • F
                    fred23 last edited by

                    Ja, die 3.3.2 wurde mir als update angeboten.

                    meine Verwahrungsorte sind:

                    1 latest http://download.iobroker.net/sources-dist-latest.json

                    2 default http://download.iobroker.net/sources-dist.json

                    1 Reply Last reply Reply Quote 0
                    • kmxak
                      kmxak Most Active last edited by

                      3.3.3 hat das Problem gelöst.

                      Danke Bluefox!

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

                      Support us

                      ioBroker
                      Community Adapters
                      Donate

                      874
                      Online

                      31.6k
                      Users

                      79.5k
                      Topics

                      1.3m
                      Posts

                      5
                      9
                      790
                      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