Exceptions Using CruiseControl.NET

I recently upgraded to CC.NET 1.5, and now I get some weird exceptions.

In one project I get: - ThoughtWorks.CruiseControl.Core.CruiseControlException: source control failed: svn: cannot create character converter from source encoding to 'UTF-8'

This happens when CC checks the subversion repository for any mods. If I run the actual command line, CC says that it does not work, and returns an empty XML (no mods).

Some other projects also cannot check mods with another exception due to the lack of source control, but no additional information. Again, the command is "svn log", which works fine when run from the command line.

I use the subversion 1.4.5 client side, and the source repository exists in a separate field than my build server.

Does anyone have any ideas?

+3
source share
2 answers
  • Try updating the Svn client? I doubt it is that simple, but let it check!

  • Try to clear svn

  • What is your svn configuration in ccnet?

  • What is the revision of the ccnet assembly you are using? You should try the latest version 1.5.x nigthly, which is very stable for me. http://ccnetlive.thoughtworks.com/CCNet-builds/1.5.0/

+2
source

Have you tried changing CCService startup options?

, " " " ". , , " ".

, , , , "Local System".

+1

Source: https://habr.com/ru/post/1738942/


All Articles