-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DB fails to start due to ORA-01804: failure to initialize timezone information #227
Comments
hey, I'm also having this problem. I can provide plenty of reproducers if necessary, see https://github.com/quarkus-qe/quarkus-test-suite/actions/runs/6293770992 logs. I suspect this affect most of the Oracle Dev services users. |
Thanks, @brunobat and @michalvavrik for reporting this! |
Ok, seems like the build script has a bug not anticipating changes in the latest timezone file and hence deletes the wrong one. Hence the error that the timezone info cannot be established. |
I think I have isolated and fixed the issue. @brunobat, @michalvavrik, would it be possible for you to run the tests again and confirm, please? |
Fixed problem for me, thank you. |
Thanks for the quick fix @gvenzl |
Awesome, so glad to hear that! Sorry for the disruption, I will add some additional tests to make sure it won't happen again! |
We have a test based on the
docker.io/gvenzl/oracle-free:23-slim-faststart
that was updated ~20h ago.Our test now fails with:
See for details:
quarkusio/quarkus#36126
Full message:
The text was updated successfully, but these errors were encountered: