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

Crashing on startup #5

Open
quantumproducer opened this issue Mar 9, 2017 · 2 comments
Open

Crashing on startup #5

quantumproducer opened this issue Mar 9, 2017 · 2 comments

Comments

@quantumproducer
Copy link

make all
make run
rel/erws/bin/erws start
Kernel pid terminated (application_controller) ({application_start_failure,cowboy,{bad_return,{{cowboy_app,start,[normal,[]]},{'EXIT',{undef,[{cowboy_app,start,[normal,[]],[]},{application_master,star

Crash dump is being written to: erl_crash.dump...done
@marcelog
Copy link
Owner

marcelog commented Mar 9, 2017

Did you run rebar get-deps? It seems dependencies are not installed.

@quantumproducer
Copy link
Author

yes

:.cd code
~/code:.cd erws
~/code/erws:.rebar get-deps
==> goldrush (get-deps)
==> lager (get-deps)
==> cowlib (get-deps)
==> ranch (get-deps)
==> cowboy (get-deps)
==> erws (get-deps)
~/code/erws:.ls
Makefile	ebin		rebar.config
README		priv		rel
deps		rebar		src
~/code/erws:.rebar all
WARN:  'all' command does not apply to directory /Users/quantum/code/erws
Command 'all' not understood or not applicable
~/code/erws:.make run
rel/erws/bin/erws start
Kernel pid terminated (application_controller) ({application_start_failure,cowboy,{bad_return,{{cowboy_app,start,[normal,[]]},{'EXIT',{undef,[{cowboy_app,start,[normal,[]],[]},{application_master,star

Crash dump is being written to: erl_crash.dump...done
~/code/erws:.

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

2 participants