Hi Hernán,

On 30/01/14 12:41, Hernan Carvajal Briceño wrote:
Caused by: org.apache.solr.common.SolrException: Not Found

Not Found

        at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:435)
        at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244)
        at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)
        ... 9 more


The SOLR server is up and runnig. I've checket it in the Web browser:
I can execute querys from there.
Any ideas?

Looks like you left out a 'solr' when you told OAI where to connect. I'd expect to see
http://localhost/solr/oai/select?q=*:*
rather than
http://localhost/oai/select?q=*:*
as given in your error message.

What is your value of solr.server in [dspace-src]/build.properties? I'd expect it to be
Also, what is your value of solr.url in [dspace-src]/dspace/config/modules/oai.cfg? This should be
solr.url="">

Just to be extra certain, also check the oai core in solr (the url you gave goes to the search/discovery core):
http://localhost/solr/oai/admin/

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand


------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to