EC1349

1 minute readReference

Synopsis

ERROR EC1349: Unable to open target file (2) for copy from local agent: [path]: [system error]

Description

An error occurred while trying to open a file to receive the content of a file created during a build job run using an agent on the same host as emake itself. The path in the error message identifies the specific file involved, which will be a temporary file in emake’s backing store. The system error message provides additional detail about the specific cause of the failure.

Reasons

Because the error involves an external system in this case (the filesystem on the emake host), the list of possible causes for this error is virtually limitless: insufficient disk space; a corrupted filesystem; hardware failure; insufficient permissions; and so on. Refer to the specific system error message to determine the cause of the failure.

Fixes

The fix will depend on the specific cause of the error. For example, if the error states no space left on device, then you need to ensure that the device hosting the emake temporary directory has sufficient space to store the files created during the build.