I get this message, can someone help me with this ?

CommentFileSizeAuthor
ERROR.JPG22.3 KBBart D'hanis
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

finmccarthy’s picture

Bart

This looks like a SOLR error rather than a drupal one - there was a similar issue reported previously http://drupal.org/node/1285422

As suggested places to start looking - Check that you have SOLR setup correctly (If you intend to use SOLR? ) There is a small bit of setup / understanding of solr required to get it running the first time. Check that you are using the correct version of JAVA & SOLR. Make sure solr is started and that your firewall / IPTables allow access to the port solr is using (probably 8983 or 8080)

If you are not using SOLR / Dont want to use SOLR you can also use the drupal database search (which is not as powerful / flexible or scalable as SOLR IMO)

If you havent yet setup SOLR there are some helpful instructions at http://drupalcode.org/project/search_api_solr.git/blob_plain/refs/heads/... and the readme file on the project page - you will have to do some digging around to get it going if you havent done so before.

Make sure you have the correct versions of solrconfig.xml and scheme.xml copied into your solr directory

is solr started? ( java -jar start.jar )

In drupal / recruiter the place to get at the gui setting for search is at yoursite /admin/config/search/search_api

Failing this - give us some more information about your setup / level of experience etc

Kind regards

Fin

mh86’s picture

Status: Active » Fixed

I recommend you to use the latest release, as there we've switched to the Search API Database backend and made Solr optional, which really eases the installation (the install instructions in the Readme need an update)
And thanks Fin for the update

Bart D'hanis’s picture

Status: Fixed » Active

Thanks for the info.
I checked with my provider and he is not willing to instal solr on his server!!!
So i think that i 'll have to use the drupal database search.
On my site there will be around 2000 cv's, do you think this will work?
Can you also tell me how to setup the database search?
Bart

mh86’s picture

I would suggest to try the database backend first (I don't think 2000 items are a problem), and if it's not fast enough, then think about another provider.
Concerning the database setup, please use the latest Recruiter release and exactly follow the update instructions.

mh86’s picture

Status: Active » Fixed

Marking as fixed, because I think the issue has already been answered with my last comment.

Bart D'hanis’s picture

Thanks, all working well now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.