EC1326

1 minute readReference

Synopsis

WARNING EC1326: Local agent is busy.

Description

This warning is printed when emake is running without a cluster manager, attempts to connect to an agent running on the same host as emake itself (a “local” agent), but the agent is already in use by another emake instance. This message should never be seen, as the error code is used exclusively to coordinate between internal components of emake.

Reasons

This message indicates that another emake instance is already using the local agents on your emake host.

Fixes

For advanced sharing of agent resources, local and remote, use a cluster manager to coordinate between emake instances. Otherwise, use --emake-maxagents for each emake instance running without a cluster manager on the same host in order to manually share the local agent resources.