NEWS
info Adapter: Cannot read property 'log' of undefined
ioBroker Allgemein
4
Beiträge
2
Kommentatoren
474
Aufrufe
2
Watching
-
Hallo,
seit neustem stürzt mein info-Adapter ab. Er sucht wohl ein log-Objekt was er nicht hat. Hier der Fehler:2022-06-25 17:51:33.300 - error: host.xxxx-Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/usr/local/iobroker/iobroker-data/objects.jsonl"! 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[0]: dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[0]: Referenced from: /usr/local/bin/node (which was built for Mac OS X 10.15) 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[0]: Expected in: /usr/lib/libSystem.B.dylib 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[0]: dyld: Symbol not found: ____chkstk_darwin 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[0]: Referenced from: /usr/local/bin/node (which was built for Mac OS X 10.15) 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[0]: Expected in: /usr/lib/libSystem.B.dylib 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[1]: /usr/local/iobroker/node_modules/iobroker.info/main.js:88 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[1]: adapter.log.error("Could not check npm version: " + e); 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[1]: ^ 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: TypeError: Cannot read property 'log' of undefined 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: at getSystemVersions (/usr/local/iobroker/node_modules/iobroker.info/main.js:88:11) 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: at Object. (/usr/local/iobroker/node_modules/iobroker.info/main.js:57:18) 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: at Module._compile (internal/modules/cjs/loader.js:1085:14) 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10) 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: at Module.load (internal/modules/cjs/loader.js:950:32) 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: at Function.Module._load (internal/modules/cjs/loader.js:790:12) 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12) 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: at internal/main/run_main_module.js:17:47 2022-06-25 17:51:33.412 - error: host.xxxx instance system.adapter.info.0 terminated with code 1 (JS_CONTROLLER_STOPPED)``` Ich habe - jsController 4.0.23 - info-Adapter 1.9.19 Gruss, Fogg -
Hallo,
seit neustem stürzt mein info-Adapter ab. Er sucht wohl ein log-Objekt was er nicht hat. Hier der Fehler:2022-06-25 17:51:33.300 - error: host.xxxx-Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/usr/local/iobroker/iobroker-data/objects.jsonl"! 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[0]: dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[0]: Referenced from: /usr/local/bin/node (which was built for Mac OS X 10.15) 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[0]: Expected in: /usr/lib/libSystem.B.dylib 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[0]: dyld: Symbol not found: ____chkstk_darwin 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[0]: Referenced from: /usr/local/bin/node (which was built for Mac OS X 10.15) 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[0]: Expected in: /usr/lib/libSystem.B.dylib 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[1]: /usr/local/iobroker/node_modules/iobroker.info/main.js:88 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[1]: adapter.log.error("Could not check npm version: " + e); 2022-06-25 17:51:33.411 - error: host.xxxx Caught by controller[1]: ^ 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: TypeError: Cannot read property 'log' of undefined 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: at getSystemVersions (/usr/local/iobroker/node_modules/iobroker.info/main.js:88:11) 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: at Object. (/usr/local/iobroker/node_modules/iobroker.info/main.js:57:18) 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: at Module._compile (internal/modules/cjs/loader.js:1085:14) 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10) 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: at Module.load (internal/modules/cjs/loader.js:950:32) 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: at Function.Module._load (internal/modules/cjs/loader.js:790:12) 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12) 2022-06-25 17:51:33.412 - error: host.xxxx Caught by controller[1]: at internal/main/run_main_module.js:17:47 2022-06-25 17:51:33.412 - error: host.xxxx instance system.adapter.info.0 terminated with code 1 (JS_CONTROLLER_STOPPED)``` Ich habe - jsController 4.0.23 - info-Adapter 1.9.19 Gruss, FoggDas ganze läuft auf? MacOS?
Da scheinen mir unpassende Versionen installiert zu sein. -
Das ganze läuft auf? MacOS?
Da scheinen mir unpassende Versionen installiert zu sein.@thomas-braun Ja, auf einem recht alten Mac Mini. Ging bis jetzt ganz gut, vermutlich das letzte Update was schief lief.
-
@thomas-braun Ja, auf einem recht alten Mac Mini. Ging bis jetzt ganz gut, vermutlich das letzte Update was schief lief.
Da wird wohl nodejs gegen eine geänderte ABI gebaut werden müssen.
/usr/local/bin/node (which was built for Mac OS X 10.15)