<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<BR><BR>I am a newbie to CDASH.<BR>I am trying to integrate my project with CDASH.<BR><BR>I have created a project 'scitest' on <A href="http://cdash.org" target=_blank><SPAN id=lw_1291201426_0 class=yshortcuts>cdash.org</SPAN></A> and downloaded CTestConfig.cmake which is as follows :<BR><BR>set(CTEST_PROJECT_NAME "scitest")<BR>set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")<BR><BR>set(CTEST_DROP_METHOD "http")<BR>set(CTEST_DROP_SITE "<A href="http://my.cdash.org" target=_blank><SPAN id=lw_1291201426_1 class=yshortcuts>my.cdash.org</SPAN></A>")<BR>set(CTEST_DROP_LOCATION "/submit.php?project=scitest")<BR>set(CTEST_DROP_SITE_CDASH TRUE)<BR><BR>set(CTEST_PROJECT_SUBPROJECTS<BR><BR>)<BR><BR>I put this file in the top directory of my source code and ran the command :<BR>ctest -D Experimental<BR><BR>But, it gives me below error :<BR>Submit files (using
 http)<BR>   Using HTTP submit method<BR>   Drop site: <A href="http://my.cdash.org/submit.php?project=scitest" rel=nofollow target=_blank><SPAN id=lw_1291201426_2 class=yshortcuts>http://my.cdash.org/submit.php?project=scitest</SPAN></A><BR>   Error when uploading file: /home/girish/work/scidb_latest/svn/trunk/Testing/20101201-1039/Build.xml<BR>   <SPAN style="BORDER-BOTTOM: #366388 2px dotted; CURSOR: hand" id=lw_1291201426_3 class=yshortcuts>Error message</SPAN> was: couldn't connect to host<BR>   Problems when submitting via HTTP<BR>Errors while running CTest<BR><BR>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.<BR>tcp        0      1 10.88.88.193:44262         
 66.194.253.26:80            SYN_SENT<BR><BR>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?<BR><BR>Regards,<BR>Girish</td></tr></table><br>