Open prsridha opened 1 year ago
Looking at the logs, I'd look into three things:
ERROR: duplicate key value violates unique constraint "dataverserole_alias_key"
. Are you trying to setup roles with non-unique aliases?Caused by: java.lang.IllegalStateException: Exception attempting to inject Res-Ref-Env-Property: mail/notifyMailSession@javax.mail.Session@ resolved as: jndi: mail/notifyMailSession@res principal: null@mail: null
in the log. Are you sure you set up the mail addresses correctly?Thanks for the reply!
I checked postgresql logs, and found more such errors - file attached. Could this be causing the login issue? postgresql.log
For the current clean install, I'm using a blank directory for the postgresql volume mount, as given in the Dockerfile attached above.
Hello,
I have a Dataverse deployment on a Linux machine running on Docker Containers. All was working fine till my server had to restart for maintenance. Post the restart, I'm unable to publish any Dataverses or Datasets and I found the following error in the logs - "Caused by: javax.ejb.EJBException: javax.ejb.CreateException: Could not create stateless EJB"
After a suggestion from the Dataverse devs, I did a clean install using the same Dockerfile configuration. Now, I am able to login via the dataverseAdmin superuser account and it takes me to the password reset page. Here, nothing happens when I change the password. In the logs, I get the same error again.
I've attached the log file as well as my Dockerfile configuration(using .txt since github doesn't allow .yml) . I'm using docker compose. docker-compose-ssl.txt out.log
Any help on this is much appreciated!