I get the following error ... [ApplicationException: Unknown object name : cruisecontrol] 55 Objection.ObjectionStore.GetByName(String name) +244 56 ThoughtWorks.CruiseControl.WebDashboard.MVC.Cruise.CruiseActionFactory.CreateHandler(String actionName) +114 57 ThoughtWorks.CruiseControl.WebDashboard.MVC.Cruise.CruiseActionFactory.Create(IRequest request) +22 58 ThoughtWorks.CruiseControl.WebDashboard.MVC.RequestController.Do() +75 59 ThoughtWorks.CruiseControl.WebDashboard.MVC.ASPNET.HttpHandler.ProcessRequest(HttpContext context) +316 60 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +391 61 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +76
It does this for each of the css, js, etc files. It looks like it is an Apache setup issue to me (not that helps me much!) Am I the only person running RC1 like this ? On Feb 9, 3:01 pm, Daniel Nauck <[email protected]> wrote: > Hi, > > try to install the FireFox Addon "FireBug", enable the Network Module > for your webdashboard website and disable the browser cache in the > Network Module. > Then reload the page and have a look why it does not load the .css file. > > Its maybe a 404 or sth like that. > > Daniel > > Am 09.02.2010 15:58, schrieb Mmarquee: > > > Hi, > > > I have installed RC1 on a machine that has Apache, then installed the > > dotnet asp module. The building and reporting of the system works fine > > - just like 1.4 (only better), but the dashboard servers up the pages > > without being able to server the stylesheets. I am a bit lost here, > > and am unsure whether this is a problem with RC1 or with my > > installation of Apache. > > > Does anyone have any hints where I could look for what might be > > wrong ? > > > Thanks > > > Mark H
