It sounds like you might have a version mismatch between the dashboard and the service - what versions are the two applications? The best way to find this information is to look at the assemblies (ccservice.exe and ThoughtWorks.CruiseControl.WebDashboard.dll).
Craig -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Outlaw1803 Sent: Friday, 13 February 2009 9:33 p.m. To: ccnet-user Subject: [ccnet-user] Moving CCNet to a New Server HI, I have moved the ccnet service to a new server. When running a project via the dashboard (Force Build), I have encountered strange errors. See below. I am however successful in building the project via the Command Line tool utility I am using. There is not much info in the log file though. Can someone assist by telling me what to look at? There was an exception trying to carry out your request. Details of the Exception are: Exception Message 1 arguments were passed to 'ThoughtWorks.CruiseControl.Remote.ICruiseManager::ForceBuild'. 2 arguments were expected by this method. Exception Full Details System.Runtime.Remoting.RemotingException: 1 arguments were passed to 'ThoughtWorks.CruiseControl.Remote.ICruiseManager::ForceBuild'. 2 arguments were expected by this method. Server stack trace: at System.Runtime.Remoting.Messaging.Message.CoerceArgs(MethodBase mb, Object[] args, ParameterInfo[] pi) at System.Runtime.Remoting.Messaging.Message.CoerceArgs(IMethodMessage m, ParameterInfo[] pi) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage (IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at ThoughtWorks.CruiseControl.Remote.ICruiseManager.ForceBuild(String projectName) at ThoughtWorks.CruiseControl.WebDashboard.ServerConnection.ServerAggregatingCr uiseManagerWrapper.ForceBuild (IProjectSpecifier projectSpecifier) at ThoughtWorks.CruiseControl.WebDashboard.Dashboard.VelocityProjectGridAction. ForceBuildIfNecessary (IRequest request) at ThoughtWorks.CruiseControl.WebDashboard.Dashboard.VelocityProjectGridAction. GenerateView (ProjectStatusListAndExceptions projectStatusListAndExceptions, String actionName, IRequest request, IServerSpecifier serverSpecifier) at ThoughtWorks.CruiseControl.WebDashboard.Dashboard.VelocityProjectGridAction. Execute (String actionName, IRequest request) at ThoughtWorks.CruiseControl.WebDashboard.Plugins.FarmReport.FarmReportFarmPlu gin.Execute (ICruiseRequest request) at ThoughtWorks.CruiseControl.WebDashboard.MVC.Cruise.CruiseActionProxyAction.E xecute (IRequest request) at ThoughtWorks.CruiseControl.WebDashboard.MVC.Cruise.ExceptionCatchingActionPr oxy.Execute (IRequest request)
