I can't seem to connect to my buildserver using the web dashboard. Keep getting UnknownServerException.
Tried connecting with
http://localhost/ccnet15/and
http://buildbox/ccnet15/Both throw the same error
Full event log message below
Application information:
Application domain: /LM/W3SVC/1/ROOT/ccnet15-1-129096150233081535
Trust level: Full
Application Virtual Path: /ccnet15
Application Path: C:\Program Files\CruiseControl.NET_1.5\application\WebDashboard\
Machine name: BUILDBOX
Process information:
Process ID: 6976
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: UnknownServerException
Exception message: Unknown server (buildbox) - please check the URL is correct
Request information:
Request URL:
http://buildbox/ccnet15/server/buildbox/RawXmlMessage.aspx Request path: /ccnet15/server/buildbox/RawXmlMessage.aspx
User host address: ::1
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 5
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at ThoughtWorks.CruiseControl.WebDashboard.ServerConnection.ServerAggregatingCruiseManagerWrapper.GetServerUrl(IServerSpecifier serverSpecifier)
at ThoughtWorks.CruiseControl.WebDashboard.ServerConnection.ServerAggregatingCruiseManagerWrapper.GetCruiseManager(IServerSpecifier serverSpecifier, String sessionToken)
at ThoughtWorks.CruiseControl.WebDashboard.ServerConnection.ServerAggregatingCruiseManagerWrapper.ProcessMessage(IServerSpecifier serverSpecifer, String action, String message)
at ThoughtWorks.CruiseControl.WebDashboard.Plugins.ServerReport.MessageHandlerPlugin.Execute(ICruiseRequest cruiseRequest)
at ThoughtWorks.CruiseControl.WebDashboard.MVC.Cruise.CruiseActionProxyAction.Execute(IRequest request)
at
ThoughtWorks.CruiseControl.WebDashboard.MVC.RequestController.Do()
at ThoughtWorks.CruiseControl.WebDashboard.MVC.ASPNET.HttpHandler.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Custom event details:
--
Richard Young