This topic describes the errors that may occur when you connect to a Lindorm instance and how to troubleshoot the errors.
The following table describes the error messages that may appear and how to troubleshoot the errors.
| Error message | Possible cause and solution |
|---|---|
| Retry exhausted when update config from seedserver |
|
| Failed to connect to jdbc:lindorm:table:url=**** |
|
| DoNotRetryIOException: Detect inefficient query: SELECT*FROM xxxx This query may be a fulltable scan and thus may have unpredictable performance. | This error is returned because the Lindorm wide table engine identifies the SELECT statement as an inefficient query and the server rejects to execute the statement. For information about how to resolve the error, see FAQ. |