<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/09/2014 02:53 PM, David Cole
      wrote:<br>
    </div>
    <blockquote
      cite="mid:8D0DB594F6A3085-2098-3BAD1@webmail-m222.sysops.aol.com"
      type="cite">Are all of the submissions queued and pending
      processing?
      <br>
      <br>
      Click on the "Monitor / Processing Statistics" link on the My
      CDash page to see what's queued...
      <br>
    </blockquote>
    I see 5 pending submissions for 2 projects and "Nothing is currently
    processing..."<br>
    <br>
    I saw cdash/processsubmissions.php being called manually in an
    earlier thread so I gave that a try ...<br>
    <br>
    The first time (per project) I called it I got something like:<br>
    <blockquote>begin processSubmissions.php<br>
      no argc, context is web browser or some other non-command-line...<br>
      projectid='5'<br>
      force=''<br>
      AcquireProcessingLock returned true<br>
      Table 'errorlog' was not locked with LOCK TABLESSQL error in
      ResetApparentlyStalledSubmissions-1():Table 'submission' was not
      locked with LOCK TABLES<br>
      Done with ResetApparentlyStalledSubmissions<br>
      Table 'errorlog' was not locked with LOCK TABLESSQL error in
      ProcessSubmissions-1():Table 'submission' was not locked with LOCK
      TABLES<br>
      Done with ProcessSubmissions<br>
      Table 'errorlog' was not locked with LOCK TABLESDone with
      DeleteOldSubmissionRecords<br>
      ReleasedProcessingLock returned true<br>
      end processSubmissions.php<br>
    </blockquote>
    <br>
    On consecutive invocations for the same project I got:<br>
    <blockquote>begin processSubmissions.php<br>
      no argc, context is web browser or some other non-command-line...<br>
      projectid='5'<br>
      force=''<br>
      AcquireProcessingLock returned true<br>
      Done with ResetApparentlyStalledSubmissions<br>
      Done with ProcessSubmissions<br>
      Done with DeleteOldSubmissionRecords<br>
      ReleasedProcessingLock returned true<br>
      end processSubmissions.php<br>
    </blockquote>
    <br>
    The submissions have been processed and removed from "Monitor /
    Processing Statistics".<br>
    <br>
    <blockquote
      cite="mid:8D0DB594F6A3085-2098-3BAD1@webmail-m222.sysops.aol.com"
      type="cite">
      <br>
      If there's nothing in the cdash.log, perhaps something shows up in
      the php error log or apache error log related to trying to use
      curl on the localhost to process the async submissions.
      <br>
      <br>
    </blockquote>
    I tailed apache's error.log but there were no fresh entries between
    scheduling and submission.<br>
    There were php warnings before that because I missed a semicolon in
    the CDash configuration earlier so I think I was at least looking at
    the right log.<br>
    <br>
    Nils<br>
  </body>
</html>