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

REST server stops with exit code 1 #80

Open
chbwien opened this issue Jul 20, 2023 · 2 comments
Open

REST server stops with exit code 1 #80

chbwien opened this issue Jul 20, 2023 · 2 comments

Comments

@chbwien
Copy link
Contributor

chbwien commented Jul 20, 2023

The current version running with the current PS7 under Windows Server 2022 stops every some days with the exit code 1 (unhandled exception). It looks like there is some exception handling missing, which occurs in some rare cases. Unfortunately there is nothing in the log file that indicates where the problem occurs.

@jpsider
Copy link
Owner

jpsider commented Jul 20, 2023

Interesting. I am not even sure where that exit code would come from!

I have not done much testing with PS7. I'm not sure where we could add additional logging if we don't know where its coming from.

Is it dying on a specific rest call?

Is it running out of memory?

@chbwien
Copy link
Contributor Author

chbwien commented Jul 31, 2023

After some testing, it looks like exactly the logging causes the problem. I am running two instances of the rest server and did not set different logging files. After setting different files, the problem did not occur again. So maybe there is an update on the logging unit? Or the default logging file should contain the port number, so this problem does not occur...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants