cancel
Showing results for 
Search instead for 
Did you mean: 

Unknown table 'CLNodeInfos' in information_schema

Former Member
0 Kudos

Hello, after successfully initializing on Hybris v6.7, subsequent ant updatesystems fail with the following error:

  [java]  org.apache.ddlutils.DatabaseOperationException: java.sql.SQLSyntaxErrorException: Unknown table 'CLNodeInfos' in information_schema

We use MySQL 5.6.40

Any ideas?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

We rolled back from mysql Connector 8.x to 5.1.46 and everything is working smoothly now.

kneuhaus
Explorer
0 Kudos

confirmed...

Former Member
0 Kudos

Confirmed. I had it quit on me on another table though. Mine threw this exception when calling ant updatesystem from the command line, when it tried to update the database schema. The table it threw the exception for was called systeminit. Downgrading the MySQL connector to the 5.1.46 version did the trick.

Former Member

Confirmed. Broke on first table (which in my case was 'abstractcontact26sn'). Solution to downgrade the MySQL connector to 5.1.47 solved the problem! Problem occured on Hybris v1808.

Answers (1)

Answers (1)

Former Member
0 Kudos

Currently it does NOT work with connector 8.x. There were some known mysql problems regarding this failure ("...unknown table..."), which should be fixed in one of the latest driver versions (maybe 8.0.14 or 15). But our tests have shown - it still doesn't work. So currently we know that 5.x databases work fine with 5.x driver. Here another suggestion - use 5.1.46, not 5.1.47 - there is another known mysql bug which pop ups in hybris platform.