EC3200

1 minute readReference

Synopsis

InvalidBoolean: Argument [arg] is not a valid Boolean: [detail]

Description

This error indicates that the user tried to set a boolean field in the cluster manager to a non-boolean value (for example, setting the jobcache allowed paramter on a build class to an empty string or to a string that is not recognized as a boolean value).

Reasons

The user has specified an invalid boolean value for some aspect of cluster manager configuration. The error message will indicate the parameter that was being updated as well as details about the nature of the constraint failure.

Fixes

Use a valid boolean value when setting the parameter in question, such as "0", "1", "false", "true", "no" or "yes".