Max Koretskyi
Max Koretskyi

Reputation: 105439

Why does TeamCity server stop short time after it starts

I use TeamCity with bundled Tomcat server. I start TeamCity server using runAll.sh start command. The server starts and I can access its web interface. However, within a minute or two the server stops. I checked teamcity-server.log but it doesn't contain any information about server stopping. How can I debug it?

Upvotes: 1

Views: 315

Answers (1)

Krzysztof Wolny
Krzysztof Wolny

Reputation: 11086

According to TC Wiki page (https://confluence.jetbrains.com/display/TCD9/TeamCity+Server+Logs) you can run server in DEBUG mode, this should give you more verbose information in log files (as there is many of log files, not only this one you mentioned).

You can also monitor/check OS logs for CPU/memory usage.

Upvotes: 1

Related Questions