Actions
Bug #595
closedNeed error checking to ensure cluster_config.php exists before starting a cluster job
Start date:
05/28/2010
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 2.0.1
Show in known bugs:
No
Workaround:
Description
A fatal error occured when submitting a job because the cluster config file did not exist. Would be nice to add some error checking and display feedback to the user with instructions to run the wizard which will create the file or to copy and edit the example file.
The code that failed for me was myamiweb/processing/emanJobGen.php in the JobForm() function at line 246 ($clusterdata->set_rootpath($rootpath);).
We also need to add a check for the config file in the wizard. (There is no wizard for cluster config file).
Updated by Eric Hou over 14 years ago
- Affected Version set to Appion/Leginon 2.0.1
- Show in known bugs set to No
Updated by Eric Hou about 14 years ago
- Target version changed from Appion/Leginon 2.1.0 to Appion/Leginon Future Version
Updated by Eric Hou almost 14 years ago
- Status changed from Assigned to Closed
setup wizard already takes care this.
Thanks.
Eric
Actions