KMIP Server - Log Reference
This page lists important log events emitted by the Securosys KMIP Server.
These are events that are relevant for an operations team that is hosting the KMIP Server or the HSM cluster. These events are actionable, and you should consider writing alerting rules for them. For example, this includes failure to log in to the HSM.
The KMIP Server also emits many other log events. However, in contrast to the selected events listed here, those events are more informational, are for application debugging or for auditing purposes, and are not directly actionable for an operations team. For example, this includes clients making bad requests. These events are usually propagated back to the client.
Log Events
| Level | Message | Action / Description |
|---|---|---|
| WARN | com.securosys.primus.jce.PrimusProviderException | Java exceptions coming from the Primus JCE Provider. Check the rest of the stacktrace for details. |
| WARN | Error migrating database, rolling back | Check KMIP Server logs and database logs. Contact support. |
| WARN | Error getting dbversion (new db?), will try and load init script | Emitted when the database is empty, causing the KMIP Server to reinitialize based on the connected HSM Partition. |
| WARN | db migrate target version not provided | Make sure that you providing the latest DB migration target version in the db.version config field. |
| WARN | kmipserver.KmipConfig Error starting KmipServer and configuring db, com.cryptsoft.kmip.KmipException$System: System Error | Check KMIP Server logs (likely db migration failed) and database logs. |
| WARN | util.log javax.net.ssl.SSLHandshakeException: (certificate_unknown) Received fatal alert: certificate_unknown | A user tried to log in with invalid client certificate. |