Error Messages
This section provides a detailed list of Error/Warning mesages and their respective description.
| Error/Warning Message | Description |
|---|---|
| Out of memory | System doesn't have enough memory (RAM) available |
| Invalid version | The version is not valid |
| Operation authentication failed | Unrecognizable client request or failed to authenticate user |
| Not found | Item not found |
| Initialization failed | failed to initialize |
| Missing parameters | Expected cryptographic input parameter(s) not provided |
| Configuration file not found | Property file does not exists at specified path |
| Unsupported authentication type | Authentication type is not supported |
| Logged out | Logged out already from nae/kmip session, can't log back in |
| Missing authentication info | Authentication info, username and password is not present into authinfo. |
| Incorrect key type | Incorrect key type for the operation getting performed. Example - Expecting RSA public key but provided is RSA private key. |
| Invalid key state | The key state is invalid to get the key |
| Supplied buffer too small | Allocated memory space or buffer provided is not large enough to accommodate the data being processed |
| Unsupported algorithm | Provided algorithm is not supported for the operation getting performed |
| Invalid parameter value | NULL pointer reference found for function input parameter(s) or input parameter(s) is out of range. |
| Invalid flags | Invalid or unsupported flags |
| Missing configuration entry | Entry for some configuration(s) not provided in the property file |
| Config file version mismatch | Version of the provided property file is not matching with the library trying to load |
| Config file entry error | Value provided against a property in the property file is invalid |
| Key not exportable | Cryptographic key cannot be exported from CM due to security restrictions |
| Key state error | Incorrect or unexpected key state |
| Key not exportable | Cryptographic key cannot be exported from CM due to security restrictions |
| Invalid session | NAE/KMIP session is invalid |
| Invalid key | Failed to create Key or Key has become invalid for the operation getting performed. |
| Cannot write to logfile | Failed to write data to a log file. This can happen due to various reasons related to file permissions, file system issues, or incorrect file paths. |
| Unsupported command | Batch operation is not supported by the server |
| Key Version does not exist | Requested version does not exist for the key |
| Key is NOT a Versioned Key | Requested key is not a versioned key |
| Connection failed | A recoverable error, load balancer is trying to connect with another server for us if configured in the property file |
| Not an IP address | Invalid NAE/KMIP IP address is provided in the property file |
| Connection read error | This error message comes when there is no data to read from socket |
| Connection write error | This error message comes when there is no data to write on socket |
| Connection generic error | XML protocol negotiation failed. Old server protocol is not supported |
| Connection fatal error | A fatal XML error response received from server for an XML request |
| Connection non fatal error | A non-fatal XML error response received from server for an XML request |
| Connection error: Invalid response | Failed to parse XML response received from server due to presence/absence of a tag |
| Connection error: Invalid data size | Failed to parse XML response received from server due to invalid data size of a tag |
| Connection error: Maximum buffer reached | Allocated buffer provided is not large enough to read the data |
| Connection error: Out of memory | System doesn't have enough memory (RAM) available |
| Connection unknown error | Unable to establish connection |
| Connection error: Invalid XML | Unexpected or incorrect XML provided |
| Connection invalid | Invalid or incorrect connection |
| Connection CA file error | Failed to open or verify CA cert file. |
| Connection certificate file error | Cannot load Certificate with common name or thumbprint. |
| Connection private key error | Failed to load certificate private key due to invalid passphase/location/permission/format |
| TCP/SSL protocol mismatch | Server resets the connection on a read as it is expecting an SSL connection but found TCP connection or vice versa. |
| Could not release connection | Unable to release connection back to the pool |
| No object found | Object missing |
| NAE error: See log | View the log for the details of the NAE error encountered |
| NAE key already exists | Key already exists on the server |
| Ing_Initialize not called | Providers not initialize |
| Illegal address in the Syslog_Server_IP property | Syslog hostname or IP address provided in the property file is invalid |
| NAE error: Unknown key name or insufficient permissions | Unknown key name or insufficient permissions |
| Max limit of active batch connections reached | Max limit of active batch connections reached |
| Missing credentials | Username or password is empty |
| Secret Object is not a key | Unexpected or unsupported format provided for the Secret Object |
| Invalid or Missing Credentials | Invalid authentication credentials provided |