Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have now changed this question because it is a solr issue on my rails app. solr tells me that

Severe errors in solr configuration.
java.lang.RuntimeException: Can't find resource 'solrconfig.xml' in classpath or '/Users/x/Projects/guidelines/solr/conf/'

I have tried many suggestions on other questions here to sort this but I'm completely stuck....

share|improve this question
Did you "turn on" your database, servers, email workers... ? – alestanis Feb 21 at 10:52
yes, I did rake sunspot:solr:start and it says it successfully started – tessad Feb 21 at 10:57
which line is line 172 of your controller? – sevenseacat Feb 21 at 11:00
if @guideline.save – tessad Feb 21 at 11:00
The issue is related to Sunspot / Solr. Sunspot adds a save callback on your models to index your data. Your Rails app seems unable to connect the Solr Server. Can you access the Solr server on http://localhost:8982/solr ? – Jef Feb 21 at 11:04
show 6 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.