arrêter de m'envoyer  

     Le Mercredi 22 juillet 2015 15h45, 
"dspace-tech-requ...@lists.sourceforge.net" 
<dspace-tech-requ...@lists.sourceforge.net> a écrit :
   

 Send DSpace-tech mailing list submissions to
    dspace-tech@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.sourceforge.net/lists/listinfo/dspace-tech
or, via email, send a message with subject or body 'help' to
    dspace-tech-requ...@lists.sourceforge.net

You can reach the person managing the list at
    dspace-tech-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of DSpace-tech digest..."


Today's Topics:

  1. Re: re-using solr stats from Dspace 3.2 in Dspace 4.3
      (Shaun Donovan)
  2. Re: re-using solr stats from Dspace 3.2 in Dspace 4.3
      (Lewatle Phaladi)
  3. Re: re-using solr stats from Dspace 3.2 in Dspace 4.3
      (Lewatle Phaladi)
  4. dspace 5.1 error "You are not authorized to submit to    any
      collections" (Konstantinos Koumoutsos)
  5. Re: What version of DSpace are you using? (Saidy Binta)
  6. Problems with OAI harvesting - from and until (Searle, Shannon)
  7. Filter by language - search (Searle, Shannon)
  8. stats-util error "Document is missing mandatory uniqueKey
      field: uid" (Anthony Petryk)
  9. Re: Filter by language - search (Claudia J?rgen)


----------------------------------------------------------------------

Message: 1
Date: Wed, 22 Jul 2015 07:09:06 +0200
From: Shaun Donovan <sha...@teqcle.co.za>
Subject: Re: [Dspace-tech] re-using solr stats from Dspace 3.2 in
    Dspace 4.3
To: Lewatle Phaladi <lewatle.phal...@wits.ac.za>,
    "dspace-tech@lists.sourceforge.net"
    <dspace-tech@lists.sourceforge.net>
Message-ID: <55af2572.20...@teqcle.co.za>
Content-Type: text/plain; charset="windows-1252"

Hi Lewatle

You can convert and import log files from a different dspace instance 
using the command line tools

- stats-log-converter: Convert dspace.log files ready for import into 
solr statistics
- stats-log-importer: Import previously converted log files into solr 
statistics

What I do is put the logs in a temporary directory, then cd to my 
[dspace]/bin directory and first run the converter (./dspace 
stats-log-converter -i /path/to/temp/dir/ -m -n -o /path/to/dest/dir/ 
-v) on the files in the temporary directory, then run the importer on 
the resultant files.

For help on the command line tools, run them with a -h switch. ./dspace 
stats-log-converter -h will provide the help.


On 21/07/2015 16:19, Lewatle Phaladi wrote:
>
> Hi All,
>
> I was using Dspace 3.2 and upgraded to 4.3 on Development Server, I 
> would like to have stats from previous version in current version 
> onwards, what would be the steps to complete the process, do I have to 
> copy all files in [dspace3.2]/log to [dspace4.3]/log
>
> Anyone who have switched from 3.2 to 4.x and continued with solr stats 
> from 3.2 to 4.3 could share
>
> At the moment I see stats for July only
>
> I have log files for previous months in dspace3.2 , I would like them 
> to be visible in dspace 4.3 if further explanation is needed please 
> indicate
>
> Regards,
>
> Lewatle
>
> This communication is intended for the addressee only. It is 
> confidential. If you have received this communication in error, please 
> notify us immediately and destroy the original message. You may not 
> copy or disseminate this communication without the permission of the 
> University. Only authorised signatories are competent to enter into 
> agreements on behalf of the University and recipients are thus advised 
> that the content of this message may not be legally binding on the 
> University and may contain the personal views and opinions of the 
> author, which are not necessarily the views and opinions of The 
> University of the Witwatersrand, Johannesburg. All agreements between 
> the University and outsiders are subject to South African Law unless 
> the University agrees in writing to the contrary.
>
>
>
>
>
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
>
>
> _______________________________________________
> 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
>
>

-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 2
Date: Wed, 22 Jul 2015 06:52:50 +0000
From: Lewatle Phaladi <lewatle.phal...@wits.ac.za>
Subject: Re: [Dspace-tech] re-using solr stats from Dspace 3.2 in
    Dspace 4.3
To: Shaun Donovan <sha...@teqcle.co.za>,
    "dspace-tech@lists.sourceforge.net"
    <dspace-tech@lists.sourceforge.net>
Message-ID:
    <e4e3e2d709a8ff47ad97f4f9ce681b8541513...@ekho.ds.wits.ac.za>
Content-Type: text/plain; charset="us-ascii"

Hi Shaun,

Thanks, at the moment I am following the steps to have the stats converted and 
re-used.

Regards,
Lewatle

From: Shaun Donovan [mailto:sha...@teqcle.co.za]
Sent: 22 July 2015 07:09 AM
To: Lewatle Phaladi; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] re-using solr stats from Dspace 3.2 in Dspace 4.3

Hi Lewatle

You can convert and import log files from a different dspace instance using the 
command line tools

- stats-log-converter: Convert dspace.log files ready for import into solr 
statistics
- stats-log-importer: Import previously converted log files into solr statistics

What I do is put the logs in a temporary directory, then cd to my [dspace]/bin 
directory and first run the converter (./dspace stats-log-converter -i 
/path/to/temp/dir/ -m -n -o /path/to/dest/dir/ -v) on the files in the 
temporary directory, then run the importer on the resultant files.

For help on the command line tools, run them with a -h switch. ./dspace 
stats-log-converter -h will provide the help.

On 21/07/2015 16:19, Lewatle Phaladi wrote:
Hi All,

I was using Dspace 3.2 and upgraded to 4.3 on Development Server, I would like 
to have stats from previous version in current version onwards, what would be 
the steps to complete the process, do I have to copy all files in 
[dspace3.2]/log to [dspace4.3]/log
Anyone who have switched from 3.2 to 4.x and continued with solr stats from 3.2 
to 4.3 could share

At the moment I see stats for July only
I have log files for previous months in dspace3.2 , I would like them to be 
visible in dspace 4.3 if further explanation is needed please indicate

Regards,
Lewatle

This communication is intended for the addressee only. It is confidential. If 
you have received this communication in error, please notify us immediately and 
destroy the original message. You may not copy or disseminate this 
communication without the permission of the University. Only authorised 
signatories are competent to enter into agreements on behalf of the University 
and recipients are thus advised that the content of this message may not be 
legally binding on the University and may contain the personal views and 
opinions of the author, which are not necessarily the views and opinions of The 
University of the Witwatersrand, Johannesburg. All agreements between the 
University and outsiders are subject to South African Law unless the University 
agrees in writing to the contrary.










------------------------------------------------------------------------------

Don't Limit Your Business. Reach for the Cloud.

GigeNET's Cloud Solutions provide you with the tools and support that

you need to offload your IT needs and focus on growing your business.

Configured For All Businesses. Start Your Cloud Today.

https://www.gigenetcloud.com/





_______________________________________________

DSpace-tech mailing list

DSpace-tech@lists.sourceforge.net<mailto:DSpace-tech@lists.sourceforge.net>

https://lists.sourceforge.net/lists/listinfo/dspace-tech

List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





<table width="100%" border="0" cellspacing="0" cellpadding="0" 
style="width:100%;"> 
<tr>
<td align="left" style="text-align:justify;"><font face="arial,sans-serif" 
size="1" color="#999999"><span style="font-size:11px;">This communication is 
intended for the addressee only. It is confidential. If you have received this 
communication in error, please notify us immediately and destroy the original 
message. You may not copy or disseminate this communication without the 
permission of the University. Only authorised signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary. </span></font></td>
</tr>
</table
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 3
Date: Wed, 22 Jul 2015 07:52:46 +0000
From: Lewatle Phaladi <lewatle.phal...@wits.ac.za>
Subject: Re: [Dspace-tech] re-using solr stats from Dspace 3.2 in
    Dspace 4.3
To: Shaun Donovan <sha...@teqcle.co.za>,
    "dspace-tech@lists.sourceforge.net"
    <dspace-tech@lists.sourceforge.net>
Message-ID:
    <e4e3e2d709a8ff47ad97f4f9ce681b8541513...@ekho.ds.wits.ac.za>
Content-Type: text/plain; charset="us-ascii"

Hi Shaun,

I have tried the command with the following results :

dspace@dspacedev:~/install/dspace4.3$ ./bin/dspace stats-log-converter -i 
../dspace3.2/log/ -o log/
Unable to create DSpace context: FATAL: remaining connection slots are reserved 
for non-replication superuser connections

Regards,
Lewatle

From: Shaun Donovan [mailto:sha...@teqcle.co.za]
Sent: 22 July 2015 07:09 AM
To: Lewatle Phaladi; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] re-using solr stats from Dspace 3.2 in Dspace 4.3

Hi Lewatle

You can convert and import log files from a different dspace instance using the 
command line tools

- stats-log-converter: Convert dspace.log files ready for import into solr 
statistics
- stats-log-importer: Import previously converted log files into solr statistics

What I do is put the logs in a temporary directory, then cd to my [dspace]/bin 
directory and first run the converter (./dspace stats-log-converter -i 
/path/to/temp/dir/ -m -n -o /path/to/dest/dir/ -v) on the files in the 
temporary directory, then run the importer on the resultant files.

For help on the command line tools, run them with a -h switch. ./dspace 
stats-log-converter -h will provide the help.

On 21/07/2015 16:19, Lewatle Phaladi wrote:
Hi All,

I was using Dspace 3.2 and upgraded to 4.3 on Development Server, I would like 
to have stats from previous version in current version onwards, what would be 
the steps to complete the process, do I have to copy all files in 
[dspace3.2]/log to [dspace4.3]/log
Anyone who have switched from 3.2 to 4.x and continued with solr stats from 3.2 
to 4.3 could share

At the moment I see stats for July only
I have log files for previous months in dspace3.2 , I would like them to be 
visible in dspace 4.3 if further explanation is needed please indicate

Regards,
Lewatle

This communication is intended for the addressee only. It is confidential. If 
you have received this communication in error, please notify us immediately and 
destroy the original message. You may not copy or disseminate this 
communication without the permission of the University. Only authorised 
signatories are competent to enter into agreements on behalf of the University 
and recipients are thus advised that the content of this message may not be 
legally binding on the University and may contain the personal views and 
opinions of the author, which are not necessarily the views and opinions of The 
University of the Witwatersrand, Johannesburg. All agreements between the 
University and outsiders are subject to South African Law unless the University 
agrees in writing to the contrary.










------------------------------------------------------------------------------

Don't Limit Your Business. Reach for the Cloud.

GigeNET's Cloud Solutions provide you with the tools and support that

you need to offload your IT needs and focus on growing your business.

Configured For All Businesses. Start Your Cloud Today.

https://www.gigenetcloud.com/





_______________________________________________

DSpace-tech mailing list

DSpace-tech@lists.sourceforge.net<mailto:DSpace-tech@lists.sourceforge.net>

https://lists.sourceforge.net/lists/listinfo/dspace-tech

List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





<table width="100%" border="0" cellspacing="0" cellpadding="0" 
style="width:100%;"> 
<tr>
<td align="left" style="text-align:justify;"><font face="arial,sans-serif" 
size="1" color="#999999"><span style="font-size:11px;">This communication is 
intended for the addressee only. It is confidential. If you have received this 
communication in error, please notify us immediately and destroy the original 
message. You may not copy or disseminate this communication without the 
permission of the University. Only authorised signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary. </span></font></td>
</tr>
</table
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 4
Date: Wed, 22 Jul 2015 11:42:32 +0300
From: Konstantinos Koumoutsos <koumout...@gmail.com>
Subject: [Dspace-tech] dspace 5.1 error "You are not authorized to
    submit to    any collections"
To: dspace-tech@lists.sourceforge.net
Message-ID:
    <cag6y5mqor_e2yanyobmpkqc2aasm6gsxo3l4ar-013jxzgx...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello all.

I am experiencing a problem after logging in and while starting a new
submission under "My dspace".
I got the error "You are not authorized to submit to any collections" via
gui. The weird thing is that, if i browse to any specific collection i have
the option to submit a new item. That means that there is no issue with the
permission of each collection etc.

Could you please help me on this?

Thanks.
Best Regards
Kostas
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 5
Date: Tue, 21 Jul 2015 07:36:18 +0000
From: Saidy Binta <bisa...@mrc.gm>
Subject: Re: [Dspace-tech] What version of DSpace are you using?
To: "Schuster, David" <dschus...@mail.twu.edu>
Cc: "dspace-tech@lists.sourceforge.net"
    <dspace-tech@lists.sourceforge.net>
Message-ID: <70e05edb984d49999e277a3ccd2a2...@weaver.mrc.gm>
Content-Type: text/plain; charset="us-ascii"



From: Saidy Binta
Sent: 20 July 2015 13:35
To: 'Schuster, David'
Cc: 'dspace-tech@lists.sourceforge.net'
Subject: RE: What version of DSpace are you using?

Hi,

I have got the request a copy form to work, but when user make a request the 
email link to grant o deny request gives me error.

The error stack is below:
Java stacktrace: java.lang.ArrayIndexOutOfBoundsException: 0 at 
org.dspace.app.xmlui.aspect.artifactbrowser.ItemRequestResponseAction.act(ItemRequestResponseAction.java:74)
 at 
org.apache.cocoon.sitemap.impl.DefaultExecutor.invokeAction(DefaultExecutor.java:55)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.ActTypeNode.invoke(ActTypeNode.java:105)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:143)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:81)
 at 
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:239)
 at 
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.buildPipeline(ConcreteTreeProcessor.java:186)
 at 
org.apache.cocoon.components.treeprocessor.TreeProcessor.buildPipeline(TreeProcessor.java:260)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNode.java:107)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.SelectNode.invoke(SelectNode.java:87)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:143)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:81)
 at 
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:239)
 at 
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.buildPipeline(ConcreteTreeProcessor.java:186)
 at 
org.apache.cocoon.components.treeprocessor.TreeProcessor.buildPipeline(TreeProcessor.java:260)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNode.java:107)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:143)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:81)
 at 
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:239)
 at 
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.buildPipeline(ConcreteTreeProcessor.java:186)
 at 
org.apache.cocoon.components.treeprocessor.TreeProcessor.buildPipeline(TreeProcessor.java:260)
 at 
org.apache.cocoon.components.source.impl.SitemapSource.init(SitemapSource.java:277)
 at 
org.apache.cocoon.components.source.impl.SitemapSource.<init>(SitemapSource.java:148)
 at 
org.apache.cocoon.components.source.impl.SitemapSourceFactory.getSource(SitemapSourceFactory.java:62)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:153)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:183)
 at org.apache.cocoon.generation.FileGenerator.setup(FileGenerator.java:99) at 
org.dspace.app.xmlui.cocoon.AspectGenerator.setup(AspectGenerator.java:81) at 
sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy27.setup(Unknown Source) at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(AbstractProcessingPipeline.java:343)
 at 
org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.setupPipeline(AbstractCachingProcessingPipeline.java:710)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.preparePipeline(AbstractProcessingPipeline.java:466)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.prepareInternal(AbstractProcessingPipeline.java:480)
 at sun.reflect.GeneratedMethodAccessor95.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy26.prepareInternal(Unknown Source) at 
org.apache.cocoon.components.source.impl.SitemapSource.init(SitemapSource.java:292)
 at 
org.apache.cocoon.components.source.impl.SitemapSource.<init>(SitemapSource.java:148)
 at 
org.apache.cocoon.components.source.impl.SitemapSourceFactory.getSource(SitemapSourceFactory.java:62)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:153)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:183)
 at org.apache.cocoon.generation.FileGenerator.setup(FileGenerator.java:99) at 
org.dspace.app.xmlui.cocoon.AspectGenerator.setup(AspectGenerator.java:81) at 
sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy27.setup(Unknown Source) at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(AbstractProcessingPipeline.java:343)
 at 
org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.setupPipeline(AbstractCachingProcessingPipeline.java:710)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.preparePipeline(AbstractProcessingPipeline.java:466)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.prepareInternal(AbstractProcessingPipeline.java:480)
 at sun.reflect.GeneratedMethodAccessor95.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy26.prepareInternal(Unknown Source) at 
org.apache.cocoon.components.source.impl.SitemapSource.init(SitemapSource.java:292)
 at 
org.apache.cocoon.components.source.impl.SitemapSource.<init>(SitemapSource.java:148)
 at 
org.apache.cocoon.components.source.impl.SitemapSourceFactory.getSource(SitemapSourceFactory.java:62)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:153)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:183)
 at org.apache.cocoon.generation.FileGenerator.setup(FileGenerator.java:99) at 
org.dspace.app.xmlui.cocoon.AspectGenerator.setup(AspectGenerator.java:81) at 
sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy27.setup(Unknown Source) at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(AbstractProcessingPipeline.java:343)
 at 
org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.setupPipeline(AbstractCachingProcessingPipeline.java:710)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.preparePipeline(AbstractProcessingPipeline.java:466)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.prepareInternal(AbstractProcessingPipeline.java:480)
 at sun.reflect.GeneratedMethodAccessor95.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy26.prepareInternal(Unknown Source) at 
org.apache.cocoon.components.source.impl.SitemapSource.init(SitemapSource.java:292)
 at 
org.apache.cocoon.components.source.impl.SitemapSource.<init>(SitemapSource.java:148)
 at 
org.apache.cocoon.components.source.impl.SitemapSourceFactory.getSource(SitemapSourceFactory.java:62)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:153)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:183)
 at org.apache.cocoon.generation.FileGenerator.setup(FileGenerator.java:99) at 
org.dspace.app.xmlui.cocoon.AspectGenerator.setup(AspectGenerator.java:81) at 
sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy27.setup(Unknown Source) at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(AbstractProcessingPipeline.java:343)
 at 
org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.setupPipeline(AbstractCachingProcessingPipeline.java:710)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.preparePipeline(AbstractProcessingPipeline.java:466)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.prepareInternal(AbstractProcessingPipeline.java:480)
 at sun.reflect.GeneratedMethodAccessor95.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy26.prepareInternal(Unknown Source) at 
org.apache.cocoon.components.source.impl.SitemapSource.init(SitemapSource.java:292)
 at 
org.apache.cocoon.components.source.impl.SitemapSource.<init>(SitemapSource.java:148)
 at 
org.apache.cocoon.components.source.impl.SitemapSourceFactory.getSource(SitemapSourceFactory.java:62)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:153)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:183)
 at org.apache.cocoon.generation.FileGenerator.setup(FileGenerator.java:99) at 
org.dspace.app.xmlui.cocoon.AspectGenerator.setup(AspectGenerator.java:81) at 
sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy27.setup(Unknown Source) at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(AbstractProcessingPipeline.java:343)
 at 
org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.setupPipeline(AbstractCachingProcessingPipeline.java:710)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.preparePipeline(AbstractProcessingPipeline.java:466)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.prepareInternal(AbstractProcessingPipeline.java:480)
 at sun.reflect.GeneratedMethodAccessor95.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy26.prepareInternal(Unknown Source) at 
org.apache.cocoon.components.source.impl.SitemapSource.init(SitemapSource.java:292)
 at 
org.apache.cocoon.components.source.impl.SitemapSource.<init>(SitemapSource.java:148)
 at 
org.apache.cocoon.components.source.impl.SitemapSourceFactory.getSource(SitemapSourceFactory.java:62)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:153)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:183)
 at org.apache.cocoon.generation.FileGenerator.setup(FileGenerator.java:99) at 
org.dspace.app.xmlui.cocoon.AspectGenerator.setup(AspectGenerator.java:81) at 
sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy27.setup(Unknown Source) at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(AbstractProcessingPipeline.java:343)
 at 
org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.setupPipeline(AbstractCachingProcessingPipeline.java:710)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.preparePipeline(AbstractProcessingPipeline.java:466)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.prepareInternal(AbstractProcessingPipeline.java:480)
 at sun.reflect.GeneratedMethodAccessor95.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy26.prepareInternal(Unknown Source) at 
org.apache.cocoon.components.source.impl.SitemapSource.init(SitemapSource.java:292)
 at 
org.apache.cocoon.components.source.impl.SitemapSource.<init>(SitemapSource.java:148)
 at 
org.apache.cocoon.components.source.impl.SitemapSourceFactory.getSource(SitemapSourceFactory.java:62)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:153)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:183)
 at org.apache.cocoon.generation.FileGenerator.setup(FileGenerator.java:99) at 
org.dspace.app.xmlui.cocoon.AspectGenerator.setup(AspectGenerator.java:81) at 
sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy27.setup(Unknown Source) at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(AbstractProcessingPipeline.java:343)
 at 
org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.setupPipeline(AbstractCachingProcessingPipeline.java:710)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.preparePipeline(AbstractProcessingPipeline.java:466)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.prepareInternal(AbstractProcessingPipeline.java:480)
 at sun.reflect.GeneratedMethodAccessor95.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy26.prepareInternal(Unknown Source) at 
org.apache.cocoon.components.source.impl.SitemapSource.init(SitemapSource.java:292)
 at 
org.apache.cocoon.components.source.impl.SitemapSource.<init>(SitemapSource.java:148)
 at 
org.apache.cocoon.components.source.impl.SitemapSourceFactory.getSource(SitemapSourceFactory.java:62)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:153)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:183)
 at org.apache.cocoon.generation.FileGenerator.setup(FileGenerator.java:99) at 
org.dspace.app.xmlui.cocoon.AspectGenerator.setup(AspectGenerator.java:81) at 
sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy27.setup(Unknown Source) at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(AbstractProcessingPipeline.java:343)
 at 
org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.setupPipeline(AbstractCachingProcessingPipeline.java:710)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.preparePipeline(AbstractProcessingPipeline.java:466)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.prepareInternal(AbstractProcessingPipeline.java:480)
 at sun.reflect.GeneratedMethodAccessor95.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy26.prepareInternal(Unknown Source) at 
org.apache.cocoon.components.source.impl.SitemapSource.init(SitemapSource.java:292)
 at 
org.apache.cocoon.components.source.impl.SitemapSource.<init>(SitemapSource.java:148)
 at 
org.apache.cocoon.components.source.impl.SitemapSourceFactory.getSource(SitemapSourceFactory.java:62)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:153)
 at 
org.apache.cocoon.components.source.CocoonSourceResolver.resolveURI(CocoonSourceResolver.java:183)
 at org.apache.cocoon.generation.FileGenerator.setup(FileGenerator.java:99) at 
sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy27.setup(Unknown Source) at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.setupPipeline(AbstractProcessingPipeline.java:343)
 at 
org.apache.cocoon.components.pipeline.impl.AbstractCachingProcessingPipeline.setupPipeline(AbstractCachingProcessingPipeline.java:710)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.preparePipeline(AbstractProcessingPipeline.java:466)
 at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.process(AbstractProcessingPipeline.java:411)
 at sun.reflect.GeneratedMethodAccessor101.invoke(Unknown Source) at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at 
java.lang.reflect.Method.invoke(Unknown Source) at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
 at com.sun.proxy.$Proxy26.process(Unknown Source) at 
org.apache.cocoon.components.treeprocessor.sitemap.SerializeNode.invoke(SerializeNode.java:147)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:143)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:81)
 at 
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:239)
 at 
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:171)
 at 
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.java:247)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNode.java:117)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:143)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:81)
 at 
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:239)
 at 
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:171)
 at 
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.java:247)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.MountNode.invoke(MountNode.java:117)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:143)
 at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
 at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:81)
 at 
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:239)
 at 
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:171)
 at 
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.java:247)
 at 
org.apache.cocoon.servlet.RequestProcessor.process(RequestProcessor.java:351) 
at 
org.apache.cocoon.servlet.RequestProcessor.service(RequestProcessor.java:169) 
at org.apache.cocoon.sitemap.SitemapServlet.service(SitemapServlet.java:84) at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:727) at 
org.apache.cocoon.servletservice.ServletServiceContext$PathDispatcher.forward(ServletServiceContext.java:468)
 at 
org.apache.cocoon.servletservice.ServletServiceContext$PathDispatcher.forward(ServletServiceContext.java:443)
 at 
org.apache.cocoon.servletservice.spring.ServletFactoryBean$ServiceInterceptor.invoke(ServletFactoryBean.java:264)
 at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
 at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
 at com.sun.proxy.$Proxy23.service(Unknown Source) at 
org.dspace.springmvc.CocoonView.render(CocoonView.java:113) at 
org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1180)
 at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:950)
 at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
 at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
 at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:620) at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:727) at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 at 
org.dspace.app.xmlui.cocoon.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 at 
org.dspace.app.xmlui.cocoon.DSpaceCocoonServletFilter.doFilter(DSpaceCocoonServletFilter.java:274)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 at 
org.dspace.app.xmlui.cocoon.servlet.multipart.DSpaceMultipartFilter.doFilter(DSpaceMultipartFilter.java:119)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 at 
org.dspace.utils.servlet.DSpaceWebappServletFilter.doFilter(DSpaceWebappServletFilter.java:78)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
 at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
 at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
 at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170) 
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98) 
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950) at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) 
at 
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)
 at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
 at 
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:315)
 at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at 
java.lang.Thread.run(Unknown Source)

Regards
Binta
From: Schuster, David [mailto:dschus...@mail.twu.edu]
Sent: 20 July 2015 13:01
To: Saidy Binta
Subject: RE: What version of DSpace are you using?

>From what I have seen on the list you were able to get this to work correct?

David Schuster
Texas Woman's University
Director of Library Information Technology & Technical Support
Phone: 940-898-3909
dschus...@twu.edu<mailto:dschus...@twu.edu>
[emailsignature][Alma_Certified_Admin_Logo]

From: Saidy Binta [mailto:bisa...@mrc.gm]
Sent: Monday, July 20, 2015 3:21 AM
To: Schuster, David
Subject: RE: What version of DSpace are you using?

Hi,

I am using 5.1.

BR
Binta

From: Schuster, David [mailto:dschus...@mail.twu.edu]
Sent: 16 July 2015 14:25
To: Saidy Binta
Subject: What version of DSpace are you using?


Hi All,



Please is there a way to set anonymous users to only view metadata. And any 
other access to bit steams be requested by the request copy form. Thanks



Regards

Binta





From: Saidy Binta

Sent: 15 July 2015 10:34

To: 
dspace-tech@lists.sourceforge.net<mailto:dspace-tech@lists.sourceforge.net<mailto:dspace-tech@lists.sourceforge.net%3cmailto:dspace-tech@lists.sourceforge.net>>

Subject: request copy item



Hi,

Please I am trying to implement bit stream restriction and request a copy but 
this is the message I get when I login as anonymous. Please can some tell me 
what I am missing. Thanks



This item is restricted

You do not have the credentials to access the restricted item hdl:123456789/7.

Your user account does not have the credentials to view this item. Please 
contact the system administrator if you have any questions.

BR

Binta


David Schuster
Texas Woman's University
Director of Library Information Technology & Technical Support
Phone: 940-898-3909
dschus...@twu.edu<mailto:dschus...@twu.edu>
[emailsignature][Alma_Certified_Admin_Logo]


________________________________

DISCLAIMER: This message is private and confidential. If you have received this 
message in error please notify us and remove it from your system. Any views and 
opinions expressed in this message are those of the individual sender and do 
not necessarily represent the views and opinions of Medical Research Council 
Unit, The Gambia

___________________________________________________________
This communication is confidential and may contain privileged information 
intended solely for the named recipient(s). It may not be used or disclosed 
except for the purpose for which it has been sent. If you are not the intended 
recipient, you must not copy, distribute, take any action or reliance on it. If 
you have received this communication in error, do not open any attachments but 
please notify the Help Desk by e-mailing h...@mrc.gm<mailto:h...@mrc.gm> 
quoting the sender details, and then delete this message along with any 
attached files. E-mail messages are not secure and attachments could contain 
software viruses which may damage your computer system. Whilst every reasonable 
precaution has been taken to minimise this risk, The MRC Unit The Gambia cannot 
accept any liability for any damage sustained as a result of these factors. You 
are advised to carry out your own virus checks before opening any attachments. 
Unless expressly stated, opinions in this message are those of the e-mail 
author and not of the Medical Research Council Unit The Gambia.
________________________________________________________________________

________________________________

DISCLAIMER: This message is private and confidential. If you have received this 
message in error please notify us and remove it from your system. Any views and 
opinions expressed in this message are those of the individual sender and do 
not necessarily represent the views and opinions of Medical Research Council 
Unit, The Gambia

___________________________________________________________
This communication is confidential and may contain privileged information 
intended solely for the named recipient(s). It may not be used or disclosed 
except for the purpose for which it has been sent. If you are not the intended 
recipient, you must not copy, distribute, take any action or reliance on it. If 
you have received this communication in error, do not open any attachments but 
please notify the Help Desk by e-mailing h...@mrc.gm quoting the sender 
details, and then delete this message along with any attached files. E-mail 
messages are not secure and attachments could contain software viruses which 
may damage your computer system. Whilst every reasonable precaution has been 
taken to minimise this risk, The MRC Unit The Gambia cannot accept any 
liability for any damage sustained as a result of these factors. You are 
advised to carry out your own virus checks before opening any attachments. 
Unless expressly stated, opinions in this message are those of the e-mail 
author and not of the Medical Research Council Unit The Gambia.
________________________________________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 5234 bytes
Desc: image001.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 9257 bytes
Desc: image002.png

------------------------------

Message: 6
Date: Wed, 22 Jul 2015 11:57:45 +0000
From: "Searle, Shannon" <s.sea...@cranfield.ac.uk>
Subject: [Dspace-tech] Problems with OAI harvesting - from and until
To: "dspace-tech (dspace-tech@lists.sourceforge.net)"
    <dspace-tech@lists.sourceforge.net>
Message-ID:
    <581a3aa15f34407186fbf7424ba8a...@ccexchmail-3.cns.cranfield.ac.uk>
Content-Type: text/plain; charset="us-ascii"

Hi,

Using:
DSpace version 4.2
Tomcat 7
Postgresql 9.3
Centos 6.6

I am developing a DSpace instance which uses harvesting of material heavily. 
Recently I have discovered an issue where if the 'from' and 'until' parameters 
are used with GetRecords to harvest a set, it fails with 'no updates' message. 
Looking in the logs, the url used for harvesting has added these parameters - 
if they are removed then the set returns correctly in a browser...
Any idea how to stop the harvest from failing?  This is the message from the 
log:

2015-07-22 11:57:42,467 INFO  org.dspace.harvest.OAIHarvester @ HTTP Request: 
https://openknowledge.worldbank.org/oai/request?verb=ListRecords&from=2015-07-22T10:55:16Z&until=2015-07-22T10:57:41Z&set=col_10986_9403&metadataPrefix=oai_dc
2015-07-22 11:57:42,471 INFO  org.dspace.harvest.OAIHarvester @ noRecordsMatch: 
OAI server did not contain any updates
2015-07-22 11:57:42,475 INFO  org.dspace.content.Collection @ 
s.sea...@cranfield.ac.uk:session_id=4C8F4F467AE1709F6BC9B29E630A9629:ip_addr=138.250.13.165:update_collection:collection_id=28
2015-07-22 11:57:58,064 INFO  org.dspace.content.Collection @ 
s.sea...@cranfield.ac.uk:session_id=4C8F4F467AE1709F6BC9B29E630A9629:ip_addr=138.250.13.165:update_collection:collection_id=28
2015-07-22 11:57:58,822 INFO  org.dspace.harvest.OAIHarvester @ HTTP Request: 
https://openknowledge.worldbank.org/oai/request?verb=ListRecords&until=2015-07-22T10:57:58Z&set=col_10986_9403&metadataPrefix=oai_dc
2015-07-22 11:57:58,829 INFO  org.dspace.harvest.OAIHarvester @ noRecordsMatch: 
OAI server did not contain any updates
2015-07-22 11:57:58,832 INFO  org.dspace.content.Collection @ 
s.sea...@cranfield.ac.uk:session_id=4C8F4F467AE1709F6BC9B29E630A9629:ip_addr=138.250.13.165:update_collection:collection_id=28
2015-07-22 11:59:37,793 INFO  org.dspace.harvest.OAIHarvester @ HTTP Request: 
https://openknowledge.worldbank.org/oai/request?verb=ListRecords&from=2015-07-22T10:55:58Z&until=2015-07-22T10:59:37Z&set=col_10986_9403&metadataPrefix=oai_dc
2015-07-22 11:59:37,798 INFO  org.dspace.harvest.OAIHarvester @ noRecordsMatch: 
OAI server did not contain any updates
2015-07-22 11:59:37,800 INFO  org.dspace.content.Collection @ 
s.sea...@cranfield.ac.uk:session_id=4C8F4F467AE1709F6BC9B29E630A9629:ip_addr=138.250.13.165:update_collection:collection_id=28
2015-07-22 12:00:10,314 INFO  org.dspace.harvest.OAIHarvester @ HTTP Request: 
https://openknowledge.worldbank.org/oai/request?verb=ListRecords&from=2015-07-22T10:57:37Z&until=2015-07-22T11:00:09Z&set=col_10986_9403&metadataPrefix=oai_dc
2015-07-22 12:00:10,318 INFO  org.dspace.harvest.OAIHarvester @ noRecordsMatch: 
OAI server did not contain any updates

There are about three or four repositories that have the same issue including 
DSpace at Cambridge.

Thanks in advance!

Shannon

Shannon Searle
Library Systems Integration and Development Officer
Building 70, Barrington Library, Cranfield Defence and Security
Cranfield University, Defence Academy of the UK,
Shrivenham, Swindon
Wiltshire
SN6 8LA
s.sea...@cranfield.ac.uk<mailto:s.sea...@cranfield.ac.uk>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 10158 bytes
Desc: not available

------------------------------

Message: 7
Date: Wed, 22 Jul 2015 12:03:46 +0000
From: "Searle, Shannon" <s.sea...@cranfield.ac.uk>
Subject: [Dspace-tech] Filter by language - search
To: "dspace-tech (dspace-tech@lists.sourceforge.net)"
    <dspace-tech@lists.sourceforge.net>
Message-ID:
    <31705a3a987b4dfeb8c19e326e2ff...@ccexchmail-3.cns.cranfield.ac.uk>
Content-Type: text/plain; charset="us-ascii"

Hello again,

I have a number of foreign language papers in the repository and I have been 
asked if it is possible to filter by language -some have multiple dc.language 
settings? I see it is indexed in dspace.cfg but not showing up in the search 
filter...does anyone know where that is set so it shows in the search/sort 
filters? It's DSpace 4.2....

Thanks!
Shannon

Shannon Searle
Library Systems Integration and Development Officer
Building 70, Barrington Library, Cranfield Defence and Security
Cranfield University, Defence Academy of the UK,
Shrivenham, Swindon
Wiltshire
SN6 8LA
s.sea...@cranfield.ac.uk<mailto:s.sea...@cranfield.ac.uk>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 8724 bytes
Desc: not available

------------------------------

Message: 8
Date: Wed, 22 Jul 2015 13:37:13 +0000
From: Anthony Petryk <anthony.pet...@uottawa.ca>
Subject: [Dspace-tech] stats-util error "Document is missing mandatory
    uniqueKey field: uid"
To: "dspace-tech@lists.sourceforge.net"
    <dspace-tech@lists.sourceforge.net>
Message-ID:
    <d430d8ea2f44c24bbb972f7e9b37eedb012dd05...@cms-p10.uottawa.o.univ>
Content-Type: text/plain; charset="us-ascii"

Hello,

DSpace 4.3.  We're getting an error when trying to run dspace stats-util -br: 
"Document is missing mandatory uniqueKey field: uid".  We want to run this 
command specifically to remove stats for deleted bitstreams (-r option).

This sounds like the same root problem as 
DS-2212<https://jira.duraspace.org/browse/DS-2212>, which is fixed in version 
5.2.  But I just wanted to check: is there any way to get this to work without 
upgrading?

Thanks,

Anthony

-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 9
Date: Wed, 22 Jul 2015 15:43:44 +0200
From: Claudia J?rgen <claudia.juer...@ub.tu-dortmund.de>
Subject: Re: [Dspace-tech] Filter by language - search
To: dspace-tech@lists.sourceforge.net
Message-ID: <55af9e10.9080...@ub.tu-dortmund.de>
Content-Type: text/plain; charset=windows-1252; format=flowed


Hello Shannon,

how to customize the search filters for 4.x is described here:
https://wiki.duraspace.org/display/DSDOC4x/Discovery#Discovery-Searchfilters&sidebarfacetsCustomization

Hope this helps

Claudia

Am 22.07.2015 um 14:03 schrieb Searle, Shannon:
> Hello again,
>
> I have a number of foreign language papers in the repository and I
> have been asked if it is possible to filter by language -some have
> multiple dc.language settings? I see it is indexed in dspace.cfg but
> not showing up in the search filter...does anyone know where that is
> set so it shows in the search/sort filters? It's DSpace 4.2....
>
> Thanks! Shannon
>
> Shannon Searle Library Systems Integration and Development Officer
> Building 70, Barrington Library, Cranfield Defence and Security
> Cranfield University, Defence Academy of the UK, Shrivenham, Swindon
> Wiltshire SN6 8LA
> s.sea...@cranfield.ac.uk<mailto:s.sea...@cranfield.ac.uk>
>
>
>
> ------------------------------------------------------------------------------
>
>
Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support
> that you need to offload your IT needs and focus on growing your
> business. Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
>
>
>
> _______________________________________________ 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
>

-- 
Claudia Juergen
Eldorado

Technische Universit?t Dortmund
Universit?tsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia.juer...@ub.tu-dortmund.de
www.ub.tu-dortmund.de


Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie
ist ausschlie?lich f?r den Adressaten bestimmt. Sollten Sie nicht der
f?r diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den
Absender und vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail sind unsere Erkl?rungen
ausschlie?lich final rechtsverbindlich, wenn sie in herk?mmlicher
Schriftform (mit eigenh?ndiger Unterschrift) oder durch ?bermittlung
eines solchen Schriftst?cks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential.
It is solely intended for the recipient. If you are not the intended
recipient of this e-mail please contact the sender and delete this
message. Thank you.
Without prejudice of e-mail correspondence our statements are only
legally binding when they are made in the conventional written form
(with personal signature) or when such documents are sent by fax.



------------------------------

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/

------------------------------

_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


End of DSpace-tech Digest, Vol 111, Issue 17
********************************************


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

Reply via email to