Page 1 of 1

Re: Tomcat server not getting started

Posted: Mon Apr 20, 2015 10:46 am
by phillipuniverse
What version of Broadleaf are you using?

Re: Tomcat server not getting started

Posted: Thu Apr 23, 2015 11:03 am
by phillipuniverse
Can you try adding this to your common-shared.properties:

password.site.encoder=org.springframework.security.crypto.password.NoOpPasswordEncoder

Re: Tomcat server not getting started

Posted: Sun Apr 26, 2015 11:02 pm
by phillipuniverse
Amit, what OS are you on? I have not seen the error that you have before.

Re: Tomcat server not getting started

Posted: Sun Jun 21, 2015 8:28 pm
by phillipuniverse
@amit1sharma - if you have this set:

Code: Select all

blPU.hibernate.hbm2ddl.auto=update


Then all of the import sql files (in core/src/main/resources/sql) will not execute and thus you will have no data in your tables. If you want data then this value needs to be set to "create".

As a sanity check, what does SELECT * FROM BLC_CATEGORY; return?