Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [gelöst] mal wieder: No connection to databases possible ...

    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

    [gelöst] mal wieder: No connection to databases possible ...

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

      @crunchip Guten Morgen,

      eigentlich wollte ich mein Backup-Problem lösen:
      Cannot create backup: RangeError: Invalid string length

      Ich kann leider nicht mehr nachvollziehen, was ich alles dazu versucht habe.
      Aktuell habe ich gerade Restore versucht:
      iobroker stop
      cd /opt/iobroker
      sudo tar -xzvf Backupname.tar.gz -C /opt/iobroker
      iobroker start

      natürlich mit einem gültigen Backupnamen. Das lief auch, allerdings danach weiterhin "No connection to database possible..."

      Mir ist folgendes aufgefallen in /opt/iobroker/iobroker-data
      es gibt die states.jsonl und die objects.jsonl mit jeweils 169,9 MiB und 167,8 MiB
      hießen die nicht sonst states.json und objects.json ?

      D AlCalzone 2 Replies Last reply Reply Quote 0
      • D
        DGR @DGR last edited by

        @dgr Ergänzung:
        Beim Restore kommen noch 3 Zeilen, mit denen ich nichts anfangen kann:
        tar: Ignoriere unbekanntes Schlüsselwort „SCHILY.dev“ für erweiterten Kopfteil
        tar: Ignoriere unbekanntes Schlüsselwort „SCHILY.ino“ für erweiterten Kopfteil
        tar: Ignoriere unbekanntes Schlüsselwort „SCHILY.nlink“ für erweiterten Kopfteil

        Ich nehme aber an, dass das mit dem Problem nichts zu tun hat.

        1 Reply Last reply Reply Quote 0
        • AlCalzone
          AlCalzone Developer @DGR last edited by

          @dgr sagte in mal wieder: No connection to databases possible ...:

          Mir ist folgendes aufgefallen in /opt/iobroker/iobroker-data
          es gibt die states.jsonl und die objects.jsonl mit jeweils 169,9 MiB und 167,8 MiB
          hießen die nicht sonst states.json und objects.json ?

          https://forum.iobroker.net/topic/52886/js-controller-4-0-x-jetzt-für-alle-user-im-stable
          Man lese den 1. Post, Informationen zur Version

          D 1 Reply Last reply Reply Quote 0
          • D
            DGR @AlCalzone last edited by

            @alcalzone Danke für den Hinweis auf die Änderung nach states.jsonl und die objects.jsonl
            Damit hat mein Problem also nichts zu tun.

            D 1 Reply Last reply Reply Quote 0
            • D
              DGR @DGR last edited by

              @dgr was mir leider völlig unklar ist: ich habe keine Ahnung, auf welche Datenbanken sich die Fehlernachricht bezieht. Das gesamte System habe ich vor Jahren nach Anleitung aus dem Netz installiert. Bisher lief eigentlich alles. Spezielle Datenbanken habe ich m.E. damals nicht installiert. Auf dem System habe ich mehrere redis-Verzeichnisse gefunden, u.a. :
              /opt/iobroker/node_modules/ioredis/built/redis vom 14.02.2022
              /opt/iobroker/node_modules/bottleneck/src/redis vom 27.09.2021
              sowie weitere in Sicherungsverzeichnissen vom 11.04.2021

              kann ich damit was anfangen/retten ?

              D 1 Reply Last reply Reply Quote 0
              • D
                DGR @DGR last edited by

                @dgr
                bei "No connection to databases possible ..." - wie bekommt man heraus, für welche Datenbank der Zugriff fehlt ?

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

                  @dgr sagte in mal wieder: No connection to databases possible ...:

                  Aktuell habe ich gerade Restore versucht:
                  iobroker stop
                  cd /opt/iobroker
                  sudo tar -xzvf Backupname.tar.gz -C /opt/iobroker

                  Das ist kein "Restore". Bei einem Restore nimmt man eine funktionierende Installation und nutzt ein Backup mit iob restore <Pfad zur Backupdatei>

                  Erstmal schauen ob eventuell wer anderes den Port belegt:

                  sudo netstat -tulpn | grep LISTEN
                  
                  D 1 Reply Last reply Reply Quote 0
                  • D
                    DGR @wendy2702 last edited by

                    @wendy2702
                    tut mir leid, ist nicht das korrekte Format:
                    sudo netstat -tulpn | grep LISTEN
                    tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 453/deCONZ
                    tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 637/lighttpd
                    tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 653/pihole-FTL
                    tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 599/sshd
                    tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 7997/cupsd
                    tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 453/deCONZ
                    tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 844/smbd
                    tcp 0 0 127.0.0.1:4711 0.0.0.0:* LISTEN 653/pihole-FTL
                    tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 844/smbd
                    tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN 572/vncserver-x11-c
                    tcp6 0 0 :::80 :::* LISTEN 637/lighttpd
                    tcp6 0 0 :::53 :::* LISTEN 653/pihole-FTL
                    tcp6 0 0 ::1:3350 :::* LISTEN 601/xrdp-sesman
                    tcp6 0 0 :::22 :::* LISTEN 599/sshd
                    tcp6 0 0 ::1:631 :::* LISTEN 7997/cupsd
                    tcp6 0 0 :::3389 :::* LISTEN 620/xrdp
                    tcp6 0 0 :::445 :::* LISTEN 844/smbd
                    tcp6 0 0 ::1:4711 :::* LISTEN 653/pihole-FTL
                    tcp6 0 0 :::139 :::* LISTEN 844/smbd
                    tcp6 0 0 :::5900 :::* LISTEN 572/vncserver-x11-c

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

                      @dgr sagte in mal wieder: No connection to databases possible ...:

                      vncserver-x11

                      Ähem... Räusper

                      D 1 Reply Last reply Reply Quote 0
                      • D
                        DGR @Thomas Braun last edited by

                        @thomas-braun Hallo,
                        vncserver wurde deinstalliert, reboot
                        Ergebnis:
                        sudo netstat -tulpn | grep LISTEN
                        tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 361/deCONZ
                        tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 687/lighttpd
                        tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 680/pihole-FTL
                        tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 599/sshd
                        tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 402/cupsd
                        tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 361/deCONZ
                        tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN 809/smbd
                        tcp 0 0 127.0.0.1:4711 0.0.0.0:* LISTEN 680/pihole-FTL
                        tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 2141/
                        tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 809/smbd
                        tcp6 0 0 :::80 :::* LISTEN 687/lighttpd
                        tcp6 0 0 :::53 :::* LISTEN 680/pihole-FTL
                        tcp6 0 0 ::1:3350 :::* LISTEN 624/xrdp-sesman
                        tcp6 0 0 :::22 :::* LISTEN 599/sshd
                        tcp6 0 0 ::1:631 :::* LISTEN 402/cupsd
                        tcp6 0 0 :::3389 :::* LISTEN 643/xrdp
                        tcp6 0 0 :::445 :::* LISTEN 809/smbd
                        tcp6 0 0 ::1:4711 :::* LISTEN 680/pihole-FTL
                        tcp6 0 0 :::139 :::* LISTEN 809/smbd

                        iobroker list instances
                        Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!

                        wendy2702 Thomas Braun 2 Replies Last reply Reply Quote 0
                        • wendy2702
                          wendy2702 @DGR last edited by

                          @dgr

                          Was ist aktuell eingestellt bei

                          iob setup custom
                          
                          D 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @DGR last edited by

                            @dgr sagte in mal wieder: No connection to databases possible ...:

                            vncserver wurde deinstalliert

                            Da läuft immer noch ein kompletter Desktop.
                            Mach den Mist aus. Vollständig.

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

                              @wendy2702
                              iob setup custom
                              Current configuration:

                              • Objects database:
                                • Type: jsonl
                                • Host/Unix Socket: 127.0.0.1
                                • Port: 9001
                              • States database:
                                • Type: jsonl
                                • Host/Unix Socket: 127.0.0.1
                                • Port: 9000
                              • Data Directory: ../../iobroker-data/

                              Type of objects DB [(j)sonl, (f)ile, (r)edis, ...], default [jsonl]:

                              j , danach:

                              Host / Unix Socket of states DB (jsonl), default[127.0.0.1]:

                              was wird hier für eine Eingabe erwartet ?
                              Enter gegeben, dann:

                              Port of states DB (jsonl), default[9000]:
                              Enter gegeben, dann:
                              Data directory (file), default[../../iobroker-data/]:
                              Hostname bestätigt
                              updating conf/iobroker.json

                              D 1 Reply Last reply Reply Quote 0
                              • D
                                DGR @Thomas Braun last edited by

                                @thomas-braun RDP beendet

                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • D
                                  DGR @DGR last edited by

                                  @dgr
                                  iobroker status
                                  No connection to databases possible ...

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

                                    @dgr

                                    Fahr die Kiste in RunLevel 3.

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

                                      Kannst du das mal auf „file“ stellen zum testen.

                                      D 1 Reply Last reply Reply Quote 0
                                      • D
                                        DGR last edited by

                                        @thomas-braun
                                        SSH-Konsole wird bei "runlevel" N 3 ausgegeben

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

                                          @wendy2702
                                          nach Bestätigung des Hostnamens kommt:
                                          This host appears to be a Master or a Single host system. Is this correct? [Y/n]

                                          Frage: Y oder n ? - wahrscheinlich Y ?

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

                                            @dgr Ist das denn ein Master?

                                            Hast du ein Master - Slave System ?

                                            D 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

                                            903
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            connection database
                                            7
                                            93
                                            10252
                                            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