bad_application error starting erlang gen_server application
Posted
by user313475
on Stack Overflow
See other posts from Stack Overflow
or by user313475
Published on 2010-04-10T13:26:37Z
Indexed on
2010/04/10
14:03 UTC
Read the original article
Hit count: 275
erlang
|gen-server
I have written a simple erlang app using gen_server.
When starting it with application:start(myapp), I get the following tuple...
{error,{bad_application,{application,myapp ... (rest of my application config).
There are no other error or warning messages. I have also tried to google examples of how to configure gen_server and also the error itself. I am surprised at how little information there is out there.
I could start trying to debug OTP?? Any pointers would be appreciated.
© Stack Overflow or respective owner