Skip to content

Compilation error with ** (EXIT) no process #5

@syamilmj

Description

@syamilmj

I'm using Phoenix, getting this error during compilation:

== Compilation error on file lib/sitemaps.ex ==
** (exit) exited in: GenServer.call(Sitemap.Config, {:update, #Function<2.23984558/1 in Sitemap.Config.set/2>}, 5000)
    ** (EXIT) no process
    (elixir) lib/gen_server.ex:596: GenServer.call/3
    (elixir) lib/enum.ex:651: Enum."-each/2-lists^foreach/1-0-"/2
    (elixir) lib/enum.ex:651: Enum.each/2
    lib/sitemaps.ex:10: (module)
    (stdlib) erl_eval.erl:670: :erl_eval.do_apply/6
    (elixir) lib/kernel/parallel_compiler.ex:117: anonymous fn/4 in Kernel.ParallelCompiler.spawn_compilers/1

I have verified that :sitemap is already in my :applications list.

Any clues what's missing here? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions