History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CC-766
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Jeffrey Fredrick
Reporter: Pankaj
Votes: 2
Watchers: 6
Operations

If you were logged in you would be able to see more operations.
CruiseControl

Failed to reach dashboard instance

Created: 07/Mar/08 03:42 PM   Updated: 26/Apr/10 01:00 AM
Return to search
Component/s: Core Application
Affects Version/s: 2.7.2
Fix Version/s: 2.8.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment:
j2sdk1.4.2_13
apache-ant-1.7.0


 Description  « Hide
Hi,

I am getting the following error in my logs :

[cc]Mar-07 13:11:12 atusReportTask- Failed to reach dashboard instance : http://localhost:8080/dashboard/buildloop/listener, either the dashboard has not started up or there is a network problem.

I am enclosing below my config.xml which I am using to test: (You can ignore bootstraping and modification set which I have disabled to save time in testing)

<cruisecontrol>
  <project name="NAGM">
    <listeners>
      <currentbuildstatuslistener file="logs/${project.name}/status.txt" />
    </listeners>
    <bootstrappers>
      <!--cvsbootstrapper localWorkingCopy="projects/${project.name}/qa/appserver" overwritechanges="true" /-->
    </bootstrappers>
    <!--modificationset quietperiod="10">
      <cvs localWorkingCopy="projects/${project.name}" />
    </modificationset-->
    <schedule interval="86400">
    <exec command="/usr/local/cvs/sbin/ccAnt.ksh" workingdir="projects/${project.name}/qa/appserver" args="/usr/local/cruisec
ontrol/apache-ant-1.7.0 /usr/java all" errorstr="Ant build failed" />
    </schedule>
    <log>
      <merge dir="logs/${project.name}" />
    </log>
    <publishers>
      <onsuccess>
        <artifactspublisher dest="artifacts/${project.name}" file="projects/${project.name}/target/${project.name}.jar" />
      </onsuccess>
    </publishers>
  </project>
</cruisecontrol>

 All   Comments   Work Log   Change History      Sort Order:
Change by Pankaj [07/Mar/08 04:49 PM]
Field Original Value New Value
Priority Major [ 3 ] Critical [ 2 ]
Component/s Core Application [ 10050 ]
Component/s Reporting Application [ 10051 ]

Change by Jeffrey Fredrick [17/Dec/08 02:32 AM]
Status Open [ 1 ] Closed [ 6 ]
Assignee Jeffrey Fredrick [ jtf ]
Fix Version/s 2.8.2 [ 10355 ]
Resolution Fixed [ 1 ]