Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [Diskussion] js-controller 1.5.7 im Latest Repository

    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

    [Diskussion] js-controller 1.5.7 im Latest Repository

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

      @ltsalvatore Dann versuch doch mal den Installations Fixer ... Wenn es immer nich ist danach dann komisch und muss man prüfen

      L 1 Reply Last reply Reply Quote 0
      • L
        ltsalvatore @apollon77 last edited by

        @apollon77 sagte in [Diskussion] js-controller 1.5.7 im Latest Repository:

        @ltsalvatore Dann versuch doch mal den Installations Fixer ... Wenn es immer nich ist danach dann komisch und muss man prüfen

        würde ich gerne, aber:


        root@shsrv:/home/iobroker# curl -sL https://raw.githubusercontent.com/ioBroker/ioBroker/stable-installer/fix_installation.sh | bash -
        ioBroker or some processes are still running:
        io.web.0
        io.backitup.0
        io.discovery.0
        io.email.0
        io.email.1
        io.mihome.0
        io.rpi2.0
        io.tankerkoenig.0
        io.javascript.0
        io.snmp.0
        io.proxmox.0
        Please stop them first and try again!
        root@shsrv:/home/iobroker#
        root@shsrv:/home/iobroker# iobroker stop
        iobroker controller daemon is not running
        root@shsrv:/home/iobroker# iobroker start
        Starting iobroker controller daemon...
        iobroker controller daemon failed to start: 2
        Error: 2
        root@shsrv:/home/iobroker# iobroker stop
        Stopping iobroker controller daemon...
        iobroker controller daemon stopped.
        No "killall.sh" script found. Just stop.
        root@shsrv:/home/iobroker# curl -sL https://raw.githubusercontent.com/ioBroker/ioBroker/stable-installer/fix_installation.sh | bash -
        ioBroker or some processes are still running:
        io.web.0
        Please stop them first and try again!
        root@shsrv:/home/iobroker# iobroker stop web.0
        Adapter "web.0" stopped.
        root@shsrv:/home/iobroker# curl -sL https://raw.githubusercontent.com/ioBroker/ioBroker/stable-installer/fix_installation.sh | bash -
        ioBroker or some processes are still running:
        io.web.0
        Please stop them first and try again!
        root@shsrv:/home/iobroker# iobroker stop web.0
        Adapter "web.0" stopped.
        root@shsrv:/home/iobroker# curl -sL https://raw.githubusercontent.com/ioBroker/ioBroker/stable-installer/fix_installation.sh | bash -
        ioBroker or some processes are still running:
        io.web.0
        Please stop them first and try again!
        root@shsrv:/home/iobroker#

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

          Dann mit "ps auxww|grep io" die Prozess-ID raussuchen und mit "sudo kill -9 <prozess-ID>" killen

          1 Reply Last reply Reply Quote 1
          • Dr. Bakterius
            Dr. Bakterius Most Active @apollon77 last edited by

            @apollon77 Ich habe das jetzt neu probiert. Diesmal habe ich folgende Befehle beim Upgrade abgesetzt:

            cd /opt/iobroker
            iobroker stop
            iobroker update
            iobroker upgrade self
            iobroker start
            

            Also so wie in der Beschreibung aber ohne 'sudo'.

            Jetzt läuft alles, auch der amazon-dash - Adapter.

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

              Ich habe jetzt auch mal versucht auf einem meiner Slaves das Update zu machen.

              Leider läuft danach der Javascript Adapter 3.6.4 nicht mehr.

              Zum Ablauf:

              Node, Nodejs, NPM vorgestern oder war es gestern upgedated:

              pi@iobroker-garage-gross:/opt/iobroker $ iobroker start
              pi@iobroker-garage-gross:/opt/iobroker $ node -v
              v10.15.2
              pi@iobroker-garage-gross:/opt/iobroker $ nodejs -v
              v10.15.2
              pi@iobroker-garage-gross:/opt/iobroker $ npm -v
              6.4.1
              pi@iobroker-garage-gross:/opt/iobroker $
              

              Dann den fixer benutzt.

              Danach lief ja wie in einem anderen Thread von mir zu lesen der Modbus Adapter nicht mehr. Das konnte durch ein "npm rebuild" im Modbus Ordner gefixt werden.

              Heute dann, weil man ja laut Docu bei Node >10 den JS-Controller 1.5.7 nehmen soll mal versucht den ersten Slave upzudaten.

              Hier das logfile des updates:

              iobroker upgrade self
              Update js-controller from @1.4.2 to @1.5.7
              NPM version: 6.4.1
              npm install iobroker.js-controller@1.5.7 --unsafe-perm --production --save --prefix "/opt/iobroker" (System call)
              In file included from ../node_modules/nan/nan.h:192:0,
                               from ../src/epoll.cc:15:
              ../node_modules/nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’:
              ../node_modules/nan/nan_maybe_43_inl.h:112:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
                 return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
                             ^
              In file included from ../src/epoll.cc:15:0:
              ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’:
              ../node_modules/nan/nan.h:835:60: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated (declared at /home/iobroker/.node-gyp/10.15.2/include/node/node.h:176): Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                       v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                                          ^
              ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’:
              ../node_modules/nan/nan.h:850:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::String>, int, v8::Local<v8::Value>*)’ is deprecated (declared at /home/iobroker/.node-gyp/10.15.2/include/node/node.h:169): Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                       v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                                            ^
              ../node_modules/nan/nan.h: In function ‘v8::Local<v8::Value> Nan::MakeCallback(v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’:
              ../node_modules/nan/nan.h:865:62: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, const char*, int, v8::Local<v8::Value>*)’ is deprecated (declared at /home/iobroker/.node-gyp/10.15.2/include/node/node.h:162): Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                       v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                                            ^
              ../node_modules/nan/nan.h: In member function ‘v8::Local<v8::Value> Nan::Callback::Call_(v8::Isolate*, v8::Local<v8::Object>, int, v8::Local<v8::Value>*) const’:
              ../node_modules/nan/nan.h:1479:5: warning: ‘v8::Local<v8::Value> node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, v8::Local<v8::Function>, int, v8::Local<v8::Value>*)’ is deprecated (declared at /home/iobroker/.node-gyp/10.15.2/include/node/node.h:176): Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
                   ));
                   ^
              ../src/epoll.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Epoll::Add(Nan::NAN_METHOD_ARGS_TYPE)’:
              ../src/epoll.cc:210:44: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /home/iobroker/.node-gyp/10.15.2/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
                 int err = epoll->Add(info[0]->Int32Value(), info[1]->Int32Value());
                                                          ^
              ../src/epoll.cc:210:67: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /home/iobroker/.node-gyp/10.15.2/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
                 int err = epoll->Add(info[0]->Int32Value(), info[1]->Int32Value());
                                                                                 ^
              ../src/epoll.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Epoll::Modify(Nan::NAN_METHOD_ARGS_TYPE)’:
              ../src/epoll.cc:230:47: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /home/iobroker/.node-gyp/10.15.2/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
                 int err = epoll->Modify(info[0]->Int32Value(), info[1]->Int32Value());
                                                             ^
              ../src/epoll.cc:230:70: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /home/iobroker/.node-gyp/10.15.2/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
                 int err = epoll->Modify(info[0]->Int32Value(), info[1]->Int32Value());
                                                                                    ^
              ../src/epoll.cc: In static member function ‘static Nan::NAN_METHOD_RETURN_TYPE Epoll::Remove(Nan::NAN_METHOD_ARGS_TYPE)’:
              ../src/epoll.cc:247:47: warning: ‘int32_t v8::Value::Int32Value() const’ is deprecated (declared at /home/iobroker/.node-gyp/10.15.2/include/node/v8.h:2478): Use maybe version [-Wdeprecated-declarations]
                 int err = epoll->Remove(info[0]->Int32Value());
                                                             ^
              make: *** [Release/obj.target/epoll/src/epoll.o] Error 1
              gyp ERR! build error
              gyp ERR! stack Error: `make` failed with exit code: 2
              gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
              gyp ERR! stack     at ChildProcess.emit (events.js:189:13)
              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
              gyp ERR! System Linux 4.14.37-v7+
              gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
              gyp ERR! cwd /opt/iobroker/node_modules/epoll
              gyp ERR! node -v v10.15.2
              gyp ERR! node-gyp -v v3.8.0
              gyp ERR! not ok
              ../src/main.cpp: In function ‘Nan::NAN_METHOD_RETURN_TYPE GetDiskUsage(Nan::NAN_METHOD_ARGS_TYPE)’:
              ../src/main.cpp:26:71: warning: ‘v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)’ is deprecated (declared at /home/iobroker/.node-gyp/10.15.2/include/node/v8.h:2891): Use Isolate version [-Wdeprecated-declarations]
                       DiskUsage result = GetDiskUsage(*v8::String::Utf8Value(info[0]));
                                                                                     ^
              ../src/diskusage_posix.cpp: In function ‘DiskUsage GetDiskUsage(const char*)’:
              ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_bsize’ [-Wmissing-field-initializers]
                   struct statvfs info = {};
                                          ^
              ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_frsize’ [-Wmissing-field-initializers]
              ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_blocks’ [-Wmissing-field-initializers]
              ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_bfree’ [-Wmissing-field-initializers]
              ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_bavail’ [-Wmissing-field-initializers]
              ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_files’ [-Wmissing-field-initializers]
              ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_ffree’ [-Wmissing-field-initializers]
              ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_favail’ [-Wmissing-field-initializers]
              ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_fsid’ [-Wmissing-field-initializers]
              ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::__f_unused’ [-Wmissing-field-initializers]
              ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_flag’ [-Wmissing-field-initializers]
              ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::f_namemax’ [-Wmissing-field-initializers]
              ../src/diskusage_posix.cpp:10:28: warning: missing initializer for member ‘statvfs::__f_spare’ [-Wmissing-field-initializers]
              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: epoll@0.1.22 (node_modules/epoll):
              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: epoll@0.1.22 install: `node-gyp rebuild`
              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
              
              Host "iobroker-garage-gross" (linux) updated
              Execute: chmod -R 777 /opt/iobroker
              Chmod finished. Restart controller
              Starting node restart.js
              pi@iobroker-garage-gross:/opt/iobroker $
              
              

              Nach erfolgtem Update lässt sich zwar ioBroker starten aber die beiden Installierten Adapter starten nicht automatisch mit bzw. neu.

              Modbus lässt sich durch einen restart zum leben erwecken aber der Javascript Adapter bleibt rot und im iobroker log kommt trotz das der Javascript Adapter auf Debug steht nicht mehr als das hier:

              2019-03-06 16:34:35.335  - info: host.iobroker-garage-gross iobroker.js-controller version 1.5.7 js-controller starting
              2019-03-06 16:34:35.342  - info: host.iobroker-garage-gross Copyright (c) 2014-2018 bluefox, 2014 hobbyquaker
              2019-03-06 16:34:35.342  - info: host.iobroker-garage-gross hostname: iobroker-garage-gross, node: v10.15.2
              2019-03-06 16:34:35.345  - info: host.iobroker-garage-gross ip addresses: 192.168.178.71 fe80::9aa6:189e:d7ed:4cca
              2019-03-06 16:34:35.500  - info: host.iobroker-garage-gross InMemoryDB 192.168.178.18:9001 connected
              2019-03-06 16:34:35.794  - info: Delete state "system.host.iobroker-garage-gross.cpu"
              2019-03-06 16:34:37.236  - info: Some obsolete host states deleted.
              2019-03-06 16:35:10.311  - info: host.iobroker-garage-gross object change system.adapter.modbus.4
              2019-03-06 16:35:10.341  - info: host.iobroker-garage-gross instance system.adapter.modbus.4 started with pid 7267
              2019-03-06 16:35:11.579  - info: modbus.4 starting. Version 2.0.9 in /opt/iobroker/node_modules/iobroker.modbus, node: v10.15.2
              2019-03-06 16:35:12.647  - info: modbus.4 Connected to slave
              2019-03-06 16:35:15.703  - info: host.iobroker-garage-gross object change system.adapter.javascript.2
              2019-03-06 16:35:15.755  - info: host.iobroker-garage-gross instance system.adapter.javascript.2 started with pid 7283
              
              
              

              Im Host wird mir auch nicht angezeigt das der Slave auf 1.5.7 läuft, trotz refresh, reload etc.:

              4974e23c-9093-4248-abe6-8c9744dd615d-image.png

              pi@iobroker-garage-gross:/opt/iobroker $ iobroker -v
              1.5.7
              
              

              Noch jemand einen Hinweis was ich machen kann um zumindest den Javascript Adapter wieder zum laufen zu bekommen bevor ich einen downgrade auf JS-Controller 1.4.2 mache ?

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

                Mit controller 1.5.7 brauchst Du javascript 3.6.5

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

                  Komisch... auf meinem Host mit JS 3.6.4 un JS-Controller habe ich kein Problem mit Javascript Adapter und den Scripten ansich. Auf dem Host lief allerdings der Fixer nicht.

                  Werde ich mal auf 3.6.5 gehen und dann den Slave auf 1.5.7 updaten.

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

                    Der Fehler im javascript ist nur relevant wenn du formatDate verwendest ... also vllt liegt es daran

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

                      ok.

                      Das ist möglich.

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

                        @wendy2702 sagte in [Diskussion] js-controller 1.5.7 im Latest Repository:

                        Werde ich mal auf 3.6.5 gehen und dann den Slave auf 1.5.7 updaten.

                        Update auf 3.6.5 gemacht, danach musste ich den Serialport neu installieren.

                        Nach anschließendem Update auf 1.5.7 läuft der Javascript Adapter weiter.

                        1 Reply Last reply Reply Quote 0
                        • P
                          Pman last edited by

                          Habe massive Probleme mit States, welche ich unter 1.4.2 innerhalb von Skripten mit "createState" erstellt habe. Zunächst werden diese gar nicht mehr angezeigt (habe sie z.B. unter javascript.1.<device>.<state>). Anscheinend sind die States aber noch da und nach einem downgrade auf 1.4.2 auch wieder sichtbar. Ich kann diese States unter 1.5.7 nicht mehr neu erstellen, sie bleiben unsichtbar. Überhaupt scheint es Probleme mit createState zu geben, neue States mit anderer Id waren bei mir auch nach kurzer Zeit wieder weg.
                          Da ich das alles auf einem Produktivsystem hatte, bin ich erstmal zu 1.4.2 zurück, für weitere Tests setze ich mir ggf. noch ein Testsystem auf.

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

                            Hi,

                            wie heissen die States denn so? Das in 1.5.7 einige Zeichen in State-IDs verboten wurden hast Du gesehen?

                            1 Reply Last reply Reply Quote 0
                            • P
                              Pman last edited by

                              schon klar, die haben nur ganz gewöhnliche Zeichen wie "javascript.1.Custom.Helios.Abluft"

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

                                Hm ... strange. Dann bitte mal issue im Github melden!

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

                                  Ich hänge mich hier mal dran,

                                  kann es sein dass seit dem Update auf 1.5.7 die Filterfunktion "Name" unter den Objekten nicht mehr funktioniert?.

                                  ID und die Anderen funktionieren nur wenn ich nach namen filtere bekomme ich nur den Kreis der sich endlos dreht?

                                  apollon77 1 Reply Last reply Reply Quote 0
                                  • apollon77
                                    apollon77 @Peoples last edited by

                                    @Peoples Du meinst im Admin? Kann damit an sich nicht zusammenhängen

                                    Peoples 1 Reply Last reply Reply Quote 0
                                    • Peoples
                                      Peoples @apollon77 last edited by

                                      @apollon77
                                      Ja genau das meinte ich, da ich beio einigen veralteten Adaptern die aktuellen Versionen installiert habe und dann auch den Controler auf die latest hochgezogen habe dacht ich dass es daran liegen könnte.
                                      Denn vor den Updates ging das noch

                                      Aber danke für die Info werde mal sehen was das sein kann

                                      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

                                      910
                                      Online

                                      31.9k
                                      Users

                                      80.1k
                                      Topics

                                      1.3m
                                      Posts

                                      js controller js-controller 1.5.7
                                      8
                                      30
                                      2565
                                      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