Hello,
I've recently followed your eclipse setup page and have the demo site up and running. I've gotten the admin site running in eclipse and when I go to https://localhost:8444/admin I am presented with a log in screen. admin/admin will log me in and other things give an invalid credentials message.
So far so good.
However after logging in with admin/admin I'm presented with a completely blank page. There isn't anything in the header or body, there are no js errors, there are no network errors. There are no errors in the console (well a benign warning about: being unable to determine the runtime environment). So I've debugged into this a ways and gotten to:
BroadleafAdminLoginController.loginSuccess() -> adminNavigationService.buildMenu(...) -> adminNavigationDao.readAllAdminModules()
which returns an empty list from the query "SELECT adminModule FROM org.broadleafcommerce.openadmin.server.security.domain.AdminModule adminModule". So my question is at this point did I miss some setup or configuration that I was supposed to do before running the admin portion?
Thank you so much for any help you can offer.
This forum is in readonly mode and serves as an archive of old information. All posting, registration and commenting abilities have been turned off. To get help, the Broadleaf team reguarly monitors the broadleaf-commerce tag on Stack Overflow so please ask your questions there.