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. [gelöst] Admin@3.3.2 keine Admin Seite

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    702

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

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

[gelöst] Admin@3.3.2 keine Admin Seite

Scheduled Pinned Locked Moved Error/Bug
9 Posts 5 Posters 1.1k Views
  • 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.
  • kmxakK Offline
    kmxakK Offline
    kmxak
    Most Active
    wrote on last edited by
    #1

    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?

    Gruß Alex

    1 Reply Last reply
    0
    • F Offline
      F Offline
      fred23
      wrote on last edited by
      #2

      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

      RaspMatic auf Raspi 3+

      ioBroker auf einem Qnap-VM-Server unter Debian 4.9

      1 Reply Last reply
      0
      • F Offline
        F Offline
        fred23
        wrote on last edited by
        #3

        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.

        RaspMatic auf Raspi 3+

        ioBroker auf einem Qnap-VM-Server unter Debian 4.9

        1 Reply Last reply
        0
        • eric2905E Offline
          eric2905E Offline
          eric2905
          wrote on last edited by
          #4

          Moin,

          ich habe beide Threads mal zusammengefügt.

          Gruß,

          Eric

          Roses are red, violets are blue,

          if I listen to metal, my neighbours do too

          1 Reply Last reply
          0
          • BluefoxB Offline
            BluefoxB Offline
            Bluefox
            wrote on last edited by
            #5

            Bitte .3.3.3 benutzen

            1 Reply Last reply
            0
            • F Offline
              F Offline
              fred23
              wrote on last edited by
              #6

              Guten Morgen,

              habe jetzt 3.3.3 installiert und läuft.

              Vielen Dank.

              RaspMatic auf Raspi 3+

              ioBroker auf einem Qnap-VM-Server unter Debian 4.9

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

                Wurde euch die Version als Update angeboten?

                Wenn ja welchen Verwahrungsort habt ihr eingestellt?

                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
                • F Offline
                  F Offline
                  fred23
                  wrote on last edited by
                  #8

                  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

                  RaspMatic auf Raspi 3+

                  ioBroker auf einem Qnap-VM-Server unter Debian 4.9

                  1 Reply Last reply
                  0
                  • kmxakK Offline
                    kmxakK Offline
                    kmxak
                    Most Active
                    wrote on last edited by
                    #9

                    3.3.3 hat das Problem gelöst.

                    Danke Bluefox!

                    Gruß Alex

                    1 Reply Last reply
                    0

                    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                    With your input, this post could be even better 💗

                    Register Login
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    Support us

                    ioBroker
                    Community Adapters
                    Donate

                    593

                    Online

                    32.7k

                    Users

                    82.6k

                    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