Hi All,

Hoping someone has been through this and may lend a hand in something that Ive ran into. My chef client run and authenticate correctly the issue is when they try to download a cookbook from the chef-server they get a 500 error. So ive tried the to purge the ldap cookbook and hope that the file is uploaded on the server, ive deleted the cookbook and increased the version number, and I have update all the files on the cookbook and it stills gives me the same error(of course with the checksum changed when the file is updated). Any way of actually serving the cookbook files on the filesystem?

We did do a couchdb compactation prior to seeing this error, that was the only major changes done on the chef server.

Here is what the error looks like:

[Tue, 21 Feb 2012 10:25:42 +0000] INFO: *** Chef 0.10.8 ***
[Tue, 21 Feb 2012 10:25:43 +0000] INFO: Run List is [role[base-ldapauth]
[Tue, 21 Feb 2012 10:25:43 +0000] INFO: Run List expands to [resolver, main, chef-client, ca-bundle, sudo, ntp, sysstat, snmp, postfix, syslog-ng, openssh, ldap::auth, glusterfs::client-aws-asis, autofs, swap-space, mount_ebs ]
[Tue, 21 Feb 2012 10:25:43 +0000] INFO: Starting Chef Run for machine1
[Tue, 21 Feb 2012 10:25:43 +0000] INFO: Running start handlers
[Tue, 21 Feb 2012 10:25:43 +0000] INFO: Start handlers complete.
[Tue, 21 Feb 2012 10:25:44 +0000] INFO: Loading cookbooks [apt, autofs, ca-bundle, chef-client, glusterfs, java, ldap, main, mount_ebs, ntp, openssh, postfix, resolver, snmp, sudo, swap-space, syslog-ng, sysstat, vmware, yum]
[Tue, 21 Feb 2012 10:25:45 +0000] ERROR: Server returned error for https://chef/cookbooks/ldap/0.5.0/files/0f09e3a00f9b97e20474dbc557bcf126, retrying 1/5 in 3s
[Tue, 21 Feb 2012 10:25:48 +0000] ERROR: Server returned error for https://chef/cookbooks/ldap/0.5.0/files/0f09e3a00f9b97e20474dbc557bcf126, retrying 2/5 in 6s
[Tue, 21 Feb 2012 10:25:55 +0000] ERROR: Server returned error for https://chef/cookbooks/ldap/0.5.0/files/0f09e3a00f9b97e20474dbc557bcf126, retrying 3/5 in 12s
[Tue, 21 Feb 2012 10:26:07 +0000] ERROR: Server returned error for https://chef/cookbooks/ldap/0.5.0/files/0f09e3a00f9b97e20474dbc557bcf126, retrying 4/5 in 17s
[Tue, 21 Feb 2012 10:26:24 +0000] ERROR: Server returned error for https://chef/cookbooks/ldap/0.5.0/files/0f09e3a00f9b97e20474dbc557bcf126, retrying 5/5 in 38s
[Tue, 21 Feb 2012 10:27:03 +0000] ERROR: Running exception handlers
[Tue, 21 Feb 2012 10:27:03 +0000] FATAL: Saving node information to /var/cache/chef/failed-run-data.json
[Tue, 21 Feb 2012 10:27:03 +0000] ERROR: Exception handlers complete
[Tue, 21 Feb 2012 10:27:03 +0000] ERROR: Net::HTTPFatalError: 500 “Internal Server Error”
[Tue, 21 Feb 2012 10:27:03 +0000] FATAL: Stacktrace dumped to /var/cache/chef/chef-stacktrace.out
[Tue, 21 Feb 2012 10:27:03 +0000] ERROR: Sleeping for 1800 seconds before trying again


On the chef server the following file can be located on the filesystem:

root@chef1:/var/lib/chef/cookbook_index# find . -name 0f09e3a00f9b97e20474dbc557bcf126
./0f/0f09e3a00f9b97e20474dbc557bcf126
root@chef2:/var/lib/chef/cookbook_index# cat ./0f/0f09e3a00f9b97e20474dbc557bcf126
maintainer "MYCO"
maintainer_email "myco@myco.com"
description "Configures LDAP clients and servers"
version “0.5”

depends “openssh”


Here are the chef server.log, solr.log, and jettly.log that im seeing:


Here are the stack traces from the client:

Generated at Tue Feb 21 11:18:15 +0000 2012
Net::HTTPFatalError: 500 “Internal Server Error”
/usr/lib/ruby/1.8/net/http.rb:2105:in error!' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/rest.rb:273:instreaming_request’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/rest.rb:288:in retriable_rest_request' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/rest.rb:251:instreaming_request’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/rest.rb:112:in get_rest' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/cookbook_version.rb:378:insync_cookbook_file_cache’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/cookbook_version.rb:359:in each' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/cookbook_version.rb:359:insync_cookbook_file_cache’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/cookbook_version.rb:357:in each' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/cookbook_version.rb:357:insync_cookbook_file_cache’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/cookbook_version.rb:322:in sync_cookbooks' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/cookbook_version.rb:321:ineach’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/cookbook_version.rb:321:in sync_cookbooks' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/client.rb:297:insync_cookbooks’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/client.rb:191:in setup_run_context' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/client.rb:159:inrun’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/application/client.rb:239:in run_application' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/application/client.rb:229:inloop’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/application/client.rb:229:in run_application' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/application.rb:67:inrun’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/chef-client:26
/usr/bin/chef-client:19:in `load’
/usr/bin/chef-client:19

----- Forwarded Message -----
From: Billy Bob fr0b0b0@yahoo.com
To: "chef@lists.opscode.com" chef@lists.opscode.com
Sent: Tuesday, February 21, 2012 3:54 AM
Subject: [chef]

Hi All,

Hoping someone has been through this and may lend a hand in something that Ive ran into. My chef client run and authenticate correctly the issue is when they try to download a cookbook from the chef-server they get a 500 error. So ive tried the to purge the ldap cookbook and hope that the file is uploaded on the server, ive deleted the cookbook and increased the version number, and I have update all the files on the cookbook and it stills gives me the same error(of course with the checksum changed when the file is updated). Any way of actually serving the cookbook files on the filesystem?

We did do a couchdb compactation prior to seeing this error, that was the only major changes done on the chef server.

Here is what the error looks like:

[Tue, 21 Feb 2012 10:25:42 +0000] INFO: *** Chef 0.10.8 ***
[Tue, 21 Feb 2012 10:25:43 +0000] INFO: Run List is [role[base-ldapauth]
[Tue, 21 Feb 2012 10:25:43 +0000] INFO: Run List expands to [resolver, main, chef-client, ca-bundle, sudo, ntp, sysstat, snmp, postfix, syslog-ng, openssh, ldap::auth, glusterfs::client-aws-asis, autofs, swap-space, mount_ebs ]
[Tue, 21 Feb 2012 10:25:43 +0000] INFO: Starting Chef Run for machine1
[Tue, 21 Feb 2012 10:25:43 +0000] INFO: Running start handlers
[Tue, 21 Feb 2012 10:25:43 +0000] INFO: Start handlers complete.
[Tue, 21 Feb 2012 10:25:44 +0000] INFO: Loading cookbooks [apt, autofs, ca-bundle, chef-client, glusterfs, java, ldap, main, mount_ebs, ntp, openssh, postfix, resolver, snmp, sudo, swap-space, syslog-ng, sysstat, vmware, yum]
[Tue, 21 Feb 2012 10:25:45 +0000] ERROR: Server returned error for https://chef/cookbooks/ldap/0.5.0/files/0f09e3a00f9b97e20474dbc557bcf126, retrying 1/5 in 3s
[Tue, 21 Feb 2012 10:25:48 +0000] ERROR: Server returned error for https://chef/cookbooks/ldap/0.5.0/files/0f09e3a00f9b97e20474dbc557bcf126, retrying 2/5 in 6s
[Tue, 21 Feb 2012 10:25:55 +0000] ERROR: Server returned error for https://chef/cookbooks/ldap/0.5.0/files/0f09e3a00f9b97e20474dbc557bcf126, retrying 3/5 in 12s
[Tue, 21 Feb 2012 10:26:07 +0000] ERROR: Server returned error for https://chef/cookbooks/ldap/0.5.0/files/0f09e3a00f9b97e20474dbc557bcf126, retrying 4/5 in 17s
[Tue, 21 Feb 2012 10:26:24 +0000] ERROR: Server returned error for https://chef/cookbooks/ldap/0.5.0/files/0f09e3a00f9b97e20474dbc557bcf126, retrying 5/5 in 38s
[Tue, 21 Feb 2012 10:27:03 +0000] ERROR: Running exception handlers
[Tue, 21 Feb 2012 10:27:03 +0000] FATAL: Saving node information to /var/cache/chef/failed-run-data.json
[Tue, 21 Feb 2012 10:27:03 +0000] ERROR: Exception handlers complete
[Tue, 21 Feb 2012 10:27:03 +0000] ERROR: Net::HTTPFatalError: 500 “Internal Server Error”
[Tue, 21 Feb 2012 10:27:03 +0000] FATAL: Stacktrace dumped to /var/cache/chef/chef-stacktrace.out
[Tue, 21 Feb 2012 10:27:03 +0000] ERROR: Sleeping for 1800 seconds before trying again


On the chef server the following file can be located on the filesystem:

root@chef1:/var/lib/chef/cookbook_index# find . -name 0f09e3a00f9b97e20474dbc557bcf126
./0f/0f09e3a00f9b97e20474dbc557bcf126
root@chef2:/var/lib/chef/cookbook_index# cat ./0f/0f09e3a00f9b97e20474dbc557bcf126
maintainer "MYCO"
maintainer_email "myco@myco.com"
description "Configures LDAP clients and servers"
version “0.5”

depends “openssh”


Here are the chef server.log, solr.log, and jettly.log that im seeing:


Here are the stack traces from the client:

Generated at Tue Feb 21 11:18:15 +0000 2012
Net::HTTPFatalError: 500 “Internal Server Error”
/usr/lib/ruby/1.8/net/http.rb:2105:in error!' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/rest.rb:273:instreaming_request’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/rest.rb:288:in retriable_rest_request' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/rest.rb:251:instreaming_request’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/rest.rb:112:in get_rest' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/cookbook_version.rb:378:insync_cookbook_file_cache’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/cookbook_version.rb:359:in each' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/cookbook_version.rb:359:insync_cookbook_file_cache’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/cookbook_version.rb:357:in each' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/cookbook_version.rb:357:insync_cookbook_file_cache’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/cookbook_version.rb:322:in sync_cookbooks' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/cookbook_version.rb:321:ineach’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/cookbook_version.rb:321:in sync_cookbooks' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/client.rb:297:insync_cookbooks’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/client.rb:191:in setup_run_context' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/client.rb:159:inrun’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/application/client.rb:239:in run_application' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/application/client.rb:229:inloop’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/…/lib/chef/application/client.rb:229:in run_application' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/application.rb:67:inrun’
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/chef-client:26
/usr/bin/chef-client:19:in `load’
/usr/bin/chef-client:19

Do you have the error log from the server? It would also help if you
increased the log level on the chef server first by setting the log_level
attribute in /etc/chef/server.rb

log_level “debug”

Bryan

I typically see this when rabbitmq fails to start. Most commonly when there
is a permissions problem on the log file.

//geoff
On Feb 21, 2012 6:08 AM, "Billy Bob" fr0b0b0@yahoo.com wrote:

----- Forwarded Message -----
From: Billy Bob fr0b0b0@yahoo.com
To: "chef@lists.opscode.com" chef@lists.opscode.com
Sent: Tuesday, February 21, 2012 3:54 AM
Subject: [chef]

Hi All,

Hoping someone has been through this and may lend a hand in something that
Ive ran into. My chef client run and authenticate correctly the issue is
when they try to download a cookbook from the chef-server they get a 500
error. So ive tried the to purge the ldap cookbook and hope that the file
is uploaded on the server, ive deleted the cookbook and increased the
version number, and I have update all the files on the cookbook and it
stills gives me the same error(of course with the checksum changed when the
file is updated). Any way of actually serving the cookbook files on the
filesystem?

We did do a couchdb compactation prior to seeing this error, that was the
only major changes done on the chef server.

Here is what the error looks like:

[Tue, 21 Feb 2012 10:25:42 +0000] INFO: *** Chef 0.10.8 ***
[Tue, 21 Feb 2012 10:25:43 +0000] INFO: Run List is [role[base-ldapauth]
[Tue, 21 Feb 2012 10:25:43 +0000] INFO: Run List expands to [resolver,
main, chef-client, ca-bundle, sudo, ntp, sysstat, snmp, postfix, syslog-ng,
openssh, ldap::auth, glusterfs::client-aws-asis, autofs, swap-space,
mount_ebs ]
[Tue, 21 Feb 2012 10:25:43 +0000] INFO: Starting Chef Run for machine1
[Tue, 21 Feb 2012 10:25:43 +0000] INFO: Running start handlers
[Tue, 21 Feb 2012 10:25:43 +0000] INFO: Start handlers complete.
[Tue, 21 Feb 2012 10:25:44 +0000] INFO: Loading cookbooks [apt, autofs,
ca-bundle, chef-client, glusterfs, java, ldap, main, mount_ebs, ntp,
openssh, postfix, resolver, snmp, sudo, swap-space, syslog-ng, sysstat,
vmware, yum]
[Tue, 21 Feb 2012 10:25:45 +0000] ERROR: Server returned error for
https://chef/cookbooks/ldap/0.5.0/files/0f09e3a00f9b97e20474dbc557bcf126,
retrying 1/5 in 3s
[Tue, 21 Feb 2012 10:25:48 +0000] ERROR: Server returned error for
https://chef/cookbooks/ldap/0.5.0/files/0f09e3a00f9b97e20474dbc557bcf126,
retrying 2/5 in 6s
[Tue, 21 Feb 2012 10:25:55 +0000] ERROR: Server returned error for
https://chef/cookbooks/ldap/0.5.0/files/0f09e3a00f9b97e20474dbc557bcf126,
retrying 3/5 in 12s
[Tue, 21 Feb 2012 10:26:07 +0000] ERROR: Server returned error for
https://chef/cookbooks/ldap/0.5.0/files/0f09e3a00f9b97e20474dbc557bcf126,
retrying 4/5 in 17s
[Tue, 21 Feb 2012 10:26:24 +0000] ERROR: Server returned error for
https://chef/cookbooks/ldap/0.5.0/files/0f09e3a00f9b97e20474dbc557bcf126,
retrying 5/5 in 38s
[Tue, 21 Feb 2012 10:27:03 +0000] ERROR: Running exception handlers
[Tue, 21 Feb 2012 10:27:03 +0000] FATAL: Saving node information to
/var/cache/chef/failed-run-data.json
[Tue, 21 Feb 2012 10:27:03 +0000] ERROR: Exception handlers complete
[Tue, 21 Feb 2012 10:27:03 +0000] ERROR: Net::HTTPFatalError: 500
"Internal Server Error"
[Tue, 21 Feb 2012 10:27:03 +0000] FATAL: Stacktrace dumped to
/var/cache/chef/chef-stacktrace.out
[Tue, 21 Feb 2012 10:27:03 +0000] ERROR: Sleeping for 1800 seconds before
trying again


On the chef server the following file can be located on the filesystem:

root@chef1:/var/lib/chef/cookbook_index# find . -name
0f09e3a00f9b97e20474dbc557bcf126
./0f/0f09e3a00f9b97e20474dbc557bcf126
root@chef2:/var/lib/chef/cookbook_index# cat
./0f/0f09e3a00f9b97e20474dbc557bcf126
maintainer "MYCO"
maintainer_email "myco@myco.com"
description "Configures LDAP clients and servers"
version "0.5"

depends "openssh"


Here are the chef server.log, solr.log, and jettly.log that im seeing:

gist:1875936 · GitHub


Here are the stack traces from the client:

Generated at Tue Feb 21 11:18:15 +0000 2012
Net::HTTPFatalError: 500 "Internal Server Error"
/usr/lib/ruby/1.8/net/http.rb:2105:in error!' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/rest.rb:273:in streaming_request'
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/rest.rb:288:in
retriable_rest_request' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/rest.rb:251:in streaming_request'
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/rest.rb:112:in
get_rest' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/cookbook_version.rb:378:in sync_cookbook_file_cache'
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/cookbook_version.rb:359:in
each' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/cookbook_version.rb:359:in sync_cookbook_file_cache'
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/cookbook_version.rb:357:in
each' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/cookbook_version.rb:357:in sync_cookbook_file_cache'
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/cookbook_version.rb:322:in
sync_cookbooks' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/cookbook_version.rb:321:in each'
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/cookbook_version.rb:321:in
sync_cookbooks' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/client.rb:297:in sync_cookbooks'
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/client.rb:191:in
setup_run_context' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/client.rb:159:in run'
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/application/client.rb:239:in
run_application' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/application/client.rb:229:in loop'
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/application/client.rb:229:in
run_application' /usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/../lib/chef/application.rb:67:in run'
/usr/lib/ruby/gems/1.8/gems/chef-0.10.4/bin/chef-client:26
/usr/bin/chef-client:19:in `load'
/usr/bin/chef-client:19

Here are the chef server.log, rabbitmq, jetty.log, solr.log

±–+ ±------+
| |
| RabbitMQ ±–+ |
| | | |
| v1.7.2 ±–+ |
| |
±------------------+
AMQP 8-0
Copyright © 2007-2010 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd.
Licensed under the MPL. See http://www.rabbitmq.com/

node : rabbit@chef2
app descriptor: /usr/lib/rabbitmq/lib/rabbitmq_server-1.7.2/sbin/…/ebin/rabbit.app
home dir : /var/lib/rabbitmq
cookie hash : 2zNlcqrCmv3MTtMiZ3D3Ag==
log : /var/log/rabbitmq/rabbit.log
sasl log : /var/log/rabbitmq/rabbit-sasl.log
database dir : /var/lib/rabbitmq/mnesia/rabbit

starting internal event notification system …done
starting logging server …done
starting database …done
– kernel ready
starting queue supervisor …done
starting node monitor …done
starting cluster router …done
starting alarm handler …done
– core initialized
starting empty DB check …done
starting exchange recovery …done
starting queue recovery …done
starting persister …done
starting guid generator …done
– message delivery logic ready
starting error log relay …done
starting networking …done
– network listeners available
starting codec correctness check …done

broker running
OK
done.
(END) \

/var/log/rabbitmq/rabbit.log


=INFO REPORT==== 21-Feb-2012::17:26:37 ===
Memory limit set to 3202MB.

=INFO REPORT==== 21-Feb-2012::17:26:37 ===
Rolling persister log to “/var/lib/rabbitmq/mnesia/rabbit/rabbit_persister.LOG.previous”

=INFO REPORT==== 21-Feb-2012::17:26:37 ===
started TCP Listener on 0.0.0.0:5672

=INFO REPORT==== 21-Feb-2012::17:26:38 ===
accepted TCP connection on 0.0.0.0:5672 from 127.0.0.1:35699

=INFO REPORT==== 21-Feb-2012::17:26:38 ===
starting TCP connection <0.1185.0> from 127.0.0.1:35699
rabbit.log (END)

/var/chef/jetty.log


127.0.0.1 - - [21/Feb/2012:13:47:06 +0000] “GET /solr/select?fq=%2BX_CHEF_type_CHEF_X%3Adata_bag_item+%2Bdata_bag%3Ausers+%2BX_CHEF_database_CHEF_X%3Achef&indent=off&q=content%3Agroups__%3D__ops&start=0&wt=json&rows=1000&sort=X_CHEF_id_CHEF_X+asc HTTP/1.1” 200 2477
127.0.0.1 - - [21/Feb/2012:13:47:07 +0000] “POST /solr/update HTTP/1.1” 200 148
127.0.0.1 - - [21/Feb/2012:13:47:16 +0000] “POST /solr/update HTTP/1.1” 200 148
127.0.0.1 - - [21/Feb/2012:13:50:35 +0000] “GET /solr/select?fq=%2BX_CHEF_type_CHEF_X%3Adata_bag_item+%2Bdata_bag%3Ausers+%2BX_CHEF_database_CHEF_X%3Achef&indent=off&q=content%3Agroups__%3D__qa-prod&start=0&wt=json&rows=1000&sort=X_CHEF_id_CHEF_X+asc HTTP/1.1” 200 1390
127.0.0.1 - - [21/Feb/2012:13:50:36 +0000] “POST /solr/update HTTP/1.1” 200 148
127.0.0.1 - - [21/Feb/2012:13:52:37 +0000] “GET /solr/select?fq=%2BX_CHEF_type_CHEF_X%3Adata_bag_item+%2Bdata_bag%3Ausers+%2BX_CHEF_database_CHEF_X%3Achef&indent=off&q=content%3Agroups__%3D__ops&start=0&wt=json&rows=1000&sort=X_CHEF_id_CHEF_X+asc HTTP/1.1” 200 2478
127.0.0.1 - - [21/Feb/2012:13:52:37 +0000] “GET /solr/select?fq=%2BX_CHEF_type_CHEF_X%3Adata_bag_item+%2Bdata_bag%3Ausers+%2BX_CHEF_database_CHEF_X%3Achef&indent=off&q=content%3Agroups__%3D__qa-prod&start=0&wt=json&rows=1000&sort=X_CHEF_id_CHEF_X+asc HTTP/1.1” 200 1390
127.0.0.1 - - [21/Feb/2012:13:52:48 +0000] “POST /solr/update HTTP/1.1” 200 148
127.0.0.1 - - [21/Feb/2012:13:54:02 +0000] “GET /solr/select?fq=%2BX_CHEF_type_CHEF_X%3Adata_bag_item+%2Bdata_bag%3Ausers+%2BX_CHEF_database_CHEF_X%3Achef&indent=off&q=content%3Agroups__%3D__qa-prod&start=0&wt=json&rows=1000&sort=X_CHEF_id_CHEF_X+asc HTTP/1.1” 200 1390
127.0.0.1 - - [21/Feb/2012:13:54:02 +0000] “GET /solr/select?fq=%2BX_CHEF_type_CHEF_X%3Adata_bag_item+%2Bdata_bag%3Ausers+%2BX_CHEF_database_CHEF_X%3Achef&indent=off&q=content%3Agroups__%3D__ops&start=0&wt=json&rows=1000&sort=X_CHEF_id_CHEF_X+asc HTTP/1.1” 200 2477
127.0.0.1 - - [21/Feb/2012:13:54:16 +0000] “GET /solr/select?fq=%2BX_CHEF_type_CHEF_X%3Adata_bag_item+%2Bdata_bag%3Ausers+%2BX_CHEF_database_CHEF_X%3Achef&indent=off&q=content%3Agroups__%3D__qa-prod&start=0&wt=json&rows=1000&sort=X_CHEF_id_CHEF_X+asc HTTP/1.1” 200 1390
127.0.0.1 - - [21/Feb/2012:13:54:16 +0000] “GET /solr/select?fq=%2BX_CHEF_type_CHEF_X%3Adata_bag_item+%2Bdata_bag%3Ausers+%2BX_CHEF_database_CHEF_X%3Achef&indent=off&q=content%3Agroups__%3D__ops&start=0&wt=json&rows=1000&sort=X_CHEF_id_CHEF_X+asc HTTP/1.1” 200 2477
127.0.0.1 - - [21/Feb/2012:13:54:16 +0000] “POST /solr/update HTTP/1.1” 200 148
127.0.0.1 - - [21/Feb/2012:13:54:27 +0000] “POST /solr/update HTTP/1.1” 200 148
127.0.0.1 - - [21/Feb/2012:13:55:54 +0000] “GET /solr/select?fq=%2BX_CHEF_type_CHEF_X%3Adata_bag_item+%2Bdata_bag%3Ausers+%2BX_CHEF_database_CHEF_X%3Achef&indent=off&q=content%3Agroups__%3D__ops&start=0&wt=json&rows=1000&sort=X_CHEF_id_CHEF_X+asc HTTP/1.1” 200 2477
127.0.0.1 - - [21/Feb/2012:13:55:55 +0000] “GET /solr/select?fq=%2BX_CHEF_type_CHEF_X%3Adata_bag_item+%2Bdata_bag%3Ausers+%2BX_CHEF_database_CHEF_X%3Achef&indent=off&q=content%3Agroups__%3D__qa-prod&start=0&wt=json&rows=1000&sort=X_CHEF_id_CHEF_X+asc HTTP/1.1” 200 1390
127.0.0.1 - - [21/Feb/2012:13:56:06 +0000] “POST /solr/update HTTP/1.1” 200 148
127.0.0.1 - - [21/Feb/2012:13:56:38 +0000] “POST /solr/update HTTP/1.1” 200 148
127.0.0.1 - - [21/Feb/2012:13:56:41 +0000] “POST /solr/update HTTP/1.1” 200 147
127.0.0.1 - - [21/Feb/2012:13:56:43 +0000] “GET /solr/select?fq=%2BX_CHEF_type_CHEF_X%3Adata_bag_item+%2Bdata_bag%3Ausers+%2BX_CHEF_database_CHEF_X%3Achef&indent=off&q=content%3Agroups__%3D__ops&start=0&wt=json&rows=1000&sort=X_CHEF_id_CHEF_X+asc HTTP/1.1” 200 2477
127.0.0.1 - - [21/Feb/2012:13:56:43 +0000] “GET /solr/select?fq=%2BX_CHEF_type_CHEF_X%3Adata_bag_item+%2Bdata_bag%3Ausers+%2BX_CHEF_database_CHEF_X%3Achef&indent=off&q=content%3Agroups__%3D__qa-prod&start=0&wt=json&rows=1000&sort=X_CHEF_id_CHEF_X+asc HTTP/1.1” 200 1390
127.0.0.1 - - [21/Feb/2012:13:56:54 +0000] “POST /solr/update HTTP/1.1” 200 148
127.0.0.1 - - [21/Feb/2012:13:56:58 +0000] “GET /solr/select?fq=%2BX_CHEF_type_CHEF_X%3Adata_bag_item+%2Bdata_bag%3Ausers+%2BX_CHEF_database_CHEF_X%3Achef&indent=off&q=content%3Agroups__%3D__ops&start=0&wt=json&rows=1000&sort=X_CHEF_id_CHEF_X+asc HTTP/1.1” 200 2477
127.0.0.1 - - [21/Feb/2012:13:57:04 +0000] “POST /solr/update HTTP/1.1” 200 148
127.0.0.1 - - [21/Feb/2012:13:57:09 +0000] “POST /solr/update HTTP/1.1” 200 147
127.0.0.1 - - [21/Feb/2012:13:57:10 +0000] “POST /solr/update HTTP/1.1” 200 148

/var/chef/server.log


~ Could not find resource model User
~ Could not find resource model Node
~ Could not find resource model Role
~ Could not find resource model Environment
~ Could not find resource model Datum
merb : chef-server (api) : worker (port 4000) ~ Starting Thin at port 4000
merb : chef-server (api) : worker (port 4000) ~ Using Thin adapter on host 0.0.0.0 and port 4000.
merb : chef-server (api) : worker (port 4000) ~ Successfully bound to port 4000
merb : chef-server (api) : worker (port 4000) ~ Changing privileges to chef:chef
merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:25 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“aufrontend4.usw2.domain.com”, “controller”=>“nodes”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“aufrontend4.usw2.domain.com”, “controller”=>“nodes”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.173191, :after_filters_time=>6.2e-05, :before_filters_time=>0.014503, :action_time=>0.172339}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:25 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“base-ldapauth”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“base-ldapauth”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.025347, :after_filters_time=>2.7e-05, :before_filters_time=>0.013239, :action_time=>0.024651}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:25 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“aps-aurora-frontend”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“aps-aurora-frontend”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.020526, :after_filters_time=>1.4e-05, :before_filters_time=>0.011811, :action_time=>0.019908}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:25 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f9d3c80> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:25 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“action”=>“cookbook_versions_for_run_list”, “environment_id”=>“usw2-prod”, “run_list”=>[“resolver”, “main”, “chef-client”, “ca-bundle”, “sudo”, “ntp”, “sysstat”, “snmp”, “postfix”, “syslog-ng”, “openssh”, “ldap::auth”, “glusterfs::client-aws-asis”, “autofs”, “swap-space”, “mount_ebs”, “aps-aurora-frontend::unicorn_nginx”, “aps-aurora-frontend::deploy”], “controller”=>“environments”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“action”=>“cookbook_versions_for_run_list”, “environment_id”=>“usw2-prod”, “run_list”=>[“resolver”, “main”, “chef-client”, “ca-bundle”, “sudo”, “ntp”, “sysstat”, “snmp”, “postfix”, “syslog-ng”, “openssh”, “ldap::auth”, “glusterfs::client-aws-asis”, “autofs”, “swap-space”, “mount_ebs”, “aps-aurora-frontend::unicorn_nginx”, “aps-aurora-frontend::deploy”], “controller”=>“environments”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.221792, :after_filters_time=>2.3e-05, :before_filters_time=>0.012322, :action_time=>0.220715}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:26 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f79c2c8> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:26 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f8c5258> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:26 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“aumongo2.usw2.domain.com”, “controller”=>“nodes”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“aumongo2.usw2.domain.com”, “controller”=>“nodes”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.05003, :after_filters_time=>1.5e-05, :before_filters_time=>0.012027, :action_time=>0.049247}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:27 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“base-ldapauth”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“base-ldapauth”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.093917, :after_filters_time=>2.9e-05, :before_filters_time=>0.013243, :action_time=>0.093231}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:27 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“usw2_auservicemongo”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“usw2_auservicemongo”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.021996, :after_filters_time=>1.3e-05, :before_filters_time=>0.013235, :action_time=>0.02127}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:27 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“action”=>“cookbook_versions_for_run_list”, “environment_id”=>“usw2-prod”, “run_list”=>[“resolver”, “main”, “chef-client”, “ca-bundle”, “sudo”, “ntp”, “sysstat”, “snmp”, “postfix”, “syslog-ng”, “openssh”, “ldap::auth”, “glusterfs::client-aws-asis”, “autofs”, “swap-space”, “mount_ebs”, “aurora-mongodb::server”], “controller”=>“environments”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“action”=>“cookbook_versions_for_run_list”, “environment_id”=>“usw2-prod”, “run_list”=>[“resolver”, “main”, “chef-client”, “ca-bundle”, “sudo”, “ntp”, “sysstat”, “snmp”, “postfix”, “syslog-ng”, “openssh”, “ldap::auth”, “glusterfs::client-aws-asis”, “autofs”, “swap-space”, “mount_ebs”, “aurora-mongodb::server”], “controller”=>“environments”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.225965, :after_filters_time=>1.4e-05, :before_filters_time=>0.014077, :action_time=>0.225072}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:28 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288fa1bbc0> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:30 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f82c648> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:32 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f5e6280> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:32 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f9d4928> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:33 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“sg1.domain.priv”, “controller”=>“nodes”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“sg1.domain.priv”, “controller”=>“nodes”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.076463, :after_filters_time=>2.0e-05, :before_filters_time=>0.013352, :action_time=>0.075698}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:33 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“service-gateway”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“service-gateway”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.029693, :after_filters_time=>1.8e-05, :before_filters_time=>0.012051, :action_time=>0.028882}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:33 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“base”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“base”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.021808, :after_filters_time=>1.4e-05, :before_filters_time=>0.011631, :action_time=>0.021229}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:33 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“action”=>“cookbook_versions_for_run_list”, “environment_id”=>“prod”, “run_list”=>[“resolver”, “main”, “chef-client”, “ca-bundle”, “users”, “sudo”, “ntp”, “sysstat”, “snmp”, “postfix”, “service-gateway”], “controller”=>“environments”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“action”=>“cookbook_versions_for_run_list”, “environment_id”=>“prod”, “run_list”=>[“resolver”, “main”, “chef-client”, “ca-bundle”, “users”, “sudo”, “ntp”, “sysstat”, “snmp”, “postfix”, “service-gateway”], “controller”=>“environments”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.298549, :after_filters_time=>2.5e-05, :before_filters_time=>0.014205, :action_time=>0.297713}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:34 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“1.2.2”, “action”=>“show_file”, “cookbook_name”=>“apt”, “checksum”=>“181924b7eac91949f4920fc1106e3e4e”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“1.2.2”, “action”=>“show_file”, “cookbook_name”=>“apt”, “checksum”=>“181924b7eac91949f4920fc1106e3e4e”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f831da0> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“1.2.2”, “action”=>“show_file”, “cookbook_name”=>“apt”, “checksum”=>“181924b7eac91949f4920fc1106e3e4e”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“1.2.2”, “action”=>“show_file”, “cookbook_name”=>“apt”, “checksum”=>“181924b7eac91949f4920fc1106e3e4e”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:37 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“1.2.2”, “action”=>“show_file”, “cookbook_name”=>“apt”, “checksum”=>“181924b7eac91949f4920fc1106e3e4e”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“1.2.2”, “action”=>“show_file”, “cookbook_name”=>“apt”, “checksum”=>“181924b7eac91949f4920fc1106e3e4e”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f9f9908> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“1.2.2”, “action”=>“show_file”, “cookbook_name”=>“apt”, “checksum”=>“181924b7eac91949f4920fc1106e3e4e”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“1.2.2”, “action”=>“show_file”, “cookbook_name”=>“apt”, “checksum”=>“181924b7eac91949f4920fc1106e3e4e”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:37 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“ldap2.usw2.domain.com”, “controller”=>“nodes”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“ldap2.usw2.domain.com”, “controller”=>“nodes”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.05613, :after_filters_time=>2.1e-05, :before_filters_time=>0.013982, :action_time=>0.055431}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:38 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“base-ldapauth”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“base-ldapauth”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.026323, :after_filters_time=>1.9e-05, :before_filters_time=>0.013696, :action_time=>0.025647}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:38 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“action”=>“cookbook_versions_for_run_list”, “environment_id”=>“usw2-prod”, “run_list”=>[“resolver”, “main”, “chef-client”, “ca-bundle”, “sudo”, “ntp”, “sysstat”, “snmp”, “postfix”, “syslog-ng”, “openssh”, “ldap::auth”, “glusterfs::client-aws-asis”, “autofs”, “swap-space”, “mount_ebs”, “ldap::server”], “controller”=>“environments”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“action”=>“cookbook_versions_for_run_list”, “environment_id”=>“usw2-prod”, “run_list”=>[“resolver”, “main”, “chef-client”, “ca-bundle”, “sudo”, “ntp”, “sysstat”, “snmp”, “postfix”, “syslog-ng”, “openssh”, “ldap::auth”, “glusterfs::client-aws-asis”, “autofs”, “swap-space”, “mount_ebs”, “ldap::server”], “controller”=>“environments”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.24896, :after_filters_time=>2.0e-05, :before_filters_time=>0.013686, :action_time=>0.247973}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:38 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f843348> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:39 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f9ca130> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:39 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f795a90> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:40 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f587500> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:40 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f95d7b0> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:42 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f74a608> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:45 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“1.2.2”, “action”=>“show_file”, “cookbook_name”=>“apt”, “checksum”=>“181924b7eac91949f4920fc1106e3e4e”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“1.2.2”, “action”=>“show_file”, “cookbook_name”=>“apt”, “checksum”=>“181924b7eac91949f4920fc1106e3e4e”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f55e970> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“1.2.2”, “action”=>“show_file”, “cookbook_name”=>“apt”, “checksum”=>“181924b7eac91949f4920fc1106e3e4e”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“1.2.2”, “action”=>“show_file”, “cookbook_name”=>“apt”, “checksum”=>“181924b7eac91949f4920fc1106e3e4e”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:46 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f8f98a0> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:49 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f6ef208> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:50 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f52b7a0> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:51 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f8a55c0> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:51 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“aukeystorelb2.usw2.domain.com”, “controller”=>“nodes”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“aukeystorelb2.usw2.domain.com”, “controller”=>“nodes”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.061448, :after_filters_time=>2.5e-05, :before_filters_time=>0.012136, :action_time=>0.060838}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:52 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“base-ldapauth”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“base-ldapauth”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.091294, :after_filters_time=>2.4e-05, :before_filters_time=>0.011642, :action_time=>0.090652}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:52 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“action”=>“cookbook_versions_for_run_list”, “environment_id”=>“usw2-prod”, “run_list”=>[“resolver”, “main”, “chef-client”, “ca-bundle”, “sudo”, “ntp”, “sysstat”, “snmp”, “postfix”, “syslog-ng”, “openssh”, “ldap::auth”, “glusterfs::client-aws-asis”, “autofs”, “swap-space”, “mount_ebs”, “haproxy::aurora-api-keystore”], “controller”=>“environments”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“action”=>“cookbook_versions_for_run_list”, “environment_id”=>“usw2-prod”, “run_list”=>[“resolver”, “main”, “chef-client”, “ca-bundle”, “sudo”, “ntp”, “sysstat”, “snmp”, “postfix”, “syslog-ng”, “openssh”, “ldap::auth”, “glusterfs::client-aws-asis”, “autofs”, “swap-space”, “mount_ebs”, “haproxy::aurora-api-keystore”], “controller”=>“environments”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.242386, :after_filters_time=>2.3e-05, :before_filters_time=>0.014021, :action_time=>0.241402}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:53 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288fa17980> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:53 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f7ceed0> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:55 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.2.7”, “action”=>“show_file”, “cookbook_name”=>“jboss”, “checksum”=>“7a5d7570f837f924b527002f7b07e4e1”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.2.7”, “action”=>“show_file”, “cookbook_name”=>“jboss”, “checksum”=>“7a5d7570f837f924b527002f7b07e4e1”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f58e378> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.2.7”, “action”=>“show_file”, “cookbook_name”=>“jboss”, “checksum”=>“7a5d7570f837f924b527002f7b07e4e1”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.2.7”, “action”=>“show_file”, “cookbook_name”=>“jboss”, “checksum”=>“7a5d7570f837f924b527002f7b07e4e1”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:57 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f9699c0> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:31:57 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“1.2.2”, “action”=>“show_file”, “cookbook_name”=>“apt”, “checksum”=>“181924b7eac91949f4920fc1106e3e4e”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“1.2.2”, “action”=>“show_file”, “cookbook_name”=>“apt”, “checksum”=>“181924b7eac91949f4920fc1106e3e4e”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f75ab20> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“1.2.2”, “action”=>“show_file”, “cookbook_name”=>“apt”, “checksum”=>“181924b7eac91949f4920fc1106e3e4e”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“1.2.2”, “action”=>“show_file”, “cookbook_name”=>“apt”, “checksum”=>“181924b7eac91949f4920fc1106e3e4e”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:32:01 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f55a6e0> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:32:04 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288f90bfc8> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:32:05 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“idkafka1.cne1.domain.com”, “controller”=>“nodes”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“idkafka1.cne1.domain.com”, “controller”=>“nodes”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.174484, :after_filters_time=>2.3e-05, :before_filters_time=>0.013437, :action_time=>0.173704}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:32:06 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ undefined method file_location' for #<Chef::Checksum:0x7f288fa1a8b0> - (NoMethodError) /usr/share/chef-server-api/app/controllers/cookbooks.rb:142:inshow_file’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in send' /usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:315:in_call_action’
/usr/lib/ruby/1.8/merb-core/controller/abstract_controller.rb:289:in _dispatch' /usr/lib/ruby/1.8/merb-core/controller/merb_controller.rb:252:in_dispatch’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:102:in dispatch_action' /usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:74:inhandle’
/usr/lib/ruby/1.8/merb-core/dispatch/dispatcher.rb:36:in handle' /usr/lib/ruby/1.8/merb-core/rack/application.rb:17:incall’
/usr/lib/ruby/1.8/merb-core/rack/middleware/static.rb:28:in call' /usr/lib/ruby/1.8/rack/content_length.rb:13:incall’
/usr/lib/ruby/1.8/thin/connection.rb:76:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:74:incatch’
/usr/lib/ruby/1.8/thin/connection.rb:74:in pre_process' /usr/lib/ruby/1.8/thin/connection.rb:57:inprocess’
/usr/lib/ruby/1.8/thin/connection.rb:42:in receive_data' /usr/lib/ruby/vendor_ruby/eventmachine.rb:256:inrun_machine’
/usr/lib/ruby/vendor_ruby/eventmachine.rb:256:in run' /usr/lib/ruby/1.8/thin/backends/base.rb:57:instart’
/usr/lib/ruby/1.8/thin/server.rb:156:in start' /usr/lib/ruby/1.8/merb-core/rack/adapter/thin.rb:30:instart_server’
/usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:298:in start_at_port' /usr/lib/ruby/1.8/merb-core/rack/adapter/abstract.rb:128:instart’
/usr/lib/ruby/1.8/merb-core/server.rb:174:in bootup' /usr/lib/ruby/1.8/merb-core/server.rb:159:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:143:in fork' /usr/lib/ruby/1.8/merb-core/server.rb:143:indaemonize’
/usr/lib/ruby/1.8/merb-core/server.rb:35:in start' /usr/lib/ruby/1.8/merb-core.rb:170:instart’
/usr/sbin/chef-server:86
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“cookbook_version”=>“0.5.0”, “action”=>“show_file”, “cookbook_name”=>“ldap”, “checksum”=>“3a20dee772202baa2582f64eb2e13ac9”, “controller”=>“cookbooks”}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:32:06 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“auredis1.usw2.domain.com”, “controller”=>“nodes”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“auredis1.usw2.domain.com”, “controller”=>“nodes”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.053948, :after_filters_time=>2.0e-05, :before_filters_time=>0.013185, :action_time=>0.053207}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:32:07 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“base-ldapauth”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“base-ldapauth”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.025083, :after_filters_time=>1.8e-05, :before_filters_time=>0.012662, :action_time=>0.024463}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:32:07 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“format”=>nil, “action”=>“show”, “id”=>“aps-keystore-redis”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“format”=>nil, “action”=>“show”, “id”=>“aps-keystore-redis”, “controller”=>“roles”}
merb : chef-server (api) : worker (port 4000) ~ {:dispatch_time=>0.020791, :after_filters_time=>1.3e-05, :before_filters_time=>0.012067, :action_time=>0.02022}
merb : chef-server (api) : worker (port 4000) ~

merb : chef-server (api) : worker (port 4000) ~ Started request handling: Tue Feb 21 17:32:07 +0000 2012
merb : chef-server (api) : worker (port 4000) ~ Routed to: {“action”=>“cookbook_versions_for_run_list”, “environment_id”=>“usw2-prod”, “run_list”=>[“resolver”, “main”, “chef-client”, “ca-bundle”, “sudo”, “ntp”, “sysstat”, “snmp”, “postfix”, “syslog-ng”, “openssh”, “ldap::auth”, “glusterfs::client-aws-asis”, “autofs”, “swap-space”, “mount_ebs”, “aps-aurora-redis”], “controller”=>“environments”}
merb : chef-server (api) : worker (port 4000) ~ Params: {“action”=>“cookbook_versions_for_run_list”, “environment_id”=>“usw2-prod”, “run_list”=>[“resolver”, “main”, “chef-client”, “ca-bundle”, “sudo”, “ntp”, “sysstat”, “snmp”, “postfix”, “syslog-ng”, “openssh”, “ldap::auth”, “glusterfs::client-aws-asis”, "auto


From: Bryan McLellan btm@loftninjas.org
To: Billy Bob fr0b0b0@yahoo.com
Cc: "chef@lists.opscode.com" chef@lists.opscode.com
Sent: Tuesday, February 21, 2012 6:36 AM
Subject: [chef] Re: Error: 500 “Internal Server Error”

Do you have the error log from the server? It would also help if you increased the log level on the chef server first by setting the log_level attribute in /etc/chef/server.rb
log_level "debug"
Bryan