[Dspace-general] UKETD Plug-In

Paul Needham paul.needham11 at btinternet.com
Mon Mar 12 07:46:06 EDT 2007


Hi Rudolph

 

I'm emailing to see what progress you've made with the uketd_dc plug-in for
DSpace? (For my sins) I was the one that started its development while
working on the EThOS project, though I've had *considerable* help from
Stuart and others along the way.

 

You can see a working example of the uketd_dc oai output at
http://dspace.lib.cranfield.ac.uk/dspace-oai/request?verb=GetRecord
<http://dspace.lib.cranfield.ac.uk/dspace-oai/request?verb=GetRecord&metadat
aPrefix=uketd_dc&identifier=oai:dspace.lib.cranfield.ac.uk:1826/828>
&metadataPrefix=uketd_dc&identifier=oai:dspace.lib.cranfield.ac.uk:1826/828.
As compared to the oai_dc output at
http://dspace.lib.cranfield.ac.uk/dspace-oai/request?verb=GetRecord
<http://dspace.lib.cranfield.ac.uk/dspace-oai/request?verb=GetRecord&metadat
aPrefix=oai_dc&identifier=oai:dspace.lib.cranfield.ac.uk:1826/828>
&metadataPrefix=oai_dc&identifier=oai:dspace.lib.cranfield.ac.uk:1826/828

 

My apologies that I've not emailed before - I've been off with influenza.

 

Regards

Paul A S Needham

______________________________________

Electronic Information Specialist

Kings Norton Library

Cranfield University

 

-----Original Message-----

From: dspace-general-bounces at mit.edu [mailto:dspace-general-bounces at mit.edu]
On Behalf Of Scott, Rudolph

Sent: 06 March 2007 16:06

To: James Rutherford

Cc: dspace-general at mit.edu

Subject: Re: [Dspace-general] UKETD Plug-In

 

I ran the /<dspace-directory>/bin/install-configs again and yes I do get

the following in the dspace.log file;

 

2007-03-06 15:59:22,275 INFO  org.dspace.core.ConfigurationManager @

Installing configuration file template log4j.properties to

/dspace/config/log4j.properties

2007-03-06 15:59:22,292 INFO  org.dspace.core.ConfigurationManager @

Installing configuration file template log4j-handle-plugin.properties to

/dspace/config/log4j-handle-plugin.properties

2007-03-06 15:59:22,304 INFO  org.dspace.core.ConfigurationManager @ Not

processing config file template log4j.xml because no destination

specified (no property config.template.log4j.xml)

2007-03-06 15:59:22,304 INFO  org.dspace.core.ConfigurationManager @ Not

processing config file template apache13.conf because no destination

specified (no property config.template.apache13.conf)

2007-03-06 15:59:22,304 INFO  org.dspace.core.ConfigurationManager @

Installing configuration file template oaicat.properties to

/dspace/config/oaicat.properties

2007-03-06 15:59:22,309 INFO  org.dspace.core.ConfigurationManager @ Not

processing config file template oaicat.properties.old because no

destination specified (no property

config.template.oaicat.properties.old)

 

It seems I have to provide a destination, but I'm not sure what this

should be. Any ideas? Thanks.

 

 

___________________________________________________________

 

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

 

_______________________________________________

Dspace-general mailing list

Dspace-general at mit.edu

http://mailman.mit.edu/mailman/listinfo/dspace-general

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/dspace-general/attachments/20070312/e4b16380/attachment.htm


More information about the Dspace-general mailing list