We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am trying to run phoenix application in CF, however I am not able to start the application itself. I keep getting this error
2018-06-03T00:41:30.39+0200 [APP/PROC/WEB/0] ERR Kernel pid terminated (application_controller) ({application_start_failure,my_app,{{shutdown,{failed_to_start_child,'Elixir.MyAppWeb.Endpoint',{shutdown,{failed_to_start_child,'Elixir.Phoenix.Endpoint 2018-06-03T00:41:30.39+0200 [APP/PROC/WEB/0] OUT {"Kernel pid terminated",application_controller,"{application_start_failure,my_app,{{shutdown,{failed_to_start_child,'Elixir.MyAppWeb.Endpoint',{shutdown,{failed_to_start_child,'Elixir.Phoenix.Endpoint.Handler',{shutdown ,{failed_to_start_child,{ranch_listener_sup,'Elixir.MyAppWeb.Endpoint.HTTP'},{shutdown,{failed_to_start_child,ranch_acceptors_sup,{listen_error,'Elixir.MyAppWeb.Endpoint.HTTP',eafnosupport}}}}}}}}},{'Elixir.MyApp.Application',start,[normal,[]]}}}"}
My Manifest file looks like this: `applications:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am trying to run phoenix application in CF, however I am not able to start the application itself.
I keep getting this error
2018-06-03T00:41:30.39+0200 [APP/PROC/WEB/0] ERR Kernel pid terminated (application_controller) ({application_start_failure,my_app,{{shutdown,{failed_to_start_child,'Elixir.MyAppWeb.Endpoint',{shutdown,{failed_to_start_child,'Elixir.Phoenix.Endpoint
2018-06-03T00:41:30.39+0200 [APP/PROC/WEB/0] OUT {"Kernel pid terminated",application_controller,"{application_start_failure,my_app,{{shutdown,{failed_to_start_child,'Elixir.MyAppWeb.Endpoint',{shutdown,{failed_to_start_child,'Elixir.Phoenix.Endpoint.Handler',{shutdown
,{failed_to_start_child,{ranch_listener_sup,'Elixir.MyAppWeb.Endpoint.HTTP'},{shutdown,{failed_to_start_child,ranch_acceptors_sup,{listen_error,'Elixir.MyAppWeb.Endpoint.HTTP',eafnosupport}}}}}}}}},{'Elixir.MyApp.Application',start,[normal,[]]}}}"}
My Manifest file looks like this:
`applications:
host: xpar
instances: 1
memory: 2G
port: 8080
buildpack: https://github.com/HashNuke/heroku-buildpack-elixir.git
command: MIX_ENV=prod PORT=8080 elixir -S mix phx.server`
The text was updated successfully, but these errors were encountered: