Skip to content

Instantly share code, notes, and snippets.

@xrl
Created April 19, 2011 20:41
Show Gist options
  • Save xrl/929599 to your computer and use it in GitHub Desktop.
Save xrl/929599 to your computer and use it in GitHub Desktop.
[INFO] (src/mongrel2.c:76) RELOAD REQUESTED, I'll do it on the next request.
[INFO] (src/mongrel2.c:307) Reload requested, will load f400bf85-4538-4f7a-8908-67e313d515c2 from /home/mongrel2/config.sqlite
DEBUG src/config/config.c:500: Stopping proxy: proxy:1:127.0.0.1:14000:
DEBUG src/config/config.c:500: Stopping proxy: proxy:2:127.0.0.1:9992:
DEBUG src/config/config.c:500: Stopping proxy: proxy:3:127.0.0.1:14001:
DEBUG src/config/config.c:504: Stopping dir: dir:1:www/:index.html:text/plain:
DEBUG src/config/config.c:504: Stopping dir: dir:2:kris_dev/:index.html:text/plain:
DEBUG src/config/config.c:504: Stopping dir: dir:4:debian/:index.html:text/plain:
DEBUG src/config/config.c:504: Stopping dir: dir:3:demo_production/:index.html:text/plain:
DEBUG src/config/config.c:496: Stopping handler: handler:1:tcp://127.0.0.1:9991:54c6755b-9628-40a4-9a2d-cc82a816345f:tcp://127.0.0.1:9990::
[ERROR] (src/mongrel2.c:122: errno: No such file or directory) Failed to load config database at /home/mongrel2/config.sqlite
[ERROR] (src/mongrel2.c:241: errno: None) Failed to load new server config.
[ERROR] (src/mongrel2.c:309: errno: None) Failed to load the new configuration, exiting.
[ERROR] (src/mongrel2.c:324: errno: None) Exiting due to error.
[INFO] (src/handler.c:314) MAX limits.handler_stack=102400
[INFO] (src/config/config.c:154) Loaded handler 1 with send_spec=tcp://127.0.0.1:9991 send_ident=54c6755b-9628-40a4-9a2d-cc82a816345f recv_spec=tcp://127.0.0.1:9990 recv_ident=
[INFO] (src/config/config.c:120) Using handler protocol: 'json'
[INFO] (src/config/config.c:208) Loaded proxy 1 with address=127.0.0.1 port=9992
[INFO] (src/config/config.c:208) Loaded proxy 2 with address=127.0.0.1 port=14000
[INFO] (src/config/config.c:208) Loaded proxy 3 with address=127.0.0.1 port=14001
[INFO] (src/dir.c:179) MAX limits.dir_send_buffer=16384, limits.dir_max_path=256
[INFO] (src/config/config.c:247) Loaded dir 1 with base=www/ index=index.html def_ctype=text/plain
[INFO] (src/config/config.c:247) Loaded dir 2 with base=demo/production/ index=index.html def_ctype=text/plain
[INFO] (src/config/config.c:247) Loaded dir 3 with base=dev/kris/ index=index.html def_ctype=text/plain
[INFO] (src/config/config.c:247) Loaded dir 4 with base=debian/ index=index.html def_ctype=text/plain
[INFO] (src/config/config.c:247) Loaded dir 5 with base=dev/xavier/ index=index.html def_ctype=text/plain
[INFO] (src/host.c:62) MAX limits.url_path=256, limits.host_name=256
[INFO] (src/config/config.c:310) Adding host 1:tasman to server at pattern tasman
DEBUG src/config/config.c:315: Setting default host to host 1:tasman
[INFO] (src/config/config.c:310) Adding host 2:vcaeng11 to server at pattern vcaeng11
[INFO] (src/config/config.c:310) Adding host 3:10.40.22.21 to server at pattern 10.40.22.21
[INFO] (src/config/config.c:310) Adding host 4:localhost to server at pattern localhost
[INFO] (src/config/config.c:360) Loaded server 1:f400bf85-4538-4f7a-8908-67e313d515c2 on port 80 with default host tasman
[INFO] (src/mime.c:49) MAX limits.mime_ext_len=128
[INFO] (src/superpoll.c:256) MAX open file descriptors is 10240 now.
[ERROR] (src/unixy.c:99: errno: No such file or directory) Failed to open PID file /home/mongrel2/run/mongrel2.pid for reading.
[INFO] (src/unixy.c:138) No previous Mongrel2 running, continuing on.
[INFO] (src/mongrel2.c:179) All loaded up, time to turn into a server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment