[Dspace-general] UKETD Plug-In

Scott, Rudolph Rudolph.Scott at iop.kcl.ac.uk
Tue Mar 6 11:05:46 EST 2007


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




More information about the Dspace-general mailing list