[Dspace-general] UKETD Plug-In

Scott, Rudolph Rudolph.Scott at iop.kcl.ac.uk
Tue Mar 6 10:33:52 EST 2007


I could not see anything in the log file refering to these requests
(wonder why?). Anyway when I type <
oai_request_url>?verb=ListIdentifiers&metadataPrefix=oai_dc I get the
following;

<?xml version="1.0" encoding="UTF-8" ?> 
- <OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/
http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2007-03-06T15:19:37Z</responseDate> 
  <request metadataPrefix="oai_dc"
verb="ListIdentifiers">http://194.83.137.111:8080/dspace-oai/request</re
quest> 
- <ListIdentifiers>
- <header>
  <identifier>oai:194.83.137.111 :123456789/11</identifier> 
  <datestamp>2006-10-20T08:56:45Z</datestamp> 
  <setSpec>hdl_123456789_9</setSpec> 
  </header>
- <header>
  <identifier>oai:194.83.137.111 :123456789/13</identifier> 
  <datestamp>2006-11-27T16:07:58Z</datestamp> 
  <setSpec>hdl_123456789_9</setSpec> 
  </header>
- <header>
  <identifier>oai:194.83.137.111 :123456789/20</identifier> 
  <datestamp>2006-12-19T16:49:28Z</datestamp> 
  <setSpec>hdl_123456789_19</setSpec> 
  </header>
+ <header>
  <identifier>oai:194.83.137.111 :123456789/21</identifier> 
  <datestamp>2006-12-22T11:41:45Z</datestamp> 
  <setSpec>hdl_123456789_9</setSpec> 
  </header>
- <header>
  <identifier>oai:194.83.137.111 :123456789/38</identifier> 
  <datestamp>2007-01-26T14:03:14Z</datestamp> 
  <setSpec>hdl_123456789_9</setSpec> 
  </header>
- <header>
  <identifier>oai:194.83.137.111 :123456789/39</identifier> 
  <datestamp>2007-01-26T14:26:54Z</datestamp> 
  <setSpec>hdl_123456789_12</setSpec> 
  </header>
- <header>
  <identifier>oai:194.83.137.111 :123456789/40</identifier> 
  <datestamp>2007-01-26T14:39:47Z</datestamp> 
  <setSpec>hdl_123456789_19</setSpec> 
  </header>
- <header>
  <identifier>oai:194.83.137.111 :123456789/41</identifier> 
  <datestamp>2007-02-01T13:34:14Z</datestamp> 
  <setSpec>hdl_123456789_9</setSpec> 
  </header>
  </ListIdentifiers>
  </OAI-PMH>



I can't see anything referring to UKETD_DC in the output. It maytbe
possible that the /<dspace-directory>/bin/install-configs script did not
work correctly (which was the last bit of the plugin procedure before
restarting Tomcat. I'll check this, but do you have any other ideas?


___________________________________________________________
 
Rudolph Scott 
Desktop Support Analyst 
Dept of Biostatistics and Computing 
Institute Of Psychiatry 
Kings College London 
De Crespigny Park, 
London SE5 8AF 
 
Tel: 020-7848-0135 
E-mail: r.scott at iop.kcl.ac.uk 

-----Original Message-----
From: James Rutherford [mailto:james.rutherford at hp.com] 
Sent: 06 March 2007 11:59
To: Scott, Rudolph
Cc: DSpace General
Subject: Re: [Dspace-general] UKETD Plug-In

Hi Scott,

Check your dspace.log file to see what error is being thrown when you
ListIdentifiers. It could be that the plugin isn't installed correctly,
but the log should shed light on the matter. Do you get the same error
when you ListRecords? Are you able to ListIdentifiers with a different
prefix (try oai_dc)?

Jim

On Tue, Mar 06, 2007 at 11:40:10AM -0000, Scott, Rudolph wrote:
> Thanks.When I type   <oai_request_url>?verb=ListMetadataFormats, I get
> the following output;
> 
> <?xml version="1.0" encoding="UTF-8" ?>
> - <OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/
> http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
>   <responseDate>2007-03-06T11:29:12Z</responseDate> 
>   <request
> verb="ListMetadataFormats">http://194.83.137.111:8080/dspace-oai/reque
> st
> </request>
> - <ListMetadataFormats>
> - <metadataFormat>
>   <metadataPrefix>uketd_dc</metadataPrefix>
>  
> <schema>http://naca.central.cranfield.ac.uk/ethos-oai/2.0/uketd_dc.xsd
> </
> schema> 
>  
> <metadataNamespace>http://naca.central.cranfield.ac.uk/ethos-oai/2.0/<
> /m
> etadataNamespace> 
>   </metadataFormat>
> - <metadataFormat>
>   <metadataPrefix>oai_dc</metadataPrefix> 
>   <schema>http://www.openarchives.org/OAI/2.0/oai_dc.xsd</schema>
>  
> <metadataNamespace>http://www.openarchives.org/OAI/2.0/oai_dc/</metada
> ta
> Namespace> 
>   </metadataFormat>
>   </ListMetadataFormats>
>   </OAI-PMH>
> 
> BUT when I type
> <oai_request_url>?verb=ListIdentifiers&metadataPrefix=UKETD_DC I get;
> 
> <?xml version="1.0" encoding="UTF-8" ?>
> - <OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/
> http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
>   <responseDate>2007-03-06T11:31:29Z</responseDate> 
>   <request metadataPrefix="UKETD_DC"
> verb="ListIdentifiers">http://194.83.137.111:8080/dspace-oai/request</
> re
> quest> 
>   <error code="cannotDisseminateFormat">"UKETD_DC" is not supported by

> the item or by the repository</error>
>   </OAI-PMH>
> 
> 
> 
> Does this mean the plugin is not working?
> 
> 
> 
> 
> ___________________________________________________________
>  
> Rudolph Scott
> Desktop Support Analyst
> Dept of Biostatistics and Computing
> Institute Of Psychiatry
> Kings College London
> De Crespigny Park,
> London SE5 8AF
>  
> Tel: 020-7848-0135
> E-mail: r.scott at iop.kcl.ac.uk
> 
> -----Original Message-----
> From: James Rutherford [mailto:james.rutherford at hp.com]
> Sent: 06 March 2007 11:20
> To: Scott, Rudolph
> Cc: dspace-general at mit.edu; Martin, Clare
> Subject: Re: [Dspace-general] UKETD Plug-In
> 
> Hi,
> 
> On Tue, Mar 06, 2007 at 10:50:59AM -0000, Scott, Rudolph wrote:
> > Hi. I have installed the UKETD Plug-in for Dspace to make it's 
> > contained items harvestable 
> > (http://ethostoolkit.rgu.ac.uk/?page_id=76). The question is does
> anyone know how I can test that the plugin works?
> 
> I've not used it, but assuming you've installed and configured your 
> repository correctly, UKETD_DC should appear when you 
> ListMetadataFormats, and you should be able to ListIdentifiers or 
> ListRecords with the metadataPrefix UKETD_DC:
> 
> <oai_request_url>?verb=ListMetadataFormats
> 
> and
> 
> <oai_request_url>?verb=ListIdentifiers&metadataPrefix=UKETD_DC
> or
> <oai_request_url>?verb=ListRecords&metadataPrefix=UKETD_DC
> 
> cheers,
> 
> Jim




More information about the Dspace-general mailing list