You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Petri Tuomola (Jira)" <ji...@apache.org> on 2021/05/21 12:55:01 UTC

[jira] [Updated] (FINERACT-1276) Unknown table 'TABLE_NAMES' in information_schema

     [ https://issues.apache.org/jira/browse/FINERACT-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Petri Tuomola updated FINERACT-1276:
------------------------------------
    Fix Version/s:     (was: 1.5.0)

> Unknown table 'TABLE_NAMES' in information_schema
> -------------------------------------------------
>
>                 Key: FINERACT-1276
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1276
>             Project: Apache Fineract
>          Issue Type: Bug
>            Reporter: Francis Guchie
>            Assignee: Francis Guchie
>            Priority: Major
>
> After building the latest develop branch, I can not spring boot fineract i get the error below
> *Error creating bean with name '(inner bean)#707f107c': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantDatabaseUpgradeService': Invocation of init method failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: StatementCallback;* 
>  *bad SQL grammar [SHOW TABLES LIKE 'schema_version';];* 
>  *nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table 'TABLE_NAMES' in information_schema*
> *Query being executed when exception was thrown:*
>  *SHOW FULL COLUMNS FROM `information_schema`.`TABLE_NAMES`*
> *if you look at  org\apache\fineract\infrastructure\core\service\TenantDatabaseUpgradeService.java*
>  *line 133 this is where it all starts* 
> But i cannot figure out where the SHOW FULL COLUMNS FROM `information_schema`.`TABLE_NAMES` line is 
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)