TeamCity 2022.10.2 Unexpected Shutdown
Since updating to TeamCity 2022.10.2, our TeamCity server unexpectedly shuts down every 28-30 days with the message
org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
There are no other log messages prior to shutdown in either the catalina.log or teamcity-server.log.
We are deploying via Docker container on AWS EC2 Linux instance. We do not use Amazon Elastic Container Service or other container orchestration. The Docker container hosting TeamCity stops, however the EC2 instance is running fine.
We didn't see this behavior prior to upgrading to 2022.10.2 and had over 7 months of uptime. The only other change we did other than the 2022.10.2 upgrade is to enable HTTPS.
Would appreciate any insight on what we can do to resolve this issue, thank you!
Please sign in to leave a comment.
Hello,
Are you using Target Group Healtchecks?
If so, please check if the following solution helps you:
https://teamcity-support.jetbrains.com/hc/en-us/community/posts/4409330978066/comments/4412017724562
Thank you,
Guilherme
Thank you for the reply - we do not have an AWS Load Balancer configured and we are not using Target Group Healthchecks.
We've since upgraded to 2023.05 and have not had this issue recur. Perhaps it was unique to 2022.10.2?