EC5007

1 minute readReference

Synopsis

ERROR EC5007: exception during asynchronous I/O processing: [error]

Description

An unrecoverable error occurred in the asynchronous I/O subsystem in emake. The error text at the end of the message gives additional details about the failure, including the specific action that failed.

Reasons

The reason for the error depends upon the specific action that failed.

Unable to start new thread: not enough system resources available.:

  • emake was unable to start a thread to handle asynchronous I/O. This may be due to a per-user or a system-wide limit on the number of threads that can be created, or it may occur when using the 32-bit version of emake to run a build with many hundreds of agents.

Fixes

The fix depends on the specific fault.

Unable to start new thread: not enough system resources available.:

  • Verify that you have not hit a per-user limit on threads.

  • Verify that you have not hit a system-wide limit on threads.

  • Use the 64-bit version of emake instead of the 32-bit version, especially if the build uses many agents.

For other specific errors, contact CloudBees support.