This message keeps appearing in the server logevery 2 second
2012-10-11 10:17:58,353 [3:WARN] INTERNAL ERROR: Index and length must
refer to a location within the string.
Parameter name: length
----------
System.ArgumentOutOfRangeException: Index and length must refer to a
location within the string.
Parameter name: length
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32
length, Boolean fAlwaysCopy)
at
ThoughtWorks.CruiseControl.Core.State.FileStateManager.StateFilename(String
project)
at
ThoughtWorks.CruiseControl.Core.State.FileStateManager.GetFilePath(String
project)
at
ThoughtWorks.CruiseControl.Core.State.FileStateManager.HasPreviousState(String
project)
at
ThoughtWorks.CruiseControl.Core.IntegrationResultManager.get_CurrentIntegration()
at
ThoughtWorks.CruiseControl.Core.IntegrationResultManager.get_LastIntegrationResult()
at
ThoughtWorks.CruiseControl.Core.IntegrationResultManager.get_LastIntegration()
at
ThoughtWorks.CruiseControl.Core.Project.CreateProjectStatus(IProjectIntegrator
integrator)
at
ThoughtWorks.CruiseControl.Core.IntegrationQueueManager.GetProjectStatuses()
at
ThoughtWorks.CruiseControl.Core.CruiseServer.<>c__DisplayClasse.<GetProjectStatus>b__d(ServerRequest
)
at
ThoughtWorks.CruiseControl.Core.CruiseServer.RunServerRequest(ServerRequest
request, Nullable`1 permission, Nullable`1 eventType, Action`1 action)
----------