Skip to content

Troubleshooting

ndushay edited this page Apr 6, 2012 · 4 revisions

Also see How do I ...

Developer questions can also be directed to the hydra-tech list or the freenode #projecthydra IRC channel.

Solr Errors

No searcher ‘permissions’

When Solr complains that there is no searcher ‘permissions’, it means that you haven’t copied the solr configs into jetty. You can fix this by running

rake hydra:jetty:config
then stoping and starting jetty.
Clone this wiki locally