Project

General

Profile

Actions

Bug #2123

open

upload refinement

Added by Scott Stagg about 12 years ago. Updated over 10 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
10/29/2012
Due date:
% Done:

0%

Estimated time:
Affected Version:
Appion/Leginon 2.2.0
Show in known bugs:
No
Workaround:

You can work around this issue right away by either commenting out one line in the code in myamiweb/processing/checkRefineJobs.php line #65:
<pre>
// check if job has an associated jobfile
$jobfile = $job['appath'].'/'.$job['name'];
if (!file_exists($jobfile)) {
echo divisionHeader($jobinfo);
echo "<i>missing job file: $jobfile</i><br/><br/>\n";
//continue; <-- This line should be commented out!
}
</pre>

or you can create a dummy job file in the local rundir, or you can copy the real job file from the remote directory.

After that , you should have the option to "Force status to done".


Description

At FSU we don't launch appion jobs from the myamiweb. Instead we always "Just Show Command", and cut and paste. Launching a reconstruction job used to require logging in, but thanks to Amber now we can now setup and launch jobs from the command line. The problem is that now there is no way to notify appion that the job is complete so that it will generate the upload command. Is there something that isn't set up correctly?


Related issues 1 (0 open1 closed)

Related to Appion - Bug #1548: Refine jobs submitted by command line do not show up in ready to upload pageClosedAmber Herold02/08/2012

Actions
Actions

Also available in: Atom PDF