Page 1 of 1

Table 'broadleaf.blc_system_property' doesn't exist

Posted: Tue Jul 21, 2015 11:44 am
by Timon
Hello

I am using version 4.0.
I successfully switched to a MySQL database and deployed the apps to tomcat.
Both apps start and I can e.g. log in to localhost:8081/admin with username and password.

But during startup I see in the log file the following entry:

Code: Select all

org.hibernate.exception.SQLGrammarException: Table 'broadleaf.blc_system_property' doesn't exist


How can I verify whether all necessary database tables have been created?
And if not ... is there a way to get the sql scripts?
The ant task "build-create-sql" is not in the build scripts anymore ...

With many thanks
Timon

Re: Table 'broadleaf.blc_system_property' doesn't exist

Posted: Mon Jul 27, 2015 4:55 am
by phillipuniverse
Hm this is a bit odd. Where in the startup process does this occur?

Re: Table 'broadleaf.blc_system_property' doesn't exist

Posted: Thu Nov 19, 2015 2:59 pm
by junaidjp
I have the Same problem

Did you find any resolution.