Skip to content
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

Docker Image crashing on Start #36

Open
HackHerz opened this issue Jan 7, 2021 · 0 comments
Open

Docker Image crashing on Start #36

HackHerz opened this issue Jan 7, 2021 · 0 comments

Comments

@HackHerz
Copy link

HackHerz commented Jan 7, 2021

I had some difficulties getting opencov to run. The Docker Image on dockerhub wouldn't start at all so i built it myself.

With docker-compose run opencov mix phx.server i got the following error:

10:35:37.186 [info] Running Opencov.Endpoint with Cowboy using http://0.0.0.0:4000
10:35:40.013 [info] tzdata release in place is from a file last modified Mon, 20 Mar 2017 18:53:44 GMT. Release file on server was last modified Tue, 29 Dec 2020 17:00:24 GMT.
10:35:41.210 [error] GenServer :tzdata_release_updater terminating
** (FunctionClauseError) no function clause matching in Tzdata.Util.first_matching_weekday_in_month/4
    (tzdata) lib/tzdata/util.ex:73: Tzdata.Util.first_matching_weekday_in_month(1932, 4, 7, [])
    (tzdata) lib/tzdata/util.ex:293: Tzdata.Util.time_for_rule/2
    (tzdata) lib/tzdata/period_builder.ex:158: Tzdata.PeriodBuilder.calc_periods_for_year/9
    (tzdata) lib/tzdata/period_builder.ex:177: Tzdata.PeriodBuilder.calc_periods_for_year/9
    (tzdata) lib/tzdata/period_builder.ex:182: Tzdata.PeriodBuilder.calc_periods_for_year/9
    (tzdata) lib/tzdata/period_builder.ex:177: Tzdata.PeriodBuilder.calc_periods_for_year/9
    (tzdata) lib/tzdata/period_builder.ex:182: Tzdata.PeriodBuilder.calc_periods_for_year/9
    (tzdata) lib/tzdata/period_builder.ex:177: Tzdata.PeriodBuilder.calc_periods_for_year/9
Last message: :check_if_time_to_update

With tzdata, :autoupdate, :disabled in the config file it works, but i am not really sure why. Maybe other People will run into this problem as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant