Bug #6807
FTS not picking up fcl files due to error
0%
Description
FTS throwing this error for all fcl files in the bluearc dropbox location:
Running command parseFCLMetadata neardet_genie_fhc_nonswap_geantonly_1000_r01000000_s52_S14-08-15_v0_20140815_163002.fcl failed with signal 6
stderr (Total 228 bytes):
terminate called after throwing an instance of 'cet::exception'
what(): ---- search_path BEGIN
Can't find file "neardet_genie_fhc_nonswap_geantonly_1000_r01000000_s52_S14-08-15_v0_20140815_163002.fcl"
---- search_path END
Likely due to the introduction of the extra hex directory layer and not telling the parser about it. I'll look there when I get a chance. Not high priority right now but needs to be fixed early next week at the latest.
History
#1 Updated by Gavin Davies over 6 years ago
- Status changed from New to Resolved
Bug traced to the nova_fhicl_metadata plugin which used a file name instead of a file path. Dominick also added smart lookup for the file path with commit 10639.
#2 Updated by Gavin Davies over 5 years ago
- Status changed from Resolved to Closed