DIRACGrid / DIRAC

DIRAC Grid
http://diracgrid.org
GNU General Public License v3.0
112 stars 174 forks source link

DIRAC v5r13p37 : TransferAgent problem with FC #264

Closed closier closed 12 years ago

closier commented 12 years ago

I have switch from Dirac v5r12p29 to v5r13p37 and I get now error in the tranferAgent:

2011-11-07 07:44:59 UTC DataManagement/TransferAgent ERROR: ReplicaManager.putAndRegister: Completey failed to determine existence of destination LFN. /lhcb/data/2011/RAW/FULL/VELO/FINEHVSCAN/104658/104658_0000000057.raw 2011-11-07 07:45:00 UTC DataManagement/TransferAgent ERROR: TransferAgent.execute: Completely failed to put and register file. Failed to perform exists from any catalog

Did I miss an option in the dirac.cfg to access the correct catalog ?

graciani commented 12 years ago

This is not a DIRAC issue. If anything it is a LHCb problem, I will close the issue.

In any case:

$ dirac-dms-lfn-replicas /lhcb/data/2011/RAW/FULL/VELO/FINEHVSCAN/104658/104658_0000000057.raw {'Failed': {'/lhcb/data/2011/RAW/FULL/VELO/FINEHVSCAN/104658/104658_0000000057.raw': 'No such file or directory'}, 'Successful': {}}

and the file is not present at CERN:

$ nsls -l /castor/cern.ch/grid/lhcb/data/2011/RAW/FULL/VELO/FINEHVSCAN/104658/104658_0000000057.raw /castor/cern.ch/grid/lhcb/data/2011/RAW/FULL/VELO/FINEHVSCAN/104658/104658_0000000057.raw: No such file or directory

the file is not there, what would you expect?