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 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 the document : https://wiki.duraspace.org/display/DSDOC3x/OAI

 Harvesting from another DSpace : Point no 1 : First, check to see if the
 external DSpace reports that it will support harvesting ORE via the OAI-PMH
 interface.

 Demo URL :
 http://demo.dspace.org/oai/request?verb=ListRecordsmetadataPrefix=ore
 (Working Fine - It's Fetch the results)

 Our URL :
 http://vslir.iimahd.ernet.in:8080/oai/request?verb=ListRecordsmetadataPrefix=ore
 (It's shows : No matches for the query) Can you please tell me what may be
 the issue..?

 I have just copy the oai folder from [dspace] to [tomcat-webapps]  set the
 localhost path to vslir.iimahd.ernet.in into /dspace/config/modules/oai.cfg
 (as screen sort attached).


 Please let me know what may be the problem..

 Thanks for your help..

 Bhavesh Patel


 Thanks  Regards,
 Bhavesh R. Patel
 bhavesh.bece...@gmail.com (Email)

 Websites :

 www.bhaveshpatel.info
 www.onlinequizportal.com
 www.hindisuvichar.com

 Never leave till tomorrow which you can do today

 Please consider the environment before printing this e-mail.


 On Tue, Feb 4, 2014 at 7:43 PM, helix84 heli...@centrum.sk wrote:

 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



 --
 Managing the Performance of Cloud-Based Applications
 Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
 Read the Whitepaper.
 http://pubads.g.doubleclick.net/gampad/clk?id=121051231iu=/4140/ostg.clktrk
 ___
 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



-- 
鈴木敬二@江別市

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231iu=/4140/ostg.clktrk
___
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


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 responses. Running import won't hurt but I'd be surprised if it helps.
IIRC, running import with -c also clears the cache.
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231iu=/4140/ostg.clktrk___
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

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 808 4100 | Cell: +27 84 646 4758
http://scholar.sun.ac.za
http://bit.ly/goodir
http://library.sun.ac.za
http://za.linkedin.com/in/hiltongibson


On 7 February 2014 12:45, helix84 heli...@centrum.sk wrote:

 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 responses. Running import won't hurt but I'd be surprised if it
 helps. IIRC, running import with -c also clears the cache.

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231iu=/4140/ostg.clktrk___
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

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 the document : https://wiki.duraspace.org/display/DSDOC3x/OAI
Harvesting from another DSpace : Point no 1 : First, check to see if the
external DSpace reports that it will support harvesting ORE via the OAI-PMH
interface.

Demo URL :
http://demo.dspace.org/oai/request?verb=ListRecordsmetadataPrefix=ore
(Working Fine - It's Fetch the results)

Our URL :
http://vslir.iimahd.ernet.in:8080/oai/request?verb=ListRecordsmetadataPrefix=ore
(It's
shows : No matches for the query) Can you please tell me what may be the
issue..?

I have just copy the oai folder from [dspace] to [tomcat-webapps]  set the
localhost path to vslir.iimahd.ernet.in into /dspace/config/modules/oai.cfg
(as screen sort attached).


Please let me know what may be the problem..

Thanks for your help..

Bhavesh Patel

Thanks  Regards,
*Bhavesh R. Patel *
bhavesh.bece...@gmail.com (Email)

*Websites :*

   - www.bhaveshpatel.info
   - www.onlinequizportal.com
   - www.hindisuvichar.com

Never leave till tomorrow which you can do today

*Please consider the environment before printing this e-mail.*


On Tue, Feb 4, 2014 at 7:43 PM, helix84 heli...@centrum.sk wrote:

 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

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231iu=/4140/ostg.clktrk___
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

[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 List of sets  :
http://vslir.iimahd.ernet.in:8080/oai/request?verb=ListSets

still it is accessible locally.. How to enable for global access ?

Thanks,
Bhavesh Patel
--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231iu=/4140/ostg.clktrk___
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

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

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231iu=/4140/ostg.clktrk
___
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


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.bece...@gmail.com (Email)

*Websites :*

   - www.bhaveshpatel.info
   - www.onlinequizportal.com
   - www.hindisuvichar.com

Never leave till tomorrow which you can do today

*Please consider the environment before printing this e-mail.*


On Tue, Feb 4, 2014 at 4:22 PM, helix84 heli...@centrum.sk wrote:

 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

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231iu=/4140/ostg.clktrk___
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

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

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231iu=/4140/ostg.clktrk
___
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


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 4758
http://scholar.sun.ac.za
http://bit.ly/goodir
http://library.sun.ac.za
http://za.linkedin.com/in/hiltongibson


On 4 February 2014 16:13, helix84 heli...@centrum.sk wrote:

 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

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231iu=/4140/ostg.clktrk___
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