MantisBT - JANA | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000466 | JANA | Bug | public | 2015-10-26 14:19 | 2016-12-08 11:03 |
Reporter | davidl | ||||
Assigned To | davidl | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Summary | 0000466: JResourceManager doesn't test path from jcalib | ||||
Description | This problem came up when trying to run using the resources directory in /group/halld. The issues is that the Magnets/Solenoid/finemeshes/ directory contains files that have a ".evio" suffix. The namepaths corresponding to these files do not have this suffix. This would normally be OK if the files were obtained through the JResourceManager since it would write an entry in the top-level "resources" file that would contain the ".evio" suffix and therefore, return the full path to this file. However, the resources directory in /group/halld has no "resources" file. This means GetResource looks for a file based only on the namepath (i.e. without ".evio") and fails to find it. It then tries downloading it, but fails since it can't write to the resources directory from a personal account. To get around this, GetResource should check for a filename whose path comes from jcalib before attempting a download. This should probably happen only if it fails to find a file based on the namepath (around line 230 in JResourceManager.cc). | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-10-26 14:19 | davidl | New Issue | |||
2015-11-29 15:56 | davidl | Note Added: 0000656 | |||
2016-12-08 11:03 | davidl | Note Added: 0000666 | |||
2016-12-08 11:03 | davidl | Status | new => resolved | ||
2016-12-08 11:03 | davidl | Resolution | open => fixed | ||
2016-12-08 11:03 | davidl | Assigned To | => davidl |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|