Project

General

Profile

Bug #6993

Updated by Brett Smith over 8 years ago

Jobs can get in this state if the arv-put process that crunch-job ran to create the log fails.    See, e.g., qr1hi-8i9sb-yuch10zftex4cip. 

 This happens because _show_log.html.erb has a couple of expressions like @logcollection.files[0][2]@.    In this case, @logcollection.files[0]@ is @nil@. 

 It would probably be ideal for Workbench to fall back to showing logs from the database in this case.

Back