[chef] Re: Re: knife search ... always fails with a Server Error


Chronological Thread 
  • From: Steve Webb < >
  • To:
  • Subject: [chef] Re: Re: knife search ... always fails with a Server Error
  • Date: Thu, 12 May 2011 15:55:57 -0600 (MDT)


 ~]# chef-solo --version
Chef: 0.9.12

Chef-solo is a separate tool which allows you to run chef cookbooks
locally on a system without a server. Notable to this conversation, it
doesn't support search. You'll probably want to look over the
architecture document on the wiki:

Yea, I know, sorry.  The chef-server is the same version:


 ~]# chef-server --version
Chef Server (API) Version: 0.9.12

:~$
 ps ax | grep solr
5887 ?        Sl     0:02 java -Xmx256M -Xms256M
-Dsolr.data.dir=/var/cache/chef/solr/data
-Dsolr.solr.home=/var/lib/chef/solr
-DSTART=/var/lib/chef/solr/solr-jetty/etc/start.config -jar
/var/lib/chef/solr/solr-jetty/start.jar
5948 ?        S      0:03 ruby /usr/sbin/chef-solr-indexer -d -P
/var/run/chef/solr-indexer.pid -c /etc/chef/solr.rb -L
/var/log/chef/solr-indexer.log -u chef -g chef
6348 pts/0    S+     0:00 grep --color=auto solr
:~$
 chef-server --version
Chef Server (API) Version: 0.9.16



 ~]# ps auxw | grep solr
root 17007 1.6 1.3 31380 24468 pts/1 Sl 17:02 0:48 /usr/local/rvm/rubies/ruby-1.9.2-p180/bin/ruby /usr/local/rvm/gems/ruby-1.9.2-p180/bin/chef-solr-indexer
root     17484  0.0  0.0   1844   508 pts/1    R+   17:50   0:00 grep solr
root 18848 0.0 11.6 420088 203236 ? Sl May03 0:19 java -Xmx256M -Xms256M -Dsolr.data.dir=/var/chef/solr/data -Dsolr.solr.home=/var/chef/solr -jar /var/chef/solr-jetty/start.jar

I can confirm that syntax works on a knife 0.9.16 versus chef 0.9.16.
Have you checked the solr logs yet?

I don't see any logs in /var/chef/solr/ or in /var/log/
In /var/chef/solr-jetty/logs I see some logs:

logs]# tail 2011_05_12.request.log 127.0.0.1 - - [12/05/2011:21:25:46 +0000] "POST /solr/update HTTP/1.1" 200 147 127.0.0.1 - - [12/05/2011:21:25:46 +0000] "POST /solr/update HTTP/1.1" 200 147 127.0.0.1 - - [12/05/2011:21:46:40 +0000] "GET /solr/select?q=%2A%253A%2A&start=0&rows=20&wt=ruby&indent=off&fq=%2BX_CHEF_database_CHEF_X%3Achef+%2BX_CHEF_type_CHEF_X%3Aclient HTTP/1.1" 400 1505 127.0.0.1 - - [12/05/2011:21:47:21 +0000] "GET /solr/select?q=%2A%3A%2A&start=0&rows=1000&sort=X_CHEF_id_CHEF_X+asc&wt=ruby&indent=off&fq=%2BX_CHEF_database_CHEF_X%3Achef+%2BX_CHEF_type_CHEF_X%3Anode HTTP/1.1" 200 620

- Steve

--
Steve Webb - Senior System Administrator for gnip.com




Archive powered by MHonArc 2.6.16.

§