开发者

Exceptions using CruiseControl.NET

I recently updated to CC.NET 1.5 and I'm now getting some strange exceptions.

On one project I get: - ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: svn: Can't create a character converter from native encoding to 'UTF-8'

This happens when CC is checking a subversion repository for any mods. If I run the actual command line CC says is failing it works and returns an empty XML (there are no mods).

Some other projects also fail to check mods with another "Source control operation failed" exception but no further info. Again the command is an "svn log" which when run from command line works ok.

I'm using subversion 1.4.5 client side and my source repository exists on a separate box th开发者_运维问答an my build server.

Anyone got any ideas?


  1. Have u try to update Svn client ? I doubt it is so simple, but let's check !

  2. Try a svn cleanup

  3. What is your svn config in ccnet ?

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


did you try to change the startup parameters of CCService?

Namely, set the "Allow service to interact with desktop" check box on Log On tab. Also, you may try to use other account than "Local System".

I am not sure, but seems it may fix the issue, since it may be "Local System" account specific issue effect.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜