<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello Julien,<br>
<br>
My new CDash installation is working fine now with compression enabled.
<br>
<br>
The --with-zlib option did the trick for my PHP installation.<br>
<br>
Many thanks for your help!<br>
<br>
CDash is a fine piece of software, many thanks for the quality you and
your colleagues keep putting into it.<br>
<br>
Best regards,<br>
<br>
Martin<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:beaudoin.martin@ireq.ca">beaudoin.martin@ireq.ca</a> wrote:
<blockquote
 cite="mid:27339EB1DFAE714198DFB8E940823E6CA78148@BORDEAUX.ireq.ca"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator"
 content="MS Exchange Server version 6.5.7654.12">
  <title>Re: [Cdash] Test.xml submitted but not on dashboard</title>
<!-- Converted from text/plain format -->
  <p><font size="2">Hi Julien,<br>
  <br>
ok, I will try that.<br>
  <br>
I am running on an oldish Redhat platform, where previous versions of
CDash ran without too much problems...<br>
  <br>
Thanks for your help, I will report my results asap.<br>
  <br>
Berst,<br>
  <br>
Martin<br>
  <br>
-----Original Message-----<br>
From: Julien Jomier [<a moz-do-not-send="true"
 href="mailto:julien.jomier@kitware.com">mailto:julien.jomier@kitware.com</a>]<br>
Sent: Mon 2010-03-01 23:13<br>
To: Beaudoin, Martin<br>
Cc: <a class="moz-txt-link-abbreviated" href="mailto:cdash@public.kitware.com">cdash@public.kitware.com</a><br>
Subject: Re: [Cdash] Test.xml submitted but not on dashboard<br>
  <br>
Hi Martin,<br>
  <br>
This is good to know.<br>
  <br>
Could you try to recompile php with --with-zlib?<br>
  <br>
CDash is using the gzcompress/gzuncompress<br>
(<a moz-do-not-send="true"
 href="http://php.net/manual/en/function.gzuncompress.php">http://php.net/manual/en/function.gzuncompress.php</a>)
functions and if<br>
they are not enabled, php returns a fatal error aborting the script. By<br>
default zlib is not compiled by default. Which platform are you using?<br>
  <br>
Julien<br>
  <br>
On 3/1/2010 11:06 PM, <a class="moz-txt-link-abbreviated" href="mailto:beaudoin.martin@ireq.ca">beaudoin.martin@ireq.ca</a> wrote:<br>
> Hello Julien,<br>
><br>
> Yep, setting CDASH_USE_COMPRESSION = 0;  did the trick.<br>
> I can now see my test results through the Web interface, and also
see a copy of my Test.xml file stored under the backup directory.<br>
><br>
> I made sure to recompile php with the option "--enable-zip", but I
guess something else is missing.<br>
><br>
> Thanks a lot fro your help; I guess the rest of the solution will
come from revisiting my PHP configuration in order to find the missing
piece, and possibly reactivating the file compression option.<br>
><br>
> Best regards,<br>
><br>
> Martin<br>
><br>
> -----Original Message-----<br>
> From: Julien Jomier [<a moz-do-not-send="true"
 href="mailto:julien.jomier@kitware.com">mailto:julien.jomier@kitware.com</a>]<br>
> Sent: Mon 2010-03-01 22:26<br>
> To: Beaudoin, Martin<br>
> Cc: <a class="moz-txt-link-abbreviated" href="mailto:cdash@public.kitware.com">cdash@public.kitware.com</a><br>
> Subject: Re: [Cdash] Test.xml submitted but not on dashboard<br>
><br>
> CDash should run with php 5.2.6. Could you check the apache or php
logs<br>
> to see if you have any fatal errors? Also could you try to set the
variable:<br>
><br>
>     $CDASH_USE_COMPRESSION = 0;<br>
><br>
> in your config.local.php? and see if that help.<br>
><br>
> Julien<br>
><br>
> On 3/1/2010 10:20 PM, <a class="moz-txt-link-abbreviated" href="mailto:beaudoin.martin@ireq.ca">beaudoin.martin@ireq.ca</a> wrote:<br>
>> Hello,<br>
>><br>
>> After adding some traces inside ctest_parse(), I can see that
the code is crashing inside xml_parse().<br>
>><br>
>> I think my PHP version is too old.  I am running with PHP
version 5.2.6.<br>
>><br>
>> CDash 1.6.2 is asking for PHP>   5.3.<br>
>><br>
>> I will move my CDash server to a newer platform, and see how
it goes.<br>
>><br>
>> Martin<br>
>><br>
>><br>
>> -----Original Message-----<br>
>> From: Julien Jomier [<a moz-do-not-send="true"
 href="mailto:julien.jomier@kitware.com">mailto:julien.jomier@kitware.com</a>]<br>
>> Sent: Mon 2010-03-01 16:07<br>
>> To: Beaudoin, Martin<br>
>> Cc: <a class="moz-txt-link-abbreviated" href="mailto:cdash@public.kitware.com">cdash@public.kitware.com</a><br>
>> Subject: Re: [Cdash] Test.xml submitted but not on dashboard<br>
>><br>
>> Martin,<br>
>><br>
>> Can you make sure that the zip package is enabled for PHP. The
test are<br>
>> being compressed by CDash 1.6 to try to limit the disk usage.<br>
>><br>
>> Let us know,<br>
>> Julien<br>
>><br>
>> On 3/1/2010 3:27 PM, Martin Beaudoin wrote:<br>
>>> Hello,<br>
>>><br>
>>> I am using CDash, version 1.6.2 and I am experiencing the
same problem<br>
>>> as Mr. Pierard.<br>
>>><br>
>>> My result file Test.xml is being submitted, but I cannot
see the test<br>
>>> results on the dashboard, only my build results.<br>
>>><br>
>>> My Build.xml file is being processed correctly, and I can
track it back<br>
>>> to the  CDash/backup repository. I can also view the Build
results<br>
>>> through my Web browser when connecting to my CDash service.<br>
>>><br>
>>> On the other hand, my Test.xml file, which is even smaller
that my<br>
>>> Build.xml file (1K overall) , is not showing up in the
CDash/backup<br>
>>> repository.<br>
>>><br>
>>> So I don't think that this is a PHP + memory issue.
Basically, it looks<br>
>>> like the Test.xml file is being thrown away by the server
as soon as the<br>
>>> upload is done.<br>
>>><br>
>>> Is there any way for me to debug this?<br>
>>><br>
>>> I have been using CDash for many months now, and I did not
have this<br>
>>> kind of problems with earlier versions of CDash.<br>
>>><br>
>>> Thank you for your help.<br>
>>><br>
>>> Martin Beaudoin<br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> Cdash mailing list<br>
>>> <a class="moz-txt-link-abbreviated" href="mailto:Cdash@public.kitware.com">Cdash@public.kitware.com</a><br>
>>> <a moz-do-not-send="true"
 href="http://public.kitware.com/cgi-bin/mailman/listinfo/cdash">http://public.kitware.com/cgi-bin/mailman/listinfo/cdash</a><br>
>>><br>
>><br>
>><br>
><br>
><br>
  <br>
_______________________________________________<br>
Cdash mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:Cdash@public.kitware.com">Cdash@public.kitware.com</a><br>
  <a moz-do-not-send="true"
 href="http://public.kitware.com/cgi-bin/mailman/listinfo/cdash">http://public.kitware.com/cgi-bin/mailman/listinfo/cdash</a><br>
  </font>
  </p>
</blockquote>
<br>
<br>
</body>
</html>