Skip to content

Instantly share code, notes, and snippets.

@dustinmm80
Created August 13, 2012 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustinmm80/3342571 to your computer and use it in GitHub Desktop.
Save dustinmm80/3342571 to your computer and use it in GitHub Desktop.
foi solr errors
(ve)staging_foi@foi:~/foi_org$ ./manage.py rebuild_index
Mon, 13 Aug 2012 17:16:29 root INFO Satchmo Started
Mon, 13 Aug 2012 17:16:29 root INFO Satchmo Started
Mon, 13 Aug 2012 12:16:34 configuration DEBUG Could not load default shipping module configuration: fedex_web_services
Mon, 13 Aug 2012 12:16:34 foi_shipping.config DEBUG loaded
Mon, 13 Aug 2012 12:16:34 shop.listeners DEBUG Added default shop listeners
Mon, 13 Aug 2012 12:16:34 product.modules.downloadable.listeners DEBUG Added downnloadable product listeners
/var/www/vhosts/staging_foi/ve/local/lib/python2.7/site-packages/django/contrib/localflavor/ca/ca_provinces.py:14: RuntimeWarning: There have been recent changes to the CA localflavor. See the release notes for details
RuntimeWarning
Mon, 13 Aug 2012 12:16:35 iterchoices DEBUG Management command: haystack.management.commands.rebuild_index
Mon, 13 Aug 2012 12:16:35 iterchoices DEBUG Called model choices initialization function <shipping_choices>
Mon, 13 Aug 2012 12:16:35 iterchoices DEBUG Management command: haystack.management.commands.rebuild_index
Mon, 13 Aug 2012 12:16:35 iterchoices DEBUG Called model choices initialization function <labelled_gateway_choices>
Mon, 13 Aug 2012 12:16:35 iterchoices DEBUG Management command: haystack.management.commands.rebuild_index
Mon, 13 Aug 2012 12:16:35 iterchoices DEBUG Called model choices initialization function <labelled_gateway_choices>
Mon, 13 Aug 2012 12:16:35 iterchoices DEBUG Management command: haystack.management.commands.rebuild_index
Mon, 13 Aug 2012 12:16:35 iterchoices DEBUG Called model choices initialization function <credit_choices>
WARNING: This will irreparably remove EVERYTHING from your search index.
Your choices after this are to restore from backups or rebuild via the `rebuild_index` command.
Are you sure you wish to continue? [y/N] y
Removing all documents from your index because you said so.
Mon, 13 Aug 2012 12:16:37 pysolr DEBUG Starting request to 'http://127.0.0.1:8080/solr/us/update/?commit=true' (POST) with body '<delete><q'...
Failed to clear Solr index: [Errno 111] Connection refused
Mon, 13 Aug 2012 12:16:37 haystack ERROR Failed to clear Solr index: [Errno 111] Connection refused
All documents removed.
Indexing 171 Products.
Mon, 13 Aug 2012 12:16:37 pysolr DEBUG Starting to build add request...
Mon, 13 Aug 2012 12:16:37 pysolr DEBUG Built add request of 171 docs in 0.04 seconds.
Mon, 13 Aug 2012 12:16:37 pysolr DEBUG Starting request to 'http://127.0.0.1:8080/solr/us/update/?commit=true' (POST) with body '<add><doc>'...
Failed to add documents to Solr: [Errno 111] Connection refused
Mon, 13 Aug 2012 12:16:37 haystack ERROR Failed to add documents to Solr: [Errno 111] Connection refused
Indexing 42 pages.
Mon, 13 Aug 2012 12:16:38 payment.urls DEBUG Found payment processor: AUTHORIZENET, adding urls at ^credit/
/var/www/vhosts/staging_foi/ve/local/lib/python2.7/site-packages/mailchimp/settings.py:136: MailchimpWarning: you did not define a MAILCHIMP_WEBHOOK_KEY setting. django-mailchimp will create a random one by itself
"django-mailchimp will create a random one by itself", MailchimpWarning)
Mon, 13 Aug 2012 12:16:42 pysolr DEBUG Starting to build add request...
Mon, 13 Aug 2012 12:16:42 pysolr DEBUG Built add request of 42 docs in 0.02 seconds.
Mon, 13 Aug 2012 12:16:42 pysolr DEBUG Starting request to 'http://127.0.0.1:8080/solr/us/update/?commit=true' (POST) with body '<add><doc>'...
Failed to add documents to Solr: [Errno 111] Connection refused
Mon, 13 Aug 2012 12:16:42 haystack ERROR Failed to add documents to Solr: [Errno 111] Connection refused
Indexing 50 Articles.
Mon, 13 Aug 2012 12:16:44 pysolr DEBUG Starting to build add request...
Mon, 13 Aug 2012 12:16:44 pysolr DEBUG Built add request of 50 docs in 0.02 seconds.
Mon, 13 Aug 2012 12:16:44 pysolr DEBUG Starting request to 'http://127.0.0.1:8080/solr/us/update/?commit=true' (POST) with body '<add><doc>'...
Failed to add documents to Solr: [Errno 111] Connection refused
Mon, 13 Aug 2012 12:16:44 haystack ERROR Failed to add documents to Solr: [Errno 111] Connection refused
Indexing 143 Daily Headlines.
Mon, 13 Aug 2012 12:16:44 pysolr DEBUG Starting to build add request...
Mon, 13 Aug 2012 12:16:44 pysolr DEBUG Built add request of 143 docs in 0.07 seconds.
Mon, 13 Aug 2012 12:16:44 pysolr DEBUG Starting request to 'http://127.0.0.1:8080/solr/us/update/?commit=true' (POST) with body '<add><doc>'...
Failed to add documents to Solr: [Errno 111] Connection refused
Mon, 13 Aug 2012 12:16:44 haystack ERROR Failed to add documents to Solr: [Errno 111] Connection refused
Indexing 1 events.
Mon, 13 Aug 2012 12:16:44 pysolr DEBUG Starting to build add request...
Mon, 13 Aug 2012 12:16:44 pysolr DEBUG Built add request of 1 docs in 0.00 seconds.
Mon, 13 Aug 2012 12:16:44 pysolr DEBUG Starting request to 'http://127.0.0.1:8080/solr/us/update/?commit=true' (POST) with body '<add><doc>'...
Failed to add documents to Solr: [Errno 111] Connection refused
Mon, 13 Aug 2012 12:16:44 haystack ERROR Failed to add documents to Solr: [Errno 111] Connection refused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment