I tried to run a grid job and got this error saying
Local output file is missing: output pfn file does not exist.
How do I fix it?
I tried to run a grid job and got this error saying
Local output file is missing: output pfn file does not exist.
How do I fix it?
This is a very common error message from panda. Unfortunately it masks the real problem: something upstream failed so that no output file was produced. You need to find the log files to solve this.
https://bigpanda.cern.ch/task/25897035/
, where the last number is specific to your task.pilotlog.txt
file, but names like payload.stdout
are a good bet. The atlas production system also has a strange tendency to produce file names where the extension comes first, e.g. log.AODtoDAOD
, which might contain the error you are looking for.ERROR
or FATAL
, in other jobs finding the exact error might take some experience: error reporting isn’t very standard across analysis frameworks, you may have check with framework developers.