Closed brainwane closed 7 years ago
Don't we get such lovely stacktraces in this project?
This is a result of #36 still being in progress. The problem is that there are missing tables. You can work around it by editing persistence.xml
to set hibernate.hbm2ddl.auto
to create
and redeploying, which will cause Hibernate to create all the tables it knows about (but not super well, and not with any data). We don't want to do that in production, which is why we're building up seed.sql
, but for the purpose of exploring the system while it's under active construction it can be useful.
@cecilia-donnelly @brainwane is it okay to close this as a duplicate of #36?
Sure, no problem -- thanks for the explanation, @jasonaowen!
I have a new, freshly setup instance of the PSM.
I can log in with the system administrator account without errors. But when I try to log in as
admin
(the "service admin" account), the web frontend gives me this "Error processing request" error:The log in my terminal ends: