I'm trying to get my dev environment running to please @Philip Durbin in https://github.com/IQSS/dataverse/pull/10020, but mvn -Pct clean package docker:run fails to start the application. I'm on a Mac with M1, although that shouldn't be the issue as the containers are running. I've tried several times, with slightly different errors every time, but this has come back multiple times now:
dev_dataverse> [#|2023-10-18T08:10:07.034+0000|SEVERE|Payara 6.2023.8|javax.enterprise.system.core|_ThreadID=33;_ThreadName=RunLevelControllerThread-1697616589834;_TimeMillis=1697616607034;_LevelValue=1000;|
dev_dataverse> Exception while loading the app : EJB Container initialization error
dev_dataverse> java.util.NoSuchElementException: Unable to find property with name dataverse.pid.handlenet.index
...
Restarting the dataverse-1 container doesn't help, like it does in https://github.com/IQSS/dataverse/issues/9949.
Okay, so running mvn -Pct install docker:run after mvn -Pct clean package seems to work.
Ben Companjen has marked this topic as resolved.
Last updated: Oct 30 2025 at 05:14 UTC