I think that for now you can ignore that the Solr search or OAI interface
doesn't find the item with the handle you provided - if you can't run
oai import, it simply isn't there in the Solr index. Did you change any
code or schema.xml from the Solr oai core? What is the output of
this command?
diff -u [dspace-source]/dspace/solr/oai/conf/schema.xml
[dspace]/solr/oai/conf/schema.xml

The SolrException: Bad Request when doing a solr update (oai import) points
to some inconsistency between the existing index (data) and its schema.xml.

This is also suspicious (it shouldn't happen if you didn't do
any modifications):
SEVERE: org.apache.solr.common.SolrException: [doc=null] missing required
field: item.handle

Try this:
* shut down Tomcat
* backup your [dspace]/solr/oai/ directory
* delete /dspace/solr/oai/data/
* start Tomcat
* run oai import


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to