Skip to content

Instantly share code, notes, and snippets.

@zbelzer
Created March 10, 2010 17:53
Show Gist options
  • Save zbelzer/328141 to your computer and use it in GitHub Desktop.
Save zbelzer/328141 to your computer and use it in GitHub Desktop.
merb : worker (port 4000) ~ Starting Thin at port 4000
merb : worker (port 4000) ~ Using Thin adapter on host 0.0.0.0 and port 4000.
merb : worker (port 4000) ~ Successfully bound to port 4000
INFO: Compiling routes... (totally normal to see 'Cannot find resource model')
~ Loaded slice 'ChefServerApi' ...
~ Compiling routes...
~ Could not find resource model User
~ Could not find resource model Node
~ Could not find resource model Role
~ Could not find resource model Search
~ Could not find resource model Cookbook
~ Could not find resource model Datum
~ Activating slice 'ChefServerApi' ...
DEBUG: Sending HTTP Request via GET to localhost:5984/_all_dbs
DEBUG: Sending HTTP Request via GET to localhost:5984/chef/_design/id_map
DEBUG: Sending HTTP Request via GET to localhost:5984/_all_dbs
DEBUG: Sending HTTP Request via GET to localhost:5984/chef/_design/nodes
DEBUG: Sending HTTP Request via GET to localhost:5984/_all_dbs
DEBUG: Sending HTTP Request via GET to localhost:5984/chef/_design/roles
DEBUG: Sending HTTP Request via GET to localhost:5984/_all_dbs
DEBUG: Sending HTTP Request via GET to localhost:5984/chef/_design/data_bags
DEBUG: Sending HTTP Request via GET to localhost:5984/_all_dbs
DEBUG: Sending HTTP Request via GET to localhost:5984/chef/_design/clients
DEBUG: Sending HTTP Request via GET to localhost:5984/_all_dbs
DEBUG: Sending HTTP Request via GET to localhost:5984/chef/_design/users
INFO: Loading roles
DEBUG: Sending HTTP Request via GET to localhost:5984/
DEBUG: Sending HTTP Request via GET to localhost:5984/chef/_design/id_map/_view/name_to_id?include_docs=true&key=[%22client%22,%22chef-validator%22]
DEBUG: Sending HTTP Request via GET to localhost:5984/chef/_design/id_map/_view/name_to_id?include_docs=true&key=[%22client%22,%22chef-webui%22]
merb : worker (port 4000) ~ Starting Thin at port 4000
merb : worker (port 4000) ~ Using Thin adapter on host 0.0.0.0 and port 4000.
merb : worker (port 4000) ~ Successfully bound to port 4000
INFO: Compiling routes... (totally normal to see 'Cannot find resource model')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment