Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. [erledigt] echarts geht nicht zu starten

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    [erledigt] echarts geht nicht zu starten

    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      Emi 0 @Thomas Braun last edited by

      @thomas-braun
      iobroker startet nicht mehr

      micros02@smartmeter:~ $ iob stop
      micros02@smartmeter:~ $ iob start
      micros02@smartmeter:~ $ iob status
      Server Cannot start inMem-states on port 9000: Failed to lock DB file "/opt/iobroker/iobroker-data/states.jsonl"!
      micros02@smartmeter:~ $
      
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @Emi 0 last edited by

        @emi-0

        Was hast du gemacht?

        ls -la /opt/iobroker/iobroker-data/states.jsonl
        
        iobroker stop
        iobroker fix
        
        E 2 Replies Last reply Reply Quote 0
        • E
          Emi 0 @Thomas Braun last edited by

          @thomas-braun
          mache gerade ein update für web von 3.4.16 auf 4.2.0
          dann probiere noch einmal einen Neustart von iobroker

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

            @emi-0 sagte in echarts geht nicht zu starten:

            mache gerade ein update für web von 3.4.16 auf 4.2.0

            Darauf hatte ich doch als erstes schon hingewiesen...

            E 1 Reply Last reply Reply Quote 0
            • E
              Emi 0 @Thomas Braun last edited by

              @thomas-braun
              ja, hatte ich leider überlesen

              1 Reply Last reply Reply Quote 0
              • E
                Emi 0 @Thomas Braun last edited by

                @thomas-braun
                iobroker läuft jetzt
                soll ich jetzt die 3 Befehle noch ausführen?

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

                  @emi-0

                  Wenn's läuft nicht unbedingt.
                  Was sagt:

                  iobroker status
                  iobroker update -u
                  sudo ln -s /usr/bin/node /usr/bin/nodejs
                  which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                  
                  E 1 Reply Last reply Reply Quote 0
                  • E
                    Emi 0 @Thomas Braun last edited by

                    @thomas-braun

                    micros02@smartmeter:~ $ iobroker status
                     Unable to increase LUA script timeout: Connection is closed.
                     Cannot determine Set feature status: Connection is closed.
                    Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
                    micros02@smartmeter:~ $
                    
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @Emi 0 last edited by

                      @emi-0 sagte in echarts geht nicht zu starten:

                      /opt/iobroker/iobroker-data/objects.jsonl

                      sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
                      
                      E 1 Reply Last reply Reply Quote 0
                      • E
                        Emi 0 @Thomas Braun last edited by

                        @thomas-braun

                        micros02@smartmeter:~ $ sudo lsof /opt/iobroker/iobroker-data/objects.jsonl
                        sudo: lsof: command not found
                        micros02@smartmeter:~ $
                        
                        
                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @Emi 0 last edited by

                          @emi-0

                          sudo apt update
                          sudo apt install lsof
                          
                          E 1 Reply Last reply Reply Quote 0
                          • E
                            Emi 0 @Thomas Braun last edited by

                            @thomas-braun
                            hat etwas länger gedauert, weil PUTTY abgeschmiert war

                            micros02@smartmeter:~ $ sudo apt update
                            Get:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]
                            Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]
                            Get:3 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB]
                            Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [264 kB]
                            Fetched 13.5 MB in 51s (266 kB/s)
                            Reading package lists... Done
                            Building dependency tree... Done
                            Reading state information... Done
                            4 packages can be upgraded. Run 'apt list --upgradable' to see them.
                            micros02@smartmeter:~ $ sudo apt install lsof
                            Reading package lists... Done
                            Building dependency tree... Done
                            Reading state information... Done
                            The following NEW packages will be installed:
                              lsof
                            0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
                            Need to get 308 kB of archives.
                            After this operation, 449 kB of additional disk space will be used.
                            Get:1 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf lsof armhf 4.93.2+dfsg-1.1 [308 kB]
                            Fetched 308 kB in 2s (183 kB/s)
                            Selecting previously unselected package lsof.
                            (Reading database ... 53331 files and directories currently installed.)
                            Preparing to unpack .../lsof_4.93.2+dfsg-1.1_armhf.deb ...
                            Unpacking lsof (4.93.2+dfsg-1.1) ...
                            Setting up lsof (4.93.2+dfsg-1.1) ...
                            Processing triggers for man-db (2.9.4-2) ...
                            micros02@smartmeter:~ $
                            
                            Was tue ich jetzt?
                            
                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Emi 0 last edited by

                              @emi-0

                              Jetzt nimmst du die 4 Updates auch noch mit:

                              sudo apt full-upgrade
                              sudo reboot
                              

                              Wenn es dann immer noch klemmt schauen wir je nach Meldung weiter.

                              E 1 Reply Last reply Reply Quote 0
                              • E
                                Emi 0 @Thomas Braun last edited by

                                @thomas-braun

                                ich habe irgendein Problem mit PUTTY wenn ich sudo reboot eingebe:

                                echarts_03.JPG

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

                                  @emi-0

                                  Ich nutze kein Knetgummi (putty). Verbindung nochmal neuaufbauen? Bei den vier Updates dürfte auch openssl dabei gewesen sein.

                                  E 1 Reply Last reply Reply Quote 0
                                  • E
                                    Emi 0 @Thomas Braun last edited by

                                    @thomas-braun

                                    habe ich jetzt schon 3x gemacht.
                                    Gibt es etwas besseres als putty?

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

                                      @emi-0

                                      Ich verwende die PowerShell 7.2.2.

                                      E 1 Reply Last reply Reply Quote 0
                                      • E
                                        Emi 0 @Thomas Braun last edited by

                                        @thomas-braun

                                        ok. Werde ich morgen ausprobieren.
                                        Melde mich dann wieder.
                                        Vielen Dank erstmal und schönen Abend

                                        1 Reply Last reply Reply Quote 0
                                        • da_Woody
                                          da_Woody @Emi 0 last edited by

                                          @emi-0 nu, wenn du das teil rebootest, verliert putty logischerweise die verbindung. du kannst danach mit rechtsklick in der titelleiste restart session nehmen.

                                          Gibt es etwas besseres als putty?

                                          da gibts einiges... bin vor kurzem wieder auf MobaXterm gestossen. mächtig, kann viel. sicher teilweise überpowert, aber man kann damit halt auch viel mehr anstellen.

                                          E 1 Reply Last reply Reply Quote 0
                                          • E
                                            Emi 0 @da_Woody last edited by

                                            @da_woody
                                            Inzwischen scheint echarts zu funktionieren.
                                            Obwohl ich nichts mehr unternommen hatte.
                                            Also ist das Problem beseitigt.
                                            Danke an alle, die mit gewirkt haben.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            969
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            27
                                            1328
                                            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