Thanks @Igor. It worked. On Thu, Jan 14, 2016 at 6:21 PM, Igor Bondarenko <[email protected]> wrote:
> Make sure taskd is running, because creating repo is a background task. > > On Thu, Jan 14, 2016 at 1:27 PM, Pranav Sharma < > [email protected] > > wrote: > > > I was trying to create a new repo using the premade account test-user-6. > > But after creation the code tab is showing "initializing the repo" > > indefinitely. > > > > Also creating a dummy ticket gives the solr error, - > > > > > > 16:53:54,452 INFO [pysolr] Finished ' > > >> > > > http://localhost:8983/solr/allura/select/?fq=project_id_s%3A569784f8f501cf119bb7f700&fq=mount_point_s%3Atickets&fq=type_s%3ATicket&facet.mincount=1&facet.sort=index&facet.field=_milestone_s&facet.field=status_s&facet.field=assigned_to_s&facet.field=reported_by_s&wt=json&facet=true&q=%21status%3Awont-fix+%26%26+%21status%3Aclosed&facet.limit=-1&rows=0 > > ' > > >> (GET) with body 'None' in 0.025 seconds. > > > > > > 16:53:54,454 ERROR [pysolr] [Reason: None] > > > > > > > > > {"responseHeader":{"status":400,"QTime":12,"params":{"facet":"true","facet.mincount":"1","facet.sort":"index","q":"!status:wont-fix > > >> && > > >> > > > !status:closed","facet.limit":"-1","facet.field":["_milestone_s","status_s","assigned_to_s","reported_by_s"],"wt":"json","fq":["project_id_s:569784f8f501cf119bb7f700","mount_point_s:tickets","type_s:Ticket"],"rows":"0"}},"error":{"msg":"undefined > > >> field status","code":400}} > > > > > > 16:53:54,454 ERROR [allura.lib.search] Error in solr search > > > > > > Traceback (most recent call last): > > > > > > File "/home/pranav/git/alluramine/Allura/allura/lib/search.py", line > > >> 137, in search > > > > > > return g.solr_short_timeout.search(q, **kw) > > > > > > File "/home/pranav/git/alluramine/Allura/allura/lib/solr.py", line > 115, > > >> in search > > > > > > return self.query_server.search(*args, **kw) > > > > > > File > > >> > > > "/home/pranav/git/venv/allura3/local/lib/python2.7/site-packages/timermiddleware/__init__.py", > > >> line 117, in wrapper > > > > > > return self.run_and_log(func, inst, *args, **kwargs) > > > > > > File > > >> > > > "/home/pranav/git/venv/allura3/local/lib/python2.7/site-packages/timermiddleware/__init__.py", > > >> line 142, in run_and_log > > > > > > retval = func(*args, **kwargs) > > > > > > File > > >> > > > "/home/pranav/git/venv/allura3/local/lib/python2.7/site-packages/pysolr.py", > > >> line 560, in search > > > > > > response = self._select(params) > > > > > > File > > >> > > > "/home/pranav/git/venv/allura3/local/lib/python2.7/site-packages/pysolr.py", > > >> line 352, in _select > > > > > > return self._send_request('GET', path) > > > > > > File > > >> > > > "/home/pranav/git/venv/allura3/local/lib/python2.7/site-packages/pysolr.py", > > >> line 322, in _send_request > > > > > > raise SolrError(error_message) > > > > > > SolrError: [Reason: None] > > > > > > > > > {"responseHeader":{"status":400,"QTime":12,"params":{"facet":"true","facet.mincount":"1","facet.sort":"index","q":"!status:wont-fix > > >> && > > >> > > > !status:closed","facet.limit":"-1","facet.field":["_milestone_s","status_s","assigned_to_s","reported_by_s"],"wt":"json","fq":["project_id_s:569784f8f501cf119bb7f700","mount_point_s:tickets","type_s:Ticket"],"rows":"0"}},"error":{"msg":"undefined > > >> field status","code":400}} > > > > > > 16:54:03,962 INFO [forgetracker.model.ticket] opened: > > > > > > 16:54:08,962 INFO [pysolr] Finished ' > > >> > > > http://localhost:8983/solr/allura/select/?fq=project_id_s%3A569784f8f501cf119bb7f700&fq=mount_point_s%3Atickets&fq=type_s%3ATicket&facet.mincount=1&facet.sort=index&facet.field=_milestone_s&facet.field=status_s&facet.field=assigned_to_s&facet.field=reported_by_s&wt=json&facet=true&q=_milestone_s%3A1.0&facet.limit=-1&rows=0 > > ' > > >> (GET) with body 'None' in 0.059 seconds. > > > > > > > > > > > > > Any Suggestions? > > >
