vote up 2 vote down star

I've just updated to the latest build of cruisecontrol.net (1.5.0.5972). I've a few teething issues and I'm not sure if they are bugs or (more likely) if I have to make some changes to the config file.

1) I cannot run a force build. When I press the button I get a popup with the following exception message:

System.NotImplementedException: The method or operation is not implemented. at ThoughtWorks.CruiseControl.Remote.CruiseServerClientBase.ListBuildParameters(String projectName) at ThoughtWorks.CruiseControl.WebDashboard.ServerConnection.ServerAggregatingCruiseManagerWrapper.ListBuildParameters(IProjectSpecifier projectSpecifier, String sessionToken) at ThoughtWorks.CruiseControl.WebDashboard.Dashboard.ProjectParametersAction.Execute(ICruiseRequest cruiseRequest) at ThoughtWorks.CruiseControl.WebDashboard.MVC.Cruise.CruiseActionProxyAction.Execute(IRequest request) at ThoughtWorks.CruiseControl.WebDashboard.MVC.Cruise.ExceptionCatchingActionProxy.Execute(IRequest request)

Edit: the fix to this was to set the dashboard config backwardCompatibility property to false.

2) There is a new AdministerDashboard page that asks for a password. Where is this password specified?

flag

79% accept rate

2 Answers

vote up 1 vote down check

1) the fix to this was to set the dashboard config backwardsCompatible property to false.

2) Default pw is ccnetrocks and is specified in deshboard.config.

edit: dashboard config may be located at C:\Program Files\CruiseControl.NET\webdashboard\dashboard.config

example server section:

link|flag
vote up 0 vote down

can you give more info where to set in dashboard config backwardCompatibility flag? apprciated.

link|flag
I've edited my original post. Sorry, I had written backwardsCompatiblily instead of backwardsCompatible in my original post which would have thwarted any search you may have done. – Mr. Flibble Feb 17 at 14:54

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.