You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by minisoft_rm <mi...@hotmail.com> on 2017/06/15 09:51:29 UTC

encounter issue on ignite 2.0

dear experts, I got the following error when start up my ignite 2.0 with
exported cluster project:

Caused by: org.h2.jdbc.JdbcSQLException: Syntax error in SQL statement
"CREATE INDEX PRIMARY[*] ON ""CartentriesCache_62_20_v1"".CARTENTRIES
(""PK"" ASC, ""_KEY"" ASC) "; expected "identifier"; SQL statement:
CREATE INDEX PRIMARY ON "CartentriesCache_62_20_v1".Cartentries ("PK" ASC,
"_KEY" ASC) [42001-195]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
	at org.h2.message.DbException.getSyntaxError(DbException.java:205)
	at org.h2.command.Parser.readIdentifierWithSchema(Parser.java:3197)
	at org.h2.command.Parser.parseCreate(Parser.java:4374)
	at org.h2.command.Parser.parsePrepared(Parser.java:365)
	at org.h2.command.Parser.parse(Parser.java:320)
	at org.h2.command.Parser.parse(Parser.java:292)
	at org.h2.command.Parser.prepareCommand(Parser.java:257)
	at org.h2.engine.Session.prepareLocal(Session.java:573)
	at org.h2.engine.Session.prepareCommand(Session.java:514)
	at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1204)
	at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:73)
	at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:288)
	at
org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.prepareStatement(IgniteH2Indexing.java:482)
	at
org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.executeSql(IgniteH2Indexing.java:870)
	... 16 more

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
seems the internal h2 want to create index with name of "primary"?!

please advise, thanks.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/encounter-issue-on-ignite-2-0-tp13812.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: encounter issue on ignite 2.0

Posted by dkarachentsev <dk...@gridgain.com>.
Hi,

Could you please share your configurations?

Thanks!
-Dmitry.



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/encounter-issue-on-ignite-2-0-tp13812p14023.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.