Teamcity Does not show pending changes. How to fix
Hi,
I have TeamCity Enterprise 7.1.4 installed for managing our builds.
Recently our MYSQL DB crashed (and we had no backup) due to an inadvertent system shutdown.
We were able to recover most of the data but now teamcity does not show the pending changes and also does not detect any changes in svn.
Due to this builds too are not auto-triggered.
Any way we can fix this. I am ok with loosing build history and other similar data.
Regards,
Prathyush
Please sign in to leave a comment.
Hello,
we need some additional info, could you please check for some relevant error messages and Java exceptions in TeamCity UI or in log files: teamcity-server.log, teamcity-vcs.log, teamcity-agent.log?
regards
Zdenek Gabas
Hi,
Teamcity logs 9teamcity-server.log) show no errors
We have 4 agents. None of them show any errors.
teamcity-vcs.log No errors in file (some of the lines I have published below)
[2013-08-22 09:06:40,014] DEBUG [S executor 1726] - jetbrains.buildServer.VCS.SVN - Collecting changes for revisions 3326..3326
[2013-08-22 09:06:40,014] DEBUG [S executor 1713] - jetbrains.buildServer.VCS.SVN - Collected changes after filtering: []
[2013-08-22 09:06:40,014] DEBUG [S executor 1721] - jetbrains.buildServer.VCS - VCS plugin svn reported changes for svn: (I removed the URL) {instance id=874, parent id=49}; 0 changes collected
Thanks & Regards,
Prathyush
If there are no errors in logs can you verify:
- Test connection buttons works OK on the Svn configuration UI
- You've enabled setting "Enable triggering when files are checked into VCS" in Build Triggering section
- Svn server and TeamCity have synchronized time/timezones
Regards,
Zdenek