Something strange is going on. As of this afternoon, I can't spin up the develop branch in containers.
https://github.com/IQSS/dataverse-sample-data/actions/runs/5733275707/job/15537711085#step:9:998
Same with https://github.com/pdurbin/dataverse-api-test-runner/actions/runs/5732239898 (but you have to download logs.tgz)
Exception during lifecycle processing org.glassfish.deployment.common.DeploymentException: CDI deployment failure:jakarta/servlet/Filter -- jakarta/servlet/Filter
It was working fine all day but suddenly stopped working.
I'd appreciate it if someone could try as well with this (removing old images first with docker rmi):
docker compose -f docker-compose-dev.yml up -d
Just checked here locally; it's the same thing here locally.
[#|2023-08-02T11:10:15.651+0000|SEVERE|Payara 5.2022.5|javax.enterprise.system.core|_ThreadID=28;_ThreadName=RunLevelControllerThread-1690974574376;_TimeMillis=1690974615651;_LevelValue=1000;_MessageID=NCLS-CORE-00026;|
Exception during lifecycle processing
org.glassfish.deployment.common.DeploymentException: CDI deployment failure:jakarta/faces/context/FacesContext -- jakarta/faces/context/FacesContext
Thanks! Any idea what might be going on?
I'm pretty sure the images get pushed daily to Docker Hub.
cron: '23 3 * * 0' # Run for 'develop' every Sunday at 03:23 UTC at https://github.com/IQSS/dataverse/blob/54fd71e99af52274b558e780a20333f81eb0a431/.github/workflows/container_base_push.yml#L22C11-L22C75
Not the foggiest here : ) Seems that something quietly failed while building image; maybe some dependency upstream is giving issues?
I created an issue: https://github.com/IQSS/dataverse/issues/9749
Philip Durbin said:
I created an issue: https://github.com/IQSS/dataverse/issues/9749
Resolved with the latest build!
Yes. I wrote about how it fixed itself here: https://github.com/IQSS/dataverse/issues/9749#issuecomment-1662561402
but
Why did this happen?
How can we prevent this from happening again?
What triggered the update 3 hours ago?
As far as I can tell, the app image should have been lasted updated by https://github.com/IQSS/dataverse/actions/runs/5719168615 two days ago. July 31 around 4:10 EDT when we merged #9736.
So I don't know what updated the app image 3 hours ago. :thinking:
Philip Durbin said:
So I don't know what updated the app image 3 hours ago. :thinking:
https://github.com/IQSS/dataverse/commit/5c240a94823a7a40ebf0b2d7a7f883403e7ccba9 ?
Probably not. I just edited https://github.com/IQSS/dataverse/issues/9749 to clarify that I'm talking about a push that happened between 4:22 and 6:16 pm on Aug 1, not Aug 2.
But I appreciate you digging in! I think we'll have a lil' postmortem during the next container meeting (not today, I have a dentist appointment, so next week).
@Oliver Bertuch this is the topic I opened when I started seeing weird behavior but now we have #9769 and a better understanding. I'm thinking I'll create a new topic and close this one.
Ok, closing in favor of this new topic: #containers > #9769 unstable images
Philip Durbin has marked this topic as resolved.
Last updated: Oct 30 2025 at 05:14 UTC