Page 1 of 1

Table 'BLC.blc_sku' doesn't exist

Posted: Mon Dec 15, 2014 12:38 am
by ansar.a
am using broadleaf version 3.1.10 with java 1.7 and tomcat 7 .i have setup the project in netbean IDE with my local MySQL database.while running getting error table not exist.

HTTP Status 500 - Request processing failed; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: Table 'broadleaf.blc_sku' doesn't exist

where 'broadleaf' is my local database name.

Re: Table 'BLC.blc_sku' doesn't exist

Posted: Mon Dec 15, 2014 12:53 am
by ansar.a
please translate your replay to english

Re: Table 'BLC.blc_sku' doesn't exist

Posted: Mon Dec 15, 2014 1:29 am
by ansar.a
while comparing i can found that the values are inserted from core/src/main/resources/sql/ files.but while executing some queries got table not exist for category table.please help me to find out from where these tables get created