Page 1 of 1

Demosite 4.0.0-RC1 tomcat exception

Posted: Mon Apr 20, 2015 6:05 pm
by arunmrao
Just did a git clone of master - which I believe is merged with 4.0.0-RC1
(using jdk8)
Did a "mvn install" from root project and a "ant tomcat" from the site project - get the following exception:

Code: Select all

[artifact:mvn] Caused by: javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: user lacks privilege or object not found: PRODUCTIMP0_.OVERRIDE_GENERATED_URL
:
[artifact:mvn] Caused by: org.hibernate.exception.SQLGrammarException: user lacks privilege or object not found: PRODUCTIMP0_.OVERRIDE_GENERATED_URL
:
[artifact:mvn] Caused by: java.sql.SQLSyntaxErrorException: user lacks privilege or object not found: PRODUCTIMP0_.OVERRIDE_GENERATED_URL


Am I missing something ?

Re: Demosite 4.0.0-RC1 tomcat exception

Posted: Thu Apr 23, 2015 10:56 am
by phillipuniverse
Can you open an issue for this in https://github.com/BroadleafCommerce/DemoSite?

Re: Demosite 4.0.0-RC1 tomcat exception

Posted: Thu Apr 23, 2015 5:37 pm
by arunmrao
Dropped and recreated mysql db, did a clean build - and the problem went away..