Created
February 3, 2013 16:17
-
-
Save andreacampi/4702356 to your computer and use it in GitHub Desktop.
bookshelf start.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[andrea@localhost bookshelf (master)]$ ./start.sh | |
Erlang R15B03 (erts-5.9.3.1) [source] [64-bit] [smp:8:8] [async-threads:0] [hipe] [kernel-poll:false] [dtrace] | |
=PROGRESS REPORT==== 3-Feb-2013::17:13:42 === | |
supervisor: {local,sasl_safe_sup} | |
started: [{pid,<0.34.0>}, | |
{name,alarm_handler}, | |
{mfargs,{alarm_handler,start_link,[]}}, | |
{restart_type,permanent}, | |
{shutdown,2000}, | |
{child_type,worker}] | |
=PROGRESS REPORT==== 3-Feb-2013::17:13:42 === | |
supervisor: {local,sasl_safe_sup} | |
started: [{pid,<0.35.0>}, | |
{name,overload}, | |
{mfargs,{overload,start_link,[]}}, | |
{restart_type,permanent}, | |
{shutdown,2000}, | |
{child_type,worker}] | |
=PROGRESS REPORT==== 3-Feb-2013::17:13:42 === | |
supervisor: {local,sasl_sup} | |
started: [{pid,<0.33.0>}, | |
{name,sasl_safe_sup}, | |
{mfargs, | |
{supervisor,start_link, | |
[{local,sasl_safe_sup},sasl,safe]}}, | |
{restart_type,permanent}, | |
{shutdown,infinity}, | |
{child_type,supervisor}] | |
=PROGRESS REPORT==== 3-Feb-2013::17:13:42 === | |
supervisor: {local,sasl_sup} | |
started: [{pid,<0.36.0>}, | |
{name,release_handler}, | |
{mfargs,{release_handler,start_link,[]}}, | |
{restart_type,permanent}, | |
{shutdown,2000}, | |
{child_type,worker}] | |
=PROGRESS REPORT==== 3-Feb-2013::17:13:42 === | |
application: sasl | |
started_at: nonode@nohost | |
{"init terminating in do_boot",{undef,[{bookshelf_app,start,[],[]},{init,start_it,1,[]},{init,start_em,1,[]}]}} | |
Crash dump was written to: erl_crash.dump | |
init terminating in do_boot () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment