Re: [Dspace-tech] Database query to XML

2013-09-19 Thread Joachim Bingel
Hi, I followed the steps to enable Solr, but still I can neither populate the index nor open the Solr page. By the way, the wiki [1] says enabling Solr is not even necessary for my purpose of outside metadata access. On my local test DSpace instance, this wasn't necessary, either. I still get

Re: [Dspace-tech] Database query to XML

2013-09-19 Thread helix84
On Thu, Sep 19, 2013 at 9:59 AM, Joachim Bingel bin...@ids-mannheim.de wrote: I followed the steps to enable Solr, but still I can neither populate the index nor open the Solr page. By the way, the wiki [1] says enabling Solr is not even necessary for my purpose of outside metadata access.

Re: [Dspace-tech] Database query to XML

2013-09-19 Thread Joachim Bingel
Hi helix, you were right about the ports. I could now resolve the Connection refused error, thanks! Populating the index now gives me a org.apache.solr.common.SolrException: Forbidden. I assume this is equivalent to the 403 now, right? I've checked that localhost is 127.0.0.1, and also that

[Dspace-tech] Database query to XML

2013-09-18 Thread Joachim Bingel
Dear community, I'm looking to implement a function to obtain the list of an author's publications in XML, given the author's name. The OAI webapp can output the whole set of publications to one big XML, and I could parse that by author name, but it seems like this is some overhead and also

Re: [Dspace-tech] Database query to XML

2013-09-18 Thread helix84
On Wed, Sep 18, 2013 at 10:46 AM, Joachim Bingel bin...@ids-mannheim.de wrote: I'm looking to implement a function to obtain the list of an author's publications in XML, given the author's name. The OAI webapp can output the whole set of publications to one big XML, and I could parse that by

Re: [Dspace-tech] Database query to XML

2013-09-18 Thread Mark H. Wood
On Wed, Sep 18, 2013 at 10:46:18AM +0200, Joachim Bingel wrote: Any ideas why a PHP script cannot be found? Because the servlet container has not been given a mapping from *.php to a servlet that can run PHP scripts. The container will only recognize URLs which match a servlet-mapping/ element

Re: [Dspace-tech] Database query to XML

2013-09-18 Thread helix84
Sorry, you probably don't have Discovery (Solr) enabled (it's not yet enabled by default as of DSpace 3.x). To do so, follow these instructions: https://wiki.duraspace.org/display/DSDOC3x/Discovery#Discovery-EnablingDiscovery Keep in mind that this changes everything search-related from Lucene-

Re: [Dspace-tech] Database query to XML

2013-09-18 Thread Joachim Bingel
Thanks helix and Mark, I've been trying to use solr, which works fine with my local DSpace, but on my server I can neither run update-discovery-index nor reach the URL from my local machine. The latter results in a plain 403, although I disabled the localhost filter. The former is even