atusReportTask- Failed to reach dashboard instance
"Robyn Meyer" <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <3F9D53FDF438E84CBCFBD8D8DF94B8EB0BA99C03@wsb-srvr-02.bigbandnet.com> |
Hi,
I was wondering if someone had a solution to the following problem. I have set up CC 2.8.2 on linux ( second machine - had no problems on the first machine).
When I run my config.xml file I receive the error below. I do have a <modificationset> in my config.
Thank you in advance.
Robyn
Error:
[cc]Jul-07 17:30:37 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.
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:520)
at java.net.Socket.connect(Socket.java:470)
at java.net.Socket.<init>(Socket.java:367)
at java.net.Socket.<init>(Socket.java:240)
part of my config.xml:
<project name="RavenApp1.2.2_Platform" buildafterfailed="true">
<property name="build.user" value="builder" />
<property name="build.home" value="/ccstore/CruiseControl" />
<property name="proj" value="RavenApp1.2.2" />
<property name="viewstgloc" value="/net/tlv-raven-dev2/ccstore/" />
<property name="viewtag" value="${build.user}_RavenApp1.2.2_int_platform" />
<property name="vobtag" value="vobs" />
<property name="sub.vob.component" value="ravenp" />
<property name="stream" value="RavenApp1.2.2_Integ"/>
<property name="viewPath"
value="${viewstgloc}/${build.user}/${viewtag}/${vobtag}/${sub.vob.component}" />
<modificationset quietperiod="240" ignoreFiles="*/application-buildnum" >
<clearcase branch="${stream}" viewpath="${viewPath}" recursive="true" />
</modificationset>
<schedule interval="3000">
<ant savelogdir="${build.home}/logs/${project.name}"
antworkingdir="${viewPath}"
antscript="/raven/Tools/pkgs/Ant/1.7.1/bin/bin/ant"
buildfile="${build.home}/conf/build-RavenApp1.2.2_Platform.xml"
target="bldplatform" />
</schedule>
<log dir="logs/RavenApp1.2.2_Platform"/>
<listeners>
<currentbuildstatuslistener file="logs/${project.name}/buildstatus.txt"/>
</listeners>
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user