[ckan-dev] CKAN can't find SOLR on 127.0.0.1. Jetty config?

David Read david.read at hackneyworkshop.com
Wed Nov 14 23:51:08 UTC 2012


And here's my personal favourite: wget http://localhost:8983/solr

On 14 November 2012 15:32, Adrià Mercader <adria.mercader at okfn.org> wrote:
> On 14 November 2012 14:32, Sean Hammond <sean.hammond at okfn.org> wrote:
>> When I'm not sure whether solr is running I do
>> `elinks http://127.0.0.1:8983/solr` to open it in the elinks browser
>> (sudo apt-get install elinks). If it doesn't seem to be running just
>> repeat the sudo service jetty stop and sudo service jetty start
>> commands.
> If you don't want to install elinks, this should return a Solr XML
> file with no results:
>
> curl http://localhost:8983/solr/select?q=name:xxxxxxxxxx
>
> <?xml version="1.0" encoding="UTF-8"?>
> <response>
> <lst name="responseHeader"><int name="status">0</int><int
> name="QTime">77</int><lst name="params"><str
> name="q">name:asdsadasdsddas</str></lst></lst><result name="response"
> numFound="0" start="0"/>
> </response>
>
>
> Adrià
>
>> _______________________________________________
>> ckan-dev mailing list
>> ckan-dev at lists.okfn.org
>> http://lists.okfn.org/mailman/listinfo/ckan-dev
>> Unsubscribe: http://lists.okfn.org/mailman/options/ckan-dev
>
> _______________________________________________
> ckan-dev mailing list
> ckan-dev at lists.okfn.org
> http://lists.okfn.org/mailman/listinfo/ckan-dev
> Unsubscribe: http://lists.okfn.org/mailman/options/ckan-dev




More information about the ckan-dev mailing list