EC5004

1 minute readReference

Synopsis

ERROR EC5004: [path]: failed to get size of file: [detail]

Description

A CloudBees Build Acceleration program had successfully opened the named file for reading only, then encountered the described error when requesting its size.

Reasons

Some pathnames do not correspond to ordinary disk files, but to special objects that might not have a notion of size. Perhaps EA was expecting to open an ordinary file, and encountered a one of these special objects instead.

Fixes

Consider what should have that pathname. If an ordinary file should have that pathname, then arrange that it does. But if a special object should have that pathname, then arrange that CloudBees Build Acceleration attempts to read from a different pathname, one that describes an ordinary file.