Closed CC1337 closed 3 years ago
connect ECONNREFUSED 127.0.0.1:9001
actually means that your ioBroker instance is not reachable. Please deactivate jarvis and restart ioBroker. Is it running then?
It is always running after iobroker restart (I restart the docker container). For a while. Today max 5 hrs, usually a week since some weeks. Then it crashes which shows up in iobroker logs as port 9000 and 9001 is dead. And in docker container logs I see segmentation fault. Will copy it next time. After restart also with activated jarvis it is running first, so I cannot really blame jarvis alone.
/opt/scripts/iobroker_startup.sh: line 173: 414 Segmentation fault (core dumped) gosu root node node_modules/iobroker.js-controller/controller.js
2020-11-28 16:56:08.434 - [32minfo[39m: web.0 (500) <==Disconnect system.user.admin from ::ffff:192.168.0.100
2020-11-28 16:56:08.827 - [32minfo[39m: web.0 (500) ==>Connected system.user.admin from ::ffff:192.168.0.100
2020-11-28 16:56:16.343 - [31merror[39m: hm-rpc.0 (639) read ECONNRESET
2020-11-28 16:56:16.361 - [31merror[39m: kodi.2 (879) read ECONNRESET
2020-11-28 16:56:16.356 - [31merror[39m: deconz.0 (673) read ECONNRESET
2020-11-28 16:56:16.377 - [31merror[39m: owfs.0 (517) read ECONNRESET
2020-11-28 16:56:16.391 - [31merror[39m: admin.0 (437) read ECONNRESET
I might have to stop the web adapter as well... as jarvis is still reachable if I only stop its instance
@CC1337 hast du das lösen können?
Hi, nicht wirklich. Ich hatte jarvis nochmal upgraded, in den letzten Wochen gab es keine Crashes mehr. Hatte sonst nicht viel geändert. Kanns noch nicht mit Sicherheit sagen. Ich denke du kannst das Ticket erstmal schließen wenn sonst niemand ein Problem hatte (So ein Ticket hilft ja auch Leute zu triggern falls sie das auch haben). Denke aber es war kein jarvis issue.
Hi @Zefau, ich habe in den letzten Tagen vermehrt mit jarvis gearbeitet und bin mir dadurch jetzt ziemlich sicher, dass die Crashes mit dem Aufruf der jarvis UI in Zusammenhang stehen. Nicht einmal notwendigerweise dem Speichern einer Config. Ich habe mal das node modul segfault-handler installiert, aber leider nicht wirklich brauchbare stacktraces erhalten:
PID 455 received SIGSEGV for address: 0x4
/opt/iobroker/node_modules/segfault-handler/build/Release/segfault-handler.node$
/lib/arm-linux-gnueabihf/libc.so.6(+0x25cb0)[0xf77fbcb0]
Kannst du mir sagen, wie ich ggf. detaillierteres Logging seitens webserver Adapter oder jarvis Adapter aktivieren/einbauen kann, um evtl. heraus zu finden, bei welcher Aktion das passiert? Vielleicht ist ja einfach ein bestimmter state typ/Wert verantwortlich, weshalb das so unregelmäßig reproduzierbar ist. Das Muster ist inzwischen aber, wenn ich jarvis nicht aufrufe, scheint es keinen Absturz zu geben. Vielleicht wird einfach etwas am iobroker abgefragt/ausgelöst, das dann zum Absturz führt.
EDIT: jarvis 2.1.0-rc.5
wie sieht's mit v3 aus?
Versions
Describe the bug Some days after I installed jarvis, iobroker crashed with segmentation fault in logs (docker, not iobroker internal). I am using the buanet image on rpi4 4GB. It never crashed before BUT it could have been any adapter update, hardware etc. But since I updated to latest jarvis yesterda to verify a bugfix, I had 3 crashes in 16 hours. Either it's pure coincidence, or something got worse for me. While it crashed the iobroker was either updating fuel prices using tankerkoenig, or measuring owfs temperatures. For verification I stopped both and it now also crashed without them. Suspicious here: in 80% of the cases the las log line before the state db seems to crash, I was calling jarvis e.g. from my phone.
I am not sure how to track it down more... any suggestions welcome. For now I will disable jarvis and see if that helps.
Screenshots
(above I also stopped node-red manually)