EC3199

1 minute readReference

Synopsis

InvalidInteger: Argument [arg] is not a valid integer: [detail] InvalidInteger: Argument [arg] must be between [min] and [max]

Description

This error indicates that the user tried to set a integer field in the cluster manager to a non-numeric value (for example, setting the resource statistics interval to an empty string or to a string containing non-numeric characters).

Reasons

The user has specified an invalid integer 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 integer value when setting the parameter in question.