[Cdash] problem while submitting to cdash

girish hilage girish_hilage at yahoo.com
Sat Dec 11 08:17:57 UTC 2010


Hi,

   Yes. I am behind my corporate firewall.
   So, instead of requesting for allowing "HTTP PUT" I preferred to install CDASH on my Fedora Core 13 machine.

   I have installed CDASH in /var/www/html/CDash/ and am following steps from http://public.kitware.com/Wiki/CDash:Installation.
   I have edited config.local.php and have put below values in it :

$CDASH_DB_HOST = 'localhost';
$CDASH_DB_LOGIN = 'postgres';
$CDASH_DB_PASS = 'postgres';
$CDASH_DB_NAME = 'cdash0';
$CDASH_DB_TYPE = 'pgsql';
$CDASH_PRODUCTION_MODE = false;

   I started httpd, postgresql.
   But, when I access http://localhost/CDash/index.php it redirects me to
http://localhost/CDash/install.php and shows me the error :

"Your PHP install does not support xslt, please install the PHP_XSLT package.
WAMP Hint: uncomment extension=php_xsl.dll in php.ini."

   What does this error mean and what should I do to resolve this?
   I have compiled php-5.3 and installed it and following .so files are present under the directory /usr/local/lib/php.
./extensions/no-debug-non-zts-20090626/xsl.so
./extensions/no-debug-non-zts-20090626/gd.so
./extensions/no-debug-non-zts-20090626/curl.so

   Is there anything wrong with the php installation?

Regards,
Girish

--- On Wed, 12/1/10, Julien Jomier <julien.jomier at kitware.com> wrote:


From: Julien Jomier <julien.jomier at kitware.com>
Subject: Re: [Cdash] problem while submitting to cdash
To: "girish hilage" <girish_hilage at yahoo.com>
Cc: cdash at public.kitware.com
Date: Wednesday, December 1, 2010, 1:17 PM


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



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cdash/attachments/20101211/faad94f6/attachment-0002.htm>


More information about the CDash mailing list