[ckan-dev] CKAN can't find SOLR on 127.0.0.1. Jetty config?
Sean Hammond
sean.hammond at okfn.org
Wed Nov 14 14:32:42 UTC 2012
> I'm running CKAN 2.0 on a Vagrant installation, but the application
> can't seem to find SOLR running on the same box. When I run netstat
> -nlp I notice that although Jetty is running on port 8983, it has no
> foreign address, where most web servers usually do. Did I miss
> something in the installation instructions on the Wiki?
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.
More information about the ckan-dev
mailing list