[Cdash] problem while submitting to cdash

Julien Jomier julien.jomier at kitware.com
Wed Dec 1 13:17:58 UTC 2010


Dear Girish,

Welcome to CDash!

Could you check if you are behind any sort of proxy that would block 
HTTP PUT to my.cdash.org? Also you can look at this comment to setup 
proxy for CTest:

   http://www.cmake.org/pipermail/cmake/2004-November/005889.html

Let us know if that was the problem,
Julien

On 01/12/2010 12:03, girish hilage wrote:
> Hi,
>
> I am a newbie to CDASH.
> I am trying to integrate my project with CDASH.
>
> I have created a project 'scitest' on cdash.org <http://cdash.org> and
> downloaded CTestConfig.cmake which is as follows :
>
> set(CTEST_PROJECT_NAME "scitest")
> set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
>
> set(CTEST_DROP_METHOD "http")
> set(CTEST_DROP_SITE "my.cdash.org <http://my.cdash.org>")
> set(CTEST_DROP_LOCATION "/submit.php?project=scitest")
> set(CTEST_DROP_SITE_CDASH TRUE)
>
> set(CTEST_PROJECT_SUBPROJECTS
>
> )
>
> I put this file in the top directory of my source code and ran the command :
> ctest -D Experimental
>
> But, it gives me below error :
> Submit files (using http)
> Using HTTP submit method
> Drop site: http://my.cdash.org/submit.php?project=scitest
> Error when uploading file:
> /home/girish/work/scidb_latest/svn/trunk/Testing/20101201-1039/Build.xml
> Error message was: couldn't connect to host
> Problems when submitting via HTTP
> Errors while running CTest
>
> When I checked with "netstat -atn" is showed me that my machine is
> trying to connect to cdash server but not able to do that.
> tcp 0 1 10.88.88.193:44262 66.194.253.26:80 SYN_SENT
>
> So, want to know if what I am doing is correct or am I missing anything
> or could it be the problem with my network?
>
> Regards,
> Girish
>
>
>
>
> _______________________________________________
> Cdash mailing list
> Cdash at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/cdash



More information about the CDash mailing list