Created
May 7, 2012 19:54
-
-
Save ngokevin/2629972 to your computer and use it in GitHub Desktop.
zamboni index traceback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(zamboni)ngoke@mozzarella:~/Code/zamboni$ python manage.py cron reindex_addons | |
12:51:20 rdflib:INFO version: 3.0.0 :/home/ngoke/Code/zamboni/vendor/lib/python/rdflib/__init__.py:61 | |
12:51:20 cron:INFO Beginning job: reindex_addons () :/home/ngoke/Code/zamboni/vendor/src/django-cronjobs/cronjobs/management/commands/cron.py:63 | |
12:51:20 pyes:DEBUG Connecting to 127.0.0.1:9200 :/home/ngoke/Code/zamboni/vendor/lib/python/pyes/connection_http.py:194 | |
12:51:20 pyes:INFO Starting new HTTP connection (1): 127.0.0.1 :/home/ngoke/Code/zamboni/vendor/lib/python/pyes/connection_http.py:34 | |
12:51:21 pyes.urllib3.connectionpool:DEBUG "PUT /amo HTTP/1.1" 200 31 :/home/ngoke/Code/zamboni/vendor/lib/python/pyes/urllib3/connectionpool.py:274 | |
12:51:21 pyes.urllib3.connectionpool:DEBUG "PUT /amo/addons/_mapping HTTP/1.1" 400 112 :/home/ngoke/Code/zamboni/vendor/lib/python/pyes/urllib3/connectionpool.py:274 | |
12:51:21 z.es:ERROR Analyzer [standardPlusWordDelimiter] not found for field [name] :/home/ngoke/Code/zamboni/apps/addons/search.py:134 | |
12:51:21 pyes.urllib3.connectionpool:DEBUG "PUT /amo HTTP/1.1" 400 74 :/home/ngoke/Code/zamboni/vendor/lib/python/pyes/urllib3/connectionpool.py:274 | |
12:51:21 pyes.urllib3.connectionpool:DEBUG "PUT /amo/compat/_mapping HTTP/1.1" 400 112 :/home/ngoke/Code/zamboni/vendor/lib/python/pyes/urllib3/connectionpool.py:274 | |
12:51:21 z.es:ERROR Analyzer [standardPlusWordDelimiter] not found for field [name] :/home/ngoke/Code/zamboni/apps/addons/search.py:134 | |
12:51:21 pyes.urllib3.connectionpool:DEBUG "PUT /amo HTTP/1.1" 400 74 :/home/ngoke/Code/zamboni/vendor/lib/python/pyes/urllib3/connectionpool.py:274 | |
12:51:21 pyes.urllib3.connectionpool:DEBUG "PUT /amo/collections/_mapping HTTP/1.1" 400 112 :/home/ngoke/Code/zamboni/vendor/lib/python/pyes/urllib3/connectionpool.py:274 | |
12:51:21 z.es:ERROR Analyzer [standardPlusWordDelimiter] not found for field [name] :/home/ngoke/Code/zamboni/apps/addons/search.py:134 | |
12:51:21 pyes.urllib3.connectionpool:DEBUG "PUT /amo HTTP/1.1" 400 74 :/home/ngoke/Code/zamboni/vendor/lib/python/pyes/urllib3/connectionpool.py:274 | |
12:51:21 pyes.urllib3.connectionpool:DEBUG "PUT /amo/users/_mapping HTTP/1.1" 400 112 :/home/ngoke/Code/zamboni/vendor/lib/python/pyes/urllib3/connectionpool.py:274 | |
12:51:21 z.es:ERROR Analyzer [standardPlusWordDelimiter] not found for field [name] :/home/ngoke/Code/zamboni/apps/addons/search.py:134 | |
12:51:21 django.db.backends:DEBUG (0.001) SELECT `addons`.`id` FROM `addons` WHERE ("en-us"="en-us" AND NOT (`addons`.`status` = 11 ) AND `addons`.`current_version` IS NOT NULL AND `addons`.`inactive` = 0 AND `addons`.`status` IN (1, 2, 3, 4, 6, 7, 8, 9, 10, 13)); args=(11, False, 1, 2, 3, 4, 6, 7, 8, 9, 10, 13) :/home/ngoke/Code/zamboni/vendor/src/django/django/db/backends/util.py:44 | |
12:51:21 cron:INFO Ending job: reindex_addons () :/home/ngoke/Code/zamboni/vendor/src/django-cronjobs/cronjobs/management/commands/cron.py:65 | |
SearchPhaseExecutionException: Failed to execute phase [query], total failure; shardFailures {[hRiKbbhYSqOt57CManuEFQ][amo][2]: SearchParseException[[amo][2]: from[-1],size[6]: Parse Failure [Failed to parse source [{"filter": {"and": [{"term": {"status": 4}}, {"term": {"type": 11}}, {"term": {"is_disabled": false}}]}, "fields": ["id"], "size": 6, "sort": [{"weekly_downloads": "desc"}]}]]]; nested: SearchParseException[[amo][2]: from[-1],size[6]: Parse Failure [No mapping found for [weekly_downloads] in order to sort on]]; }{[hRiKbbhYSqOt57CManuEFQ][amo][4]: SearchParseException[[amo][4]: from[-1],size[6]: Parse Failure [Failed to parse source [{"filter": {"and": [{"term": {"status": 4}}, {"term": {"type": 11}}, {"term": {"is_disabled": false}}]}, "fields": ["id"], "size": 6, "sort": [{"weekly_downloads": "desc"}]}]]]; nested: SearchParseException[[amo][4]: from[-1],size[6]: Parse Failure [No mapping found for [weekly_downloads] in order to sort on]]; }{[hRiKbbhYSqOt57CManuEFQ][amo][1]: SearchParseException[[amo][1]: from[-1],size[6]: Parse Failure [Failed to parse source [{"filter": {"and": [{"term": {"status": 4}}, {"term": {"type": 11}}, {"term": {"is_disabled": false}}]}, "fields": ["id"], "size": 6, "sort": [{"weekly_downloads": "desc"}]}]]]; nested: SearchParseException[[amo][1]: from[-1],size[6]: Parse Failure [No mapping found for [weekly_downloads] in order to sort on]]; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment