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-07 Thread helix84
On Feb 7, 2014 11:20 AM, "Hilton Gibson" 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 responses. Running im

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 : > Dear helix84/Hilton, > > Yes, I hav

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 t

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 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 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 * bhavesh.bec

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 -

[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 L

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 a

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

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 O

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 in

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: right after the context path for xmlui in server.xml. Restarted Tomcat. However, when I go to http://localhost:8080/oai, I get error 404 - "The requested resource (/oai/) is not available". There is a

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

2011-08-26 Thread Alvaro Sandoval
Hi Stan: You can just copy [dspace]/webapps/oai directory under [tomcat]/webapps directory. I prefer to include that directory into [tomcat]/conf/server.xml, under tag. Here is an example of how to define it in server.xml: You should replace "/dspace/webapps/oai/" with your oai directory.

[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 instructio

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 t

[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 -