Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-07 Thread SUZUKI Keiji
Hi Bhavesh, I suppose the old request cache remains. Did you run [dspace]/bin/dspace/oai clean-cache command after edited config files? If no, run it. Or delete directly the cache directory, [dspace]/var/oai/requests Keiji Suzuki 2014-02-07 Bhavesh Patel bhavesh.bece...@gmail.com: Dear

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-07 Thread helix84
On Feb 7, 2014 11:20 AM, Hilton Gibson hilton.gib...@gmail.com wrote: ​Remember when you clean the cache, either manually or via the script, then it needs to be rebuilt. $ /home/dspace/bin/dspace import -o -v -c ​ That rebuilds the index. The cache is something different - it caches whole XML

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-07 Thread Hilton Gibson
Ok. So just delete and then things work. I wonder if simply disabling the cache will work to. Is this cache absolutely necessary? *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-06 Thread Bhavesh Patel
Dear helix84/Hilton, Yes, I have already set dspace.url dspace.baseUrl on dspace.cfg (see the screen sort : dspace_baseURL.png). Also for OAI-PMH I have set that URL on /dspace/config/modules/oai.cfg file (see the screen sort : oai_config.png) Let me know if anything need to correct. As per

[Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-04 Thread Bhavesh Patel
Dear All, I want to enable OAI-PMH for metadata harvesting of our IR. Can you please let me know what I have to do for that. http://vslir.iimahd.ernet.in:8080/oai/request It's showing Illegal verb also I try Identify : http://vslir.iimahd.ernet.in:8080/oai/request?verb=Identify also I try

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-04 Thread helix84
Hi Bhavesh, that is normal behaviour of OAI. Your OAI works correctly and I can access it. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-04 Thread Bhavesh Patel
Dear helix84, data is accessible from outside also.. but on top links when I click then it's showing the local IP..? Can anybody harvest my metadata ? or I have to enable (require any changes) to set the localhost to our ir url ? Thanks, Bhavesh Thanks Regards, *Bhavesh R. Patel *

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-04 Thread helix84
Check that both your dspace.url and dspace.baseUrl are set to http://vslir.iimahd.ernet.in:8080;. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-04 Thread Hilton Gibson
Perhaps this will also help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Harvesting/3.2 Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell: +27 84 646

Re: [Dspace-tech] How to enable OAI-PMH?

2011-08-30 Thread Stan Orlov
Hi Alvaro, We have a file named DSpaceOAICatalog.class in C:\dspace-1.6.2-src-release\dspace-1.6.2-src-release\dspace-oai\dspace-oai-api\target\classes\org\dspace\app\oai. And we have a file name dspace-oai-api-1.6.2.jar in C:\DSpace\webapps\oai\WEB-INF\lib. Cheers, Stan On Mon, Aug 29, 2011

Re: [Dspace-tech] How to enable OAI-PMH?

2011-08-29 Thread Stan Orlov
Hi Alvaro, Thank you for your instructions. I followed them and added the following line: Context path=/oai docBase=C:\dspace\webapps\oai debug=0 reloadable=true cachingAllowed=false allowLinking=true/ right after the context path for xmlui in server.xml. Restarted Tomcat. However,

Re: [Dspace-tech] How to enable OAI-PMH?

2011-08-29 Thread emilio lorenzo
Stan You must query OAI with an OAI-admisible syntax. Try with localhost:8080/oai/request?verb=Identify or /oai/request?verb=ListMetadataFormats or... (OAI is case-sensitive.) best luck Emilio El 29/08/2011 17:58, Stan Orlov escribió: Hi Alvaro, Thank you for your

Re: [Dspace-tech] How to enable OAI-PMH?

2011-08-29 Thread Stan Orlov
Thank you, Alonso. I have tried the url with a verb, but it gives me: HTTP Status 500 - type Exception report description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: org.dspace.app.oai.DSpaceOAICatalog

Re: [Dspace-tech] How to enable OAI-PMH?

2011-08-29 Thread Alvaro Sandoval
Stan: Do you have [dspace-source]/dspace-oai/dspace-oai-api/target/classes/org/dspace/app/oai/DSpaceOAICatalog.class? The jar that includes that class should be at: [dspace]/webapps/oai/WEB-INF/lib/dspace-oai-api-1.x.x.jar, where 1.x.x is your dspace installed version. Alvaro El 29/08/11

[Dspace-tech] How to enable OAI-PMH?

2011-08-26 Thread Stan Orlov
Greetings! We have an instance of DSpace that works fine: http://dc.msvu.ca. It is version 1.6.2, running on Windows 2003. I would like to enable OAI-PMH, but can't figure out what exactly to do. I looked at https://wiki.duraspace.org/display/DSPACE/Use+the+OAI-PMH+interface, but the

[Dspace-tech] how to enable OAI-PMH

2007-10-10 Thread asim naseem
Hi I am trying to enable the OAI-PMH interface but not successful,any idea how to enable OAI-PMH interface in dspace 1.4? Thanks Regards ASIM - Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers -

Re: [Dspace-tech] how to enable OAI-PMH

2007-10-10 Thread James Rutherford
On Wed, Oct 10, 2007 at 09:25:37AM -0700, asim naseem wrote: I am trying to enable the OAI-PMH interface but not successful,any idea how to enable OAI-PMH interface in dspace 1.4? When you run the build_wars target with ant, it will give you two WAR files, one for the JSP UI, and one for