Hi all,

1) Our DSpace server (3.0, Manakin) has had its hostname changed which broke the links in the OAI webapp: the old hostname is the link target. Where do I correct this? Visit [1] to get an idea of the problem and try to click on the links ('fiprints.ids-mannheim.de' is the old hostname). Also, when I try and run '[dspace]/bin/dspace oai webapp', it tells me that the "Solr server (http://localhost:8080/solr/oai) is down, turn it on."

2) Once this is fixed, I'd like DSpace to run an OAI import right after item submission -- how can this be done? In our development DSpace instance (whose OAI works fine), I added the following function to webapps/xmlui/WEB-INF/classes/aspects/Submission/submission.js (and call it in line 318):

function updateOAI()
{
    var args = new Array();
    args[0] = "import";
    XOAI.main(args);
}
Which has no effect.

Thanks for your help,
Joachim

[1] https://dok.ids-mannheim.de/oai/request?verb=ListRecords&metadataPrefix=oai_dc

--
Joachim Bingel
Institut für Deutsche Sprache, Zentrale Forschung
R5, 6-13, 68161 Mannheim
+49 - (0)621-1581-456 | http://www.ids-mannheim.de

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
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