EC1323

1 minute readReference

Synopsis

ERROR EC1323: --emake-cm and --emake-localagents cannot both be enabled.

Description

Starting with CloudBees Build Acceleration 9.1, the cluster manager intelligently handles allocation of agents on the same host as emake itself (“local” agents), so it is not necessary to specify both the --emake-cm option and the --emake-localagents=y options. This error will cause emake to exit immediately without executing the build.

Reasons

This message means that the user specified both the --emake-cm option and the --emake-localagents=y option, either via the command-line, an emake.conf file, or environment variables.

Fixes

Remove either the --emake-cm or --emake-localagents option from the emake invocation.