|
This page contains a list of workarounds for known issues in TeamCity.
Clearing Browser CashesThere is a web UI-related issue which some our users have encountered (and it cannot be reproduced on other computers) which is tied with the cached versions of content. If you have come across such problem, make sure your browser does not use cached versions of content by clearing browser caches. Logging with Log4J in Your TestsIf you use Log4J logging in your tests, in some cases you may miss Log4J output from your logs. In such cases please do the following:
Code Snapshots HighlightingThe code snapshots displayed in the difference viewer as well as duplicates code fragments are highlighted using Colorer native library. For the time being the library does not support 64-bit platforms. However, you can change it by running TeamCity server under 32-bit JVM in 64-bit OS. NUnit 2.4.6 PerformanceDue to an issue in NUnit 2.4.6 (bundled), its performance may be slower than NUnit 2.4.1. For additional information, please refer to the corresponding issue in our issue tracker: TW-4709 StarTeam PerformanceUsing StarTeam SDK 9.0 instead of StarTeam SDK 9.3 on the TeamCity server can significantly improve VCS performance when there is a slow connection between TeamCity and StarTeam servers. Agent Service Can Exit on User Logout under Windows x64The used version of Java Service Wrapper does not fully support Windows 64 and this causes agent launcher process to be killed on user logout. The agent itself will be function until the next restart (server upgrade or agent properties change). Subversion repositories with NTLM AuthorizationIf TeamCity has problems connecting to SVN repository, while using NTLM Authentication, add an option to the server JVM options and to the agent options (if you use agent-side checkout): Subversion-related JVM crashesIf JVM crashes while executing SVN-related code (e.g. under org.tmatesoft.svn package), you can try to disable it by either:
Failed Build Can be Reported as a Successful One with Maven 2.0.7This is a known bug in this version of Maven. Consider using any later version. :error set ERROR_CODE=1 with the following one: :error if "%OS%"=="Windows_NT" @endlocal set ERROR_CODE=1 NoClassDefFoundError: junit/framework/TestListener for junit taskThis error may occure if you're using custom Ant home (not bundled with TeamCity), and this Ant doesn't contain junit.jar in its lib directory. The workaround to the problem is either to put junit.jar to the ANT_HOME/lib, or to add fork="true" attribute to the junit task. Related issue in our tracker. |