EC3148

1 minute readReference

Synopsis

ERROR EC3148: Couldn’t start cluster build on cm([hostname]): NoResourceManager: The build requested resource ‘[resource]’, but the server is not configured to support resource management.

Description

When connecting to the Cluster Manager (CM), this error is produced if Electric Make (emake) requests resource management and the CM is not configured to use resource management. This is the default.

The resource is specified with either the –emake-resource command-line option or the EMAKE_RESOURCE environment variable. The value of either or both of these options is causing emake to report this error.

The error originates on the CM, which is specfied with either the –emake-cm command-line option or the EMAKE_CM environment variable.

Reasons

This error will occur if the CM is not configured to support resource management.

Fixes

As an administrator, enabled resource management on the CM. This can be done via cmtool or the Server ⇒ Settings page. For Resource Manager Type, select built-in.

If you do not have administrative access to the CM, remove the –emake-resource or EMAKE_RESOURCE setting.

Alternatively, specify a CM configured to support resource management.