To be clear, before running "./init.sh start", are you running "./rebar compile"? It may be that your modules are not yet compiled. While dev mode automatically compiles and loads the .erl files, production mode must be compiled ahead of time, and have the .beam files placed into the ebin directory.
Have you done this step? -Jesse On Tue, Mar 25, 2014 at 5:36 AM, Peter Yuen <[email protected]> wrote: > i have the same problem, but, the path is correctly.... I don't know what > to do. > > please help > > On Friday, May 3, 2013 4:42:20 PM UTC+8, Derek Chiang wrote: >> >> I'm not sure why this happens, but when I try to deploy my application on >> a remote server and start in production mode ("./init.sh start"), the >> routes file is not found. However if I start it in development mode, then >> everything is good. >> >> It's worth noting that both development mode and production mode run >> normally on my local machine. >> > -- > You received this message because you are subscribed to the Google Groups > "ChicagoBoss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at http://groups.google.com/group/chicagoboss. > To view this discussion on the web visit > https://groups.google.com/d/msgid/chicagoboss/5ccdc68b-0613-49d0-8fb6-c8344a8f2052%40googlegroups.com<https://groups.google.com/d/msgid/chicagoboss/5ccdc68b-0613-49d0-8fb6-c8344a8f2052%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Jesse Gumm Owner, Sigma Star Systems 414.940.4866 || sigma-star.com || @jessegumm -- You received this message because you are subscribed to the Google Groups "ChicagoBoss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/chicagoboss. To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/CAPTXyXex7-%2BSTZL1PPBBowGoTyeeWo3n12e_qUOHGhHccF0wLQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
