Are the log files being produced in C:\Branches\Trunk\Logs ? Does the user who is running the dashboard have read permission to C:\Branches\Trunk\Logs ?
What does a typical URL with the problem look like? (I'm wondering here if some special characters in the url are causing it to fail.) There is a section of the url which should match the file name of the logs on disk. Dave 2010/4/22 Paweł Sowiński <[email protected]> > Hi > > I have a problem with web dashboard. It is my first time when I use > CruiseControl so this probadly is not difficult problem. The problem > is that: I can't see recent raports. When I click on any recent > builds I get error 404 (The page cannot be found) I guess that this > problem occurs because web dashboard can't link appropriate log file. > But I don't know how to fix it. > > There is my config file > > <!DOCTYPE cruisecontrol [ > <!ENTITY password "*********"> > <!ENTITY SVNuser "**************"> > <!ENTITY BuildRelaseScript "C:\Branches\Scripts\Build Release.bat"> > <!ENTITY RunDataBaseScript "C:\Branches\Scripts > \RunDataBaseScript.bat"> > <!ENTITY RestorDataBaseScript "C:\Branches\Scripts > \RestoreDataBase.bat"> > ]> > <cruisecontrol > > <project name="Trunk"> > <webURL>http://localhost/ccnet/server/local/Trunk/ > ViewProjectReport.aspx</webURL> > <triggers> > <intervalTrigger name="interval trigger" seconds="600" > initialSeconds="30" /> > </triggers> > <sourcecontrol type="svn" autoGetSource="true"> > <trunkUrl>************************************/Trunk</trunkUrl> > <workingDirectory>C:\Branches\Trunk\Trunk</workingDirectory> > <password>&password;</password> > <username>&SVNuser;</username> > </sourcecontrol> > <tasks> > <exec> > <description>Compile program</description> > <baseDirectory>C:\Branches\Trunk\Trunk</baseDirectory> > <buildTimeoutSeconds>9000</buildTimeoutSeconds> > <executable>&BuildRelaseScript;</executable> > <successExitCodes>0</successExitCodes> > </exec> > <exec> > <description>Restore DataBASE</description> > <baseDirectory>C:\Branches\Trunk</baseDirectory> > <executable>&RestorDataBaseScript;</executable> > </exec> > <exec> > <description>Set Up DataBase Security</description> > <baseDirectory>C:\Branches\Trunk\Trunk\Database\Installation\0900 - > Post</baseDirectory> > <executable>&setUpDataBaseScript;</executable> > <buildArgs>ProviderTraining</buildArgs> > </exec> > <exec> > <description>Create dataBaseScript</description> > <baseDirectory>C:\Branches\Trunk\Trunk</baseDirectory> > <executable>Build Database Scripts.bat</executable> > </exec> > <exec> > <description>Run database script</description> > <baseDirectory>C:\Branches\Trunk\Trunk\Build\Files\Database</ > baseDirectory> > <executable>&RunDataBaseScript;</executable> > <buildArgs>ProviderTraining</buildArgs> > </exec> > </tasks> > <publishers> > <xmllogger logDir="C:\Branches\Trunk\Logs" /> > </publishers> > <state type="state" directory="C:\Branches\Trunk\Logs"></state> > </project> > > Can someone help me? > > > -- > Subscription settings: > http://groups.google.com/group/ccnet-user/subscribe?hl=en >
