Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
Troubleshooting
On this page
You may encounter errors during initial configuration or when attempting to connect to SingleStore as a Kerberos-authenticated user.
Service Principal Name Does Not Match
Consider the following client error:
ERROR: p8188 t99998 c5 Retrieved client name 'user2@EXAMPLE.COM' does not match expected 'user1@EXAMPLE.COM'. Access denied
ERROR: p8188 t99998 c5 ProcessHandshakeResponsePacket() failed. Sending back 1045: Retrieved principal does not match expected Kerberos usernameThis error scenario is caused by attempting to connect as a SingleStore user with an SPN that differs from the SPN to which the SingleStore user is bound.'user1'@'%') is bound to the user1@EXAMPLE. SPN.user2@EXAMPLE..'user1'@'%' user, SingleStore will deny access because 'user1'@'%' is not bound to user2@EXAMPLE..kinit for the correct user1@EXAMPLE. SPN and try the connection again.
Last modified: