You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020-07-18 08:37:50,884 ERROR [db-error] DataAccessException : caused: StatementCallback; bad SQL grammar [select 1 from config_info_beta limit 1]; nested exception is java.sql.SQLSyntaxErrorException: Syntax error: Encountered "1" at line 1, column 38.;caused: Syntax error: Encountered "1" at line 1, column 38.;caused: Syntax error: Encountered "1" at line 1, column 38.;
2020-07-18 08:37:50,884 ERROR There was an error querying the data, request : SelectRequest{queryType=1, sql='select 1 from config_info_beta limit 1', args=null, className='java.lang.Integer'}, error : org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [select 1 from config_info_beta limit 1]; nested exception is java.sql.SQLSyntaxErrorException: Syntax error: Encountered "1" at line 1, column 38.
2020-07-18 08:37:50,884 ERROR An exception occurred during the query operation : com.alibaba.nacos.config.server.exception.NJdbcException: BadSqlGrammarException:Syntax error: Encountered "1" at line 1, column 38.
2020-07-18 08:37:50,910 ERROR [db-error] DataAccessException : caused: StatementCallback; bad SQL grammar [select 1 from config_info_tag limit 1]; nested exception is java.sql.SQLSyntaxErrorException: Syntax error: Encountered "1" at line 1, column 37.;caused: Syntax error: Encountered "1" at line 1, column 37.;caused: Syntax error: Encountered "1" at line 1, column 37.;
2020-07-18 08:37:50,910 ERROR There was an error querying the data, request : SelectRequest{queryType=1, sql='select 1 from config_info_tag limit 1', args=null, className='java.lang.Integer'}, error : org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar [select 1 from config_info_tag limit 1]; nested exception is java.sql.SQLSyntaxErrorException: Syntax error: Encountered "1" at line 1, column 37.
2020-07-18 08:37:50,910 ERROR An exception occurred during the query operation : com.alibaba.nacos.config.server.exception.NJdbcException: BadSqlGrammarException:Syntax error: Encountered "1" at line 1, column 37.
Issue Description
bad SQL grammar
How to reproduce it (as minimally and precisely as possible)
nacos 1.3.1 cluster, 3 nodes
./startup.sh -p embedded
logs/config-fatal.log
The text was updated successfully, but these errors were encountered:
Issue Description
bad SQL grammar
How to reproduce it (as minimally and precisely as possible)
The text was updated successfully, but these errors were encountered: