Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instance shutting down after all information have been collected #161

Closed
1 of 2 tasks
mwolff65 opened this issue Oct 27, 2023 · 8 comments
Closed
1 of 2 tasks

Instance shutting down after all information have been collected #161

mwolff65 opened this issue Oct 27, 2023 · 8 comments
Labels
invalid This doesn't seem right

Comments

@mwolff65
Copy link

mwolff65 commented Oct 27, 2023

The problem

Die Instanz wird gestartet und verarbeitet auch die Geburtstage und beendet die Instanz ohne Fehler bis zum nächsten Timer Aber nach einer gewissen Zeit beendet sich die Instanz endgültig undicht werde aus dem log nicht schlau.
Das log:

2023-10-28 00:02:19.561  - ^[[34mdebug^[[39m: birthdays.0 (1116306) [onReady] Everything done
2023-10-28 00:02:19.561  - ^[[34mdebug^[[39m: birthdays.0 (1116306) [onReady] Finally shutting down
2023-10-28 00:02:19.562  - ^[[34mdebug^[[39m: birthdays.0 (1116306) cleaned everything up...
2023-10-28 00:02:19.612  - ^[[32minfo^[[39m: birthdays.0 (1116306) Terminated (NO_ERROR): Without reason
2023-10-28 00:02:48.129  - ^[[32minfo^[[39m: host.iobroker instance "system.adapter.birthdays.0" disabled via .alive
2023-10-28 00:02:48.241  - ^[[32minfo^[[39m: host.iobroker "system.adapter.birthdays.0" disabled
2023-10-28 00:02:48.241  - ^[[32minfo^[[39m: host.iobroker stopInstance system.adapter.birthdays.0 (force=false, process=false)
2023-10-28 00:02:48.242  - ^[[32minfo^[[39m: host.iobroker stopInstance canceled schedule system.adapter.birthdays.0
2023-10-28 00:02:48.345  - ^[[32minfo^[[39m: host.iobroker stopInstance system.adapter.birthdays.0 (force=false, process=false)
2023-10-28 00:02:48.129  - ^[[32minfo^[[39m: host.iobroker instance "system.adapter.birthdays.0" disabled via .alive
2023-10-28 00:02:48.241  - ^[[32minfo^[[39m: host.iobroker "system.adapter.birthdays.0" disabled
2023-10-28 00:02:48.241  - ^[[32minfo^[[39m: host.iobroker stopInstance system.adapter.birthdays.0 (force=false, process=false)
2023-10-28 00:02:48.242  - ^[[32minfo^[[39m: host.iobroker stopInstance canceled schedule system.adapter.birthdays.0
2023-10-28 00:02:48.345  - ^[[32minfo^[[39m: host.iobroker stopInstance system.adapter.birthdays.0 (force=false, process=false)

Version of nodejs

18.17.1

Version of ioBroker js-controller

4.0.24

Version of Adapter

2.3.1

Operating system running ioBroker

Linux, proxmox

Checklist of files to include below

  • iobroker.current.log (Please share the logs in debug mode)
  • Contents of the JavaScript browser console (always include in cases of issues with the user interface)

Additional information & file uploads

No response

@mwolff65 mwolff65 added the bug Something isn't working label Oct 27, 2023
@github-actions
Copy link

Thanks for reporting a new issue @mwolff65!

  1. Please make sure your topic is not covered in the documentation
  2. Ensure that you use the latest beta version (not the current stable version): 2.4.0
  3. Please attach all necessary log files (in debug mode!), screenshots and other information to reproduce this issue
  4. Search for the issue topic in other/closed issues to avoid duplicates!

Otherwise this issue will be closed.

@klein0r
Copy link
Owner

klein0r commented Oct 28, 2023

Das ist doch völlig normal bei schedule-Adaptern?

Hier habe ich alle Grundlagen erklärt: https://haus-automatisierung.com/iobroker-kurs/

@klein0r klein0r closed this as not planned Won't fix, can't repro, duplicate, stale Oct 28, 2023
@klein0r klein0r added invalid This doesn't seem right and removed bug Something isn't working labels Oct 28, 2023
@klein0r klein0r changed the title Bug report Instance shutting down after all information have been collected Oct 28, 2023
@mwolff65
Copy link
Author

mwolff65 commented Oct 28, 2023 via email

@klein0r
Copy link
Owner

klein0r commented Oct 28, 2023

Bitte mal mit der neuesten Adapter-Version testen und dem aktuellen js-controller.

Bei mir läuft das mit allen Versionen ohne Probleme. Hast Du irgendwelche Scripts die am .alive State rumstellen?

@mwolff65
Copy link
Author

mwolff65 commented Nov 3, 2023

Hallo Matthias,
die neuste Version (2.4) verhält sich genauso. :-( Die neue nodejs kann ich noch nicht testen (Container im proxmox kann nicht höher updaten - keine LTS Version :-( )
Meines Wissens habe ich kein skript was am .alive rumspielt. Wie könnte ich das prüfen? Komplettes log durchforsten? :-/
Gibt es eine Möglichkeit im (sehr umfangreichen) Gesamtlog Sachen zu filtern? Hast du dazu evtl. auch einen deiner vielen hilfreichen Videos gemacht undich finde das einfach nur nicht?

Danke noch mal für Deine Arbeit!!! Ich finde Deine Videos sind mit Abstand die hilfreichsten, weil kurz und knackig aber informativ!
LG Marcus

@klein0r
Copy link
Owner

klein0r commented Nov 3, 2023

Gibt es eine Möglichkeit im (sehr umfangreichen) Gesamtlog Sachen zu filtern?

Ganz normal mit grep auf dem Logfile z.B.

@mwolff65
Copy link
Author

mwolff65 commented Nov 5, 2023

Hallo Matthias, dank Deines Hinweises habe ich den Fehler gefunden und der saß - wie so oft - direkt vor dem Monitor. Ich habe mir den Lebenszustand des Birthday Adapter anzeigen lassen wollen mit system.adapter.birthdays.0.alive. Blöd nur dass ein Berühren des Feldes den alive geschaltet hat rolleyes
Danke für den Hinweis und den Denkanstoß und Deine Arbeit!
LG Marcus

@klein0r
Copy link
Owner

klein0r commented Nov 6, 2023

löd nur dass ein Berühren des Feldes den alive geschaltet hat

Wenn Du den Wert einfach nur liest, ist das kein Problem. Siehe z.B. auch:

https://github.com/haus-automation/iobroker-script-examples/blob/main/system/get-all-stopped-instances.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants