cabol / shards

Partitioned ETS tables for Erlang and Elixir

Home Page:https://hexdocs.pm/shards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to start shard_sup

zacksiri opened this issue · comments

I'm trying to run my cache on alpine linux and I'm getting errors. I'm using the nebulex library btw.

Process #PID<0.2814.0> terminating: {{:shutdown, {:failed_to_start_child, Studio.Cache, {:shutdown, {:failed_to_start_child, :shards_sup, {:EXIT, {:undef, [{:shards_sup, :start_link, [Studio.Cache.LocalSupervisor], []}, {:supervisor, :do_start_child, 2, [file: 'supervisor.erl', line: 365]}, {:supervisor, :start_children, 3, [file: 'supervisor.erl', line: 348]}, {:supervisor, :init_children, 2, [file: 'supervisor.erl', line: 314]}, {:gen_server, :init_it, 2, [file: 'gen_server.erl', line: 365]}, {:gen_server, :init_it, 6, [file: 'gen_server.erl', line: 333]}, {:proc_lib, :init_p_do_apply, 3, [file: 'proc_lib.erl', line: 247]}]}}}}}}, {Studio.Application, :start, [:normal, []]}}

Because this hasn't to do with shards, the issue will be handled by cabol/nebulex#26