Re: [dspace-tech] Problem with search cris entity by Pointer field

2018-04-09 Thread Pascarelli Luigi Andrea
Dear MaX,

to resume your requirements "cristest" is the shortname of the new CRIS entity, 
you want setup a new explore section in navbar. "testauthors" is the shortname 
of the nested field and "testauthorsauthor" the shortname of the pointer field 
(RP pointer). I can imagine that you want setup a "facet" from the value 
inserted in the pointer behind the nested field? It's right?

Please, can you explain better your requirements?

Thank you very much.

Luigi Andrea

Il 09/04/2018 17:27, MaX Verner ha scritto:
Good day.


I am created new cris entity ( dspace-CRIS 5.8), add in navbar.cris-entities 
and add bean crisTestConfiguration in discovery.xml. But search Pointer field 
not working.

Structure:
Box authors
- Nested field - testauthors, where Pointer field - 
testauthorsauthor(Researcher Pages)

I am tried different variants


   
   
  
 cristest.authors
  
   





and cristest.testauthorsauthor

and cristest.authors.testauthorsauthor




but all not working. Search other fields work fine.




Someone could help? Thank you in advance.


--
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to 
dspace-tech@googlegroups.com.
Visit this group at 
https://groups.google.com/group/dspace-tech.
For more options, visit 
https://groups.google.com/d/optout.

--
Questo messaggio e' stato analizzato con Libra ESVA ed e' risultato non infetto.
Clicca qui per segnalarlo come 
spam.


--
Luigi Andrea Pascarelli

DSpace and DSpace-CRIS Committer

4Science,  www.4science.it

office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy
tel: +39 333 934 1782
skype: l_a_p82
linkedin: luigiandreapascarelli

an Itway Group Company
Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates


Save a tree. Don't print this e-mail unless it's really necessary.

DISCLAIMER: The information contained in this message is confidential, can be 
legally protected by local Laws,
and must be exclusively used by the recipient. The publication, use, 
distribution, printing or unauthorized copy
of the content of this message is strictly forbidden and it can be illegal. If 
you received this message by mistake,
please destroy it and notify it to the sender.

--
Questo messaggio e' stato analizzato da Libra ESVA ed e' risultato non infetto.
This message was scanned by Libra ESVA and is believed to be clean.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] NullPointerException when visualizing an item

2018-04-09 Thread Gustavo Tonini
After upgrading to DSpace 6.2, we're receiving 
java.lang.NUllPointerException when visualizing some items (example: 
https://repositorio.ufsc.br/xmlui/handle/123456789/77186). The problem 
occurs both in JSPUI and XMLUI.

We had some problems with items that didn't have the "dc.date.issued" 
attribute set, but it is not this case.

Is someone experiencing similar issues?

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Add filter to advanced filters in JSPUI

2018-04-09 Thread Rodrigo Sebastian Hidalgo Avila
I'm using DSpace version 5.8 and I want to add more filters for advanced 
search besides the 4 that are already in JSPUI: Title, Author, Subject and 
Date Issued.
How do I add additional ones?

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] DSpace CRIS 5 After Install

2018-04-09 Thread Pascarelli Luigi Andrea
>From a my previous answer on this list...

you need to add in tomcat startup script the system property: 
-Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true

The best place to fit this configuration is the "setenv" script. From Apache 
Tomcat documentation:

Apart from CATALINA_HOME and CATALINA_BASE, all environment variables can
be specified in the "setenv" script. The script is placed either into
CATALINA_BASE/bin or into CATALINA_HOME/bin directory and is named
setenv.bat (on Windows) or setenv.sh (on *nix). The file has to be
readable.

By default the setenv script file is absent. If the script file is present
both in CATALINA_BASE and in CATALINA_HOME, the one in CATALINA_BASE is
preferred.

For example, to configure the JRE_HOME and CATALINA_PID variables you can
create the following script file:

On Windows, %CATALINA_BASE%\bin\setenv.bat:

  set "JRE_HOME=%ProgramFiles%\Java\jre6"
  exit /b 0

On *nix, $CATALINA_BASE/bin/setenv.sh:

  JRE_HOME=/usr/java/latest
  CATALINA_PID="$CATALINA_BASE/tomcat.pid"


The CATALINA_HOME and CATALINA_BASE variables cannot be configured in the
setenv script, because they are used to locate that file.

All the environment variables described here and the "setenv" script are
used only if you use the standard scripts to launch Tomcat. For example, if
you have installed Tomcat as a service on Windows, the service wrapper
launches Java directly and does not use the script files.

So the content of your "setenv" script could be: CATALINA_OPTS="-Dfile.
encoding=UTF-8 -Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true"

Hope this help you.

Thank you very much.

Luigi Andrea

Il 09/04/2018 19:42, 
jgulibraryserv...@gmail.com ha scritto:


On Monday, 23 May 2016 16:10:28 UTC+5:30, Pascarelli Luigi Andrea wrote:

Dear,

as reported in the documentation:

  If you use Tomcat 7, recommended, then you have to change the startup tomcat 
script to add a system properties that modify the default Tomcat behavior. So 
startup tomcat with the follow parameter: 
-Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true

Have you done this modification?

Let me know

Regards,


Luigi Andrea

Il 23/05/2016 10:57, Sarankon Hiranphonlakrit ha scritto:
I installed DSpace CRIS 5 to my computer for testing.
by follow installation at 
https://wiki.duraspace.org/display/DSPACECRIS/Installation
after installed, I copy jspui, solr, xmlui to webapps folder in apache tomcat 
then, run webserver
create admin and testing, I found some thing wrong

when I want to Add a Researcher Profile
http://10.5.33.98:8080/jspui/cris/tools/rp/editDynamicData.htm?id=6

it show this on display

Internal System Error

The system has experienced an internal error. Please try to do what you were 
doing again, and if the problem persists, please contact us so we can fix the 
problem.


and this on log file


23-May-2016 15:54:05.167 SEVERE [http-nio-8080-exec-8] 
org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for 
servlet [springmvc-rp] in context with path [/jspui] threw exception 
[javax.servlet.ServletException: org.apache.jasper.JasperException: 
/dspace-cris/jdyna/rpDataEditForm.jsp (line: 775, column: 4) 
"${researcher:isThereMetadataNoEditable(holder.shortName, holder.class)}" 
contains invalid expression(s): javax.el.ELException: Failed to parse the 
expression [${researcher:isThereMetadataNoEditable(holder.shortName, 
holder.class)}]] with root cause

 org.apache.jasper.JasperException: /dspace-cris/jdyna/rpDataEditForm.jsp 
(line: 775, column: 4) 
"${researcher:isThereMetadataNoEditable(holder.shortName, holder.class)}" 
contains invalid expression(s): javax.el.ELException: Failed to parse the 
expression [${researcher:isThereMetadataNoEditable(holder.shortName, 
holder.class)}]

at 
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:42)

at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:291)

at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:97)

at 
org.apache.jasper.compiler.Validator$ValidateVisitor.getJspAttribute(Validator.java:1422)

at 
org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes(Validator.java:1231)

at 
org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:879)

at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1545)

at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2392)

at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2444)

at 
org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:898)

at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1545)

at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2392)

at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2444)

at 

[dspace-tech] Re: Upcoming Webinar on April 24: Making DSpace Your Own

2018-04-09 Thread Tim Donohue
All,

Quick reminder of the "Making DSpace Your Own" webinar coming up in just a
few weeks (see below). We still have some slots available, but space is
filling up! Pre-registration is required to attend.

Registration link:
https://duraspace.zoom.us/webinar/register/WN_fYc36SrVTcC-18dW__x2Cw

- Tim

*DuraSpace presents a community webinar,*
>
> “Making DSpace Your Own” on Tuesday, April 24, 2018 at 12:00p.m. EST.
> *Presented by* Terry Brady, Georgetown University Library, Applications
> Programmer Analyst, Department of Library Information Technology
>
> While there are many exciting changes under development with the future
> DSpace 7 User Interface, this presentation will describe how to get started
> TODAY using DSpace 6, the current version in production.
>
> This one-hour webinar is designed for anyone considering adopting DSpace
> as an open source repository platform and for anyone running DSpace who
> would like a simple introduction to the customization process.  The webinar
> will emphasize the components of DSpace that have been optimized for
> customization and how to apply some common customizations to a DSpace
> instance:
>
>- Bulk import options for populating a DSpace instance
>- Adding a custom theme
>- Customizing an item display page
>- Customizing the item submission process
>- Adding a custom facet
>
> The presentation will be designed as a tutorial that will guide attendees
> toward implementing these customizations in their own DSpace instance.
> Time will be reserved at the end of the presentation for questions.
> If you are interested in attending this webinar but aren’t familiar at all
> with DSpace , introductory documentation is
> available at  https://wiki.duraspace.org/display/DSDOC6x/Introduction and
> the latest version of DSpace is available to try out at
> http://demo.dspace.org/.
>
> This webinar will be recorded and made available to our community.  Space
> is limited to 100 participants and pre-registration is required.
>
> Register today!
> 
>
-- 
Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: Add messages in Spanish to JSPUI

2018-04-09 Thread Rodrigo Sebastian Hidalgo Avila
Thank you very much for the information
It helped me a lot!

El lunes, 9 de abril de 2018, 4:34:54 (UTC-4), gonzalo perl escribió:
>
> Hello Rodrigo
>
> You have to add the Messages_es.propierties file to [dspace-source] 
> /dspace-api/src/main/resources/ and rebuild dspace.
>
> Regards
> Gonzalo
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] DSpace CRIS 5 After Install

2018-04-09 Thread jgulibraryservice


On Monday, 23 May 2016 16:10:28 UTC+5:30, Pascarelli Luigi Andrea wrote:
>
> Dear,
>
> as reported in the documentation:
>
>
> *  If you use Tomcat 7, recommended, then you have to change the startup 
> tomcat script to add a system properties that modify the default Tomcat 
> behavior. So startup tomcat with the follow parameter: 
> -Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true *Have you done this 
> modification?
>
> Let me know
>
> Regards,
>
 

>
> Luigi Andrea
>
> Il 23/05/2016 10:57, Sarankon Hiranphonlakrit ha scritto:
>
> I installed DSpace CRIS 5 to my computer for testing. 
> by follow installation at 
> https://wiki.duraspace.org/display/DSPACECRIS/Installation
> after installed, I copy jspui, solr, xmlui to webapps folder in apache 
> tomcat then, run webserver
> create admin and testing, I found some thing wrong
>
> when I want to *Add a Researcher Profile*
> http://10.5.33.98:8080/jspui/cris/tools/rp/editDynamicData.htm?id=6
>
> it show this on display
>
> Internal System Error 
>
> The system has experienced an internal error. Please try to do what you 
> were doing again, and if the problem persists, please contact us so we can 
> fix the problem.
>
>
> and this on log file
>
>
> 23-May-2016 15:54:05.167 SEVERE [http-nio-8080-exec-8] 
> org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for 
> servlet [springmvc-rp] in context with path [/jspui] threw exception 
> [javax.servlet.ServletException: org.apache.jasper.JasperException: 
> /dspace-cris/jdyna/rpDataEditForm.jsp (line: 775, column: 4) 
> "${researcher:isThereMetadataNoEditable(holder.shortName, holder.class)}" 
> contains invalid expression(s): javax.el.ELException: Failed to parse the 
> expression [${researcher:isThereMetadataNoEditable(holder.shortName, 
> holder.class)}]] with root cause
>
>  org.apache.jasper.JasperException: /dspace-cris/jdyna/rpDataEditForm.jsp 
> (line: 775, column: 4) 
> "${researcher:isThereMetadataNoEditable(holder.shortName, holder.class)}" 
> contains invalid expression(s): javax.el.ELException: Failed to parse the 
> expression [${researcher:isThereMetadataNoEditable(holder.shortName, 
> holder.class)}]
>
> at 
> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:42)
>
> at 
> org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:291)
>
> at 
> org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:97)
>
> at 
> org.apache.jasper.compiler.Validator$ValidateVisitor.getJspAttribute(Validator.java:1422)
>
> at 
> org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes(Validator.java:1231)
>
> at 
> org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:879)
>
> at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1545)
>
> at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2392)
>
> at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2444)
>
> at 
> org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:898)
>
> at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1545)
>
> at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2392)
>
> at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2444)
>
> at 
> org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:898)
>
> at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1545)
>
> at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2392)
>
> at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2444)
>
> at 
> org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:898)
>
> at org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1545)
>
> at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2392)
>
> at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2444)
>
> at org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2450)
>
> at org.apache.jasper.compiler.Node$Root.accept(Node.java:471)
>
> at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2392)
>
> at 
> org.apache.jasper.compiler.Validator.validateExDirectives(Validator.java:1853)
>
> at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:219)
>
> at org.apache.jasper.compiler.Compiler.compile(Compiler.java:372)
>
> at org.apache.jasper.compiler.Compiler.compile(Compiler.java:349)
>
> at org.apache.jasper.compiler.Compiler.compile(Compiler.java:333)
>
> at 
> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:600)
>
> at 
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:368)
>
> at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:385)
>
> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:329)
>
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
>
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
>
> at 
> 

Re: [dspace-tech] Configurable Workflow setup

2018-04-09 Thread Bill T
Thanks for checking in Paul, good to know somebody else is having the same 
problem!  Same here, other workflows are working as predicted, but this one 
seems to be troublesome.

-- Bill

On Monday, April 9, 2018 at 2:41:43 AM UTC-5, Paul Münch wrote:
>
> Hi,
>
> we bother the same issue but didn't found a solution, yet. Other customize 
> workflows (pre implemented or self customized) are working fine.
>
> Best regards,
>
> Paul Münch
>
> On 05.04.2018 17:18, Bill T wrote:
>
> All, 
>  
> I have configurable workflow enabled in my DSpace v5.8 instance, but so 
> far have only used the default, backwards compatible, 3 step workflow 
> (works fine).  I am attempting to implement the selectSingleReviewer 
> workflow.
>
> I mapped the workflow to a collection.  In the collection, I have assigned 
> the ReviewManager role.  When I submit an item to that collection, the 
> assign task appears on the ReviewManager's submission page, and I can 
> accept the task and assign a reviewer.
>
> The assigned reviewer is able to accept the task.  He is able to REJECT 
> the item, and it returns to the submitter as an unfinished submission.  
> However, if the reviewer tries to APPROVE the item, an error page displays 
> with the following message;
>
> An error has occurred:
> JavaException: org.dspace.xmlworkflow.WorkflowException: null
>
> and a stack trace in the dspace log that begins with:
>
> java.lang.NullPointerException
> at 
> org.dspace.xmlworkflow.WorkflowRequirementsManager.addFinishedUser(WorkflowRequirementsManager.java:126)
> at 
> org.dspace.xmlworkflow.XmlWorkflowManager.processOutcome(XmlWorkflowManager.java:242)
> at 
> org.dspace.xmlworkflow.XmlWorkflowManager.doState(XmlWorkflowManager.java:177)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> much much more, available on request...
>
> The environment is version 5.8, XMLUI
> Red Hat Enterprise Linux 7.4
> postgresql 9.6.2
> tomcat 8.5.14
> java 1.8
>
> Any ideas?  Did I miss a step?
>
> Thanks in advanced,
> -- Bill
> -- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspace-tech...@googlegroups.com .
> To post to this group, send email to dspac...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
>
> -- 
> Philipps-Universität Marburg | UB
> Digitale Dienste | Deutschhausstraße 9 | D018
> Tel. +49 06421 28-24624 | 
> --
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Applications fails to start after DSpace 6.2 upgrade

2018-04-09 Thread Mohamed Mohideen Abdul Rasheed
Hello everyone,

After discussion in dspace slack, the problem was identified as a 
configuration issue. My local.cfg had old style configuration for the 
authentication plugin. Changing that to dspace 6 format fixed it.

Changed 
security.plugins.stackplugin.sequence.org.dspace.authenticate.
AuthenticationMethod
to
plugin.sequence.org.dspace.authenticate.AuthenticationMethod


Thanks
Mohamed

On Monday, April 9, 2018 at 9:58:15 AM UTC-4, Tim Donohue wrote:
>
> Hello Mohamed,
>
> It looks like your error message was cut off / incomplete.  I don't see 
> any mention of DSpaceLocaleAction class in the error stack that you posted 
> (and it looks to me like it might be missing key information).
>
> However, based on what you included, my guess would be that you might have 
> older configurations (something in the [dspace]/config/ directory) that are 
> conflicting with newer ones.
>
> You might want to try temporarily moving the [dspace]/config directory to 
> a backup location (e.g. [dspace]/config.backup) and then re-running "ant 
> update" (from the DSpace 6.2 [src]/dspace/target/dspace-installer/ 
> folder).  This will reinstall all the default 6.x configurations into 
> [dspace]/config/  You could then try seeing if the application runs -- and 
> if so, re-modify your configurations as needed.
>
> If this doesn't work, I'd suggest checking your dspace.log files more 
> closely to see if any other errors are occurring *prior* to the one you 
> posted. It's possible there's other prior errors that resulted in this 
> later one.
>
> Let us know on the list if you need further help,
>
> Tim
>
>
>
> On Fri, Apr 6, 2018 at 5:23 PM Mohamed Mohideen Abdul Rasheed <
> mohi...@umd.edu > wrote:
>
>> After upgrade to DSpace 6.2 from DSpace 5.7, the following stacktrace is 
>> logged and the application fails to start:
>>
>> 2018-04-06 21:39:07,045 ERROR 
>> org.dspace.app.xmlui.cocoon.DSpaceCocoonServletFilter @ Serious Error 
>> Occurred Processing Request!
>> javax.servlet.ServletException: org.apache.cocoon.ProcessingException: 
>> Sitemap: error invoking action
>> at  - jndi:/localhost/sitemap.xmap:794:64
>> at 
>> org.apache.cocoon.servlet.RequestProcessor.service(RequestProcessor.java:230)
>> ...
>> at java.lang.Thread.run(Thread.java:745)
>> Caused by: org.apache.cocoon.ProcessingException: Sitemap: error invoking 
>> action
>> at  - jndi:/localhost/sitemap.xmap:794:64
>> at 
>> org.apache.cocoon.ProcessingException.throwLocated(ProcessingException.java:111)
>> ...
>> ... 52 more
>> Caused by: org.dspace.core.PluginInstantiationException: Cannot load 
>> plugin class: java.lang.ClassNotFoundException:
>> at 
>> org.dspace.core.LegacyPluginServiceImpl.getAnonymousPlugin(LegacyPluginServiceImpl.java:211)
>> at 
>> org.dspace.core.LegacyPluginServiceImpl.getPluginSequence(LegacyPluginServiceImpl.java:194)
>> ...
>> ... 65 more
>> Caused by: java.lang.ClassNotFoundException:
>> at java.lang.Class.forName0(Native Method)
>> at java.lang.Class.forName(Class.java:274)
>> at 
>> org.dspace.core.LegacyPluginServiceImpl.getAnonymousPlugin(LegacyPluginServiceImpl.java:206)
>> ... 73 more
>>
>> We have not made any changes to the DSpaceLocaleAction class and our 
>> dspace.cfg have locale configured as
>>  default.locale = en
>>
>>
>> I will appreciate any pointers on what could be causing this problem.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to dspace-tech...@googlegroups.com .
>> To post to this group, send email to dspac...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
> Tim Donohue
> Technical Lead for DSpace & DSpaceDirect
> DuraSpace.org | DSpace.org | DSpaceDirect.org
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Authentication error when depositing via SWORDv2

2018-04-09 Thread MALMQUIST Hrafn
Hello all



I am getting an error response from DSpace when trying to deposit content via 
it's SWORDv2 API.


I am using the Python SWORD client library 
(https://github.com/swordapp/python-client-sword2).


What I find particularly confusing is the fact that when I try to deposit using 
curl, everything goes smoothly:


curl -i --data-binary "@strategic_plan_2016.pdf" -H 
"Content-Disposition:attachment; filename=strategic_plan_2016.pdf" -H 
"Content-Type:application/pdf" -H 
"Packaging:http://purl.org/net/sword/package/Binary; -u 
hrafn.malmqu...@ed.ac.uk:** -X POST 
http://test.digitalpreservation.is.ed.ac.uk/swordv2/collection/123456789/2

the python script that generates the error is copy pasted below

There is one caveat that the SSL certificate on the server is broken which 
might be an issue (https://github.com/swordapp/python-client-sword2/issues/9).

However I get a 403 response when trying to deposit the files via the Python 
sword client. The edit-media file 
(http://test.digitalpreservation.is.ed.ac.uk/swordv2/edit-media/e9598d4d-ba1c-4710-95b9-000b8ce30772)
 gives this error:

http://purl.org/net/sword/terms/; 
href="http://purl.org/net/sword/error/ErrorContent;>
http://www.w3.org/2005/Atom;>ERROR
http://www.w3.org/2005/Atom;>2018-04-09T10:39:20Z
http://www.w3.org/2005/Atom; 
uri="http://www.dspace.org/ns/sword/2.0/; 
version="2.0">dspace-h...@myu.edu
Processing failed
http://www.w3.org/2005/Atom;>No plugin can 
disseminate the requested formats

org.swordapp.server.SwordError: No plugin can disseminate the requested formats 
at 
org.dspace.sword2.SwordDisseminatorFactory.getContentInstance(SwordDisseminatorFactory.java:112)
 at 
org.dspace.sword2.MediaResourceManagerDSpace.getItemResource(MediaResourceManagerDSpace.java:114)
 at 
org.dspace.sword2.MediaResourceManagerDSpace.getMediaResourceRepresentation(MediaResourceManagerDSpace.java:229)
 at org.swordapp.server.MediaResourceAPI.get(MediaResourceAPI.java:82) at 
org.swordapp.server.MediaResourceAPI.get(MediaResourceAPI.java:33) at 
org.swordapp.server.servlets.MediaResourceServletDefault.doGet(MediaResourceServletDefault.java:35)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:622) at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
 at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:192)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:165)
 at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
 at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
 at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:474)
 at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) 
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) 
at 
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:624)
 at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:349) 
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:478) at 
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
 at 
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:789)
 at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1437)
 at 
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) 
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
 at java.lang.Thread.run(Thread.java:748)

http://www.w3.org/2005/Atom; rel="alternate" 
type="text/html" href="http://test.digitalpreservation.is.ed.ac.uk/contact"/>


I even tried adding the verify=False argument to the request post which should 
disable SSL certificate checking but I get the same error. Any ideas on what 
might be causing this issue?

Unless it is the SSL certificate I can't understand why depositing using the 
same user name as I've done using curl gives an authentication error using 
python request.

Hrafn Malmquist
digital library development
Edinburgh University


Python Script
---

from sword2 import Connection, exceptions
import requests
import os
import urllib


c = 
Connection("http://test.digitalpreservation.is.ed.ac.uk/swordv2/servicedocument;,
 user_name="hrafn.malmqu...@ed.ac.uk", 

Re: [dspace-tech] Applications fails to start after DSpace 6.2 upgrade

2018-04-09 Thread Tim Donohue
Hello Mohamed,

It looks like your error message was cut off / incomplete.  I don't see any
mention of DSpaceLocaleAction class in the error stack that you posted (and
it looks to me like it might be missing key information).

However, based on what you included, my guess would be that you might have
older configurations (something in the [dspace]/config/ directory) that are
conflicting with newer ones.

You might want to try temporarily moving the [dspace]/config directory to a
backup location (e.g. [dspace]/config.backup) and then re-running "ant
update" (from the DSpace 6.2 [src]/dspace/target/dspace-installer/
folder).  This will reinstall all the default 6.x configurations into
[dspace]/config/  You could then try seeing if the application runs -- and
if so, re-modify your configurations as needed.

If this doesn't work, I'd suggest checking your dspace.log files more
closely to see if any other errors are occurring *prior* to the one you
posted. It's possible there's other prior errors that resulted in this
later one.

Let us know on the list if you need further help,

Tim



On Fri, Apr 6, 2018 at 5:23 PM Mohamed Mohideen Abdul Rasheed <
mohid...@umd.edu> wrote:

> After upgrade to DSpace 6.2 from DSpace 5.7, the following stacktrace is
> logged and the application fails to start:
>
> 2018-04-06 21:39:07,045 ERROR
> org.dspace.app.xmlui.cocoon.DSpaceCocoonServletFilter @ Serious Error
> Occurred Processing Request!
> javax.servlet.ServletException: org.apache.cocoon.ProcessingException:
> Sitemap: error invoking action
> at  - jndi:/localhost/sitemap.xmap:794:64
> at
> org.apache.cocoon.servlet.RequestProcessor.service(RequestProcessor.java:230)
> ...
> at java.lang.Thread.run(Thread.java:745)
> Caused by: org.apache.cocoon.ProcessingException: Sitemap: error invoking
> action
> at  - jndi:/localhost/sitemap.xmap:794:64
> at
> org.apache.cocoon.ProcessingException.throwLocated(ProcessingException.java:111)
> ...
> ... 52 more
> Caused by: org.dspace.core.PluginInstantiationException: Cannot load
> plugin class: java.lang.ClassNotFoundException:
> at
> org.dspace.core.LegacyPluginServiceImpl.getAnonymousPlugin(LegacyPluginServiceImpl.java:211)
> at
> org.dspace.core.LegacyPluginServiceImpl.getPluginSequence(LegacyPluginServiceImpl.java:194)
> ...
> ... 65 more
> Caused by: java.lang.ClassNotFoundException:
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:274)
> at
> org.dspace.core.LegacyPluginServiceImpl.getAnonymousPlugin(LegacyPluginServiceImpl.java:206)
> ... 73 more
>
> We have not made any changes to the DSpaceLocaleAction class and our
> dspace.cfg have locale configured as
>  default.locale = en
>
>
> I will appreciate any pointers on what could be causing this problem.
>
> --
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Item accessible but not visible in collection

2018-04-09 Thread Claudia Jürgen

Hello,

if it is not private and you rebuild the index, did you find any errors
in the log files?
https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error

Have you checked, whether the item is in the solr index?

Cheers

Claudia




Am 08.04.2018 um 13:37 schrieb admin:



Dear Claudia,



I have cron set up that regularly maintain index:

[dspace]/bin/dspace index-discovery -o



Today I also rebuilt index:

[dspace]/bin/dspace index-discovery -b



The item is however still not searchable and doesn't appear under its
parent collection. How should I force to index it?


W dniu czwartek, 5 kwietnia 2018 16:04:38 UTC+1 użytkownik Claudia Jürgen
napisał:

Hello Piotr,

have you checked, whether it is in the solr index. It might not have
been indexed or removed from the index (there is a command line option
for this).
If not, you may consider rebuilding the index.


Hope this helps

Claudia Jürgen


Am 05.04.2018 um 16:51 schrieb Piotr Otręba:

Hi Claudia,

Under Private Items option this publication is not listed, so apparently

it's not private. Besides, it's got Make Private option available, while
private items have Make Public.


Peter

-Original Message-
From: dspac...@googlegroups.com   On Behalf Of Claudia Jürgen

Sent: Thursday, April 5, 2018 2:31 PM
To: dspac...@googlegroups.com 
Subject: Re: [dspace-tech] Item accessible but not visible in collection

Hello,

this item is most likely set to be private see

https://wiki.duraspace.org/display/DSDOC5x/DSpace+Item+State+Definitions

It is thus accessible but not "discoverable"

Hope this helps

Claudia Jürgen


Am 05.04.2018 um 14:47 schrieb admin:

Hi,

I noticed that I have an item which is accessible via direct link:
http://ireteslaw.ispan.waw.pl/handle/123456789/24
but it is not visible within collection:
http://ireteslaw.ispan.waw.pl/handle/123456789/17

I cannot figure out what is wrong. Collection access setting seems to
be ok, the same as for other collections.


--
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...@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.

--
You received this message because you are subscribed to the Google

Groups "DSpace Technical Support" group.

To unsubscribe from this group and stop receiving emails from it, send

an email to dspace-tech...@googlegroups.com .

To post to this group, send email to dspac...@googlegroups.com

.

Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.



--
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...@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.



--
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...@tu-dortmund.de
www.ub.tu-dortmund.de

Wichtiger 

Re: [dspace-tech] Re: Mirage2: How to change navigation sidebar menu order?

2018-04-09 Thread Paul Münch
Hello Christian,

in our repository we changed the navigation.xsl. To build the sidebar
menu "options -> list" from the DRI XML Document schema is used. To take
a look add "?XML" to the current URL (e.g. localhost/xmlui/?XML). Under
the tag "options" you will find various list-tags with parameter "n"
(e.g.  ).
We used this to modify our sidebar. After the "search-div" we comment
out  and add e.g. . On this way we remove, reorganize
implemented templates and add own. So you could customize the sidebar
for various pages per "xsl:choose" or "xsl:if" too.

I hope this helps.

Best regards,

Paul Münch




On 06.04.2018 16:57, Christian Loeschen wrote:
> Hi,
>
> thanks for this hint but afai can see this is not what I'm looking
> for. The navigation.xsl file assembles the search function on top of
> the side menu, and the several Navigation.java files populate the
> different aspects with options.
>
> What I like to do is to *change the order of aspects* in the side menu
> to have aspects more related to the current page (or user) on top. The
> different aspects are added to the page by the different sitemap.xmap
> files by calling the Navigation transformer. To change the order of
> aspects, I assume it is necessary to change the order of executing the
> different sitemap.xmap files. But I can't figure out, how and where to
> do this. It may be I'm totally wrong, too.
>
> Does anyone else have an idea (or solution)?
>
> Cheers
> Christian
>
>
> Am 08.03.2018 um 13:01 schrieb Anis:
>> I think the relevant parts are at
>> dspace-xmlui-mirage2/src/main/webapp/xsl/core/navigation.xsl and
>> dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/browseArtifacts/Navigation.java
>>
>>
>>
>> - Anis
>>
>> On Wednesday, March 7, 2018 at 1:57:37 PM UTC+2, Christian Loeschen
>> wrote:
>>
>>     Dear all,
>>
>>     can someone please point me to the code where the navigation
>> sidebar at
>>     the right handside of xmlui-mirage2 is assembled? I'd like to change
>>     the
>>     order of the sidebar menus for authenticated users (default: Search,
>>     Browse, My Account, (Context,) RSS) to "My Account" and "Context" on
>>     top
>>     of the sidebar.
>>
>>     I think it improves usability for users to have the personal and
>>     contextual menus more in focus instead of the search menu on top. In
>>     the
>>     default layout the personal and contextual menus are imho way too
>> far
>>     down, which makes an intuitive use of the website unnecessarily
>>     difficult.
>>
>>     Thanks for help and/or opinions. :)
>>     Christian
>>
>>
>>     -
>>     Christian Loeschen, Dipl.-Ing. (FH)
>>     Wiss. Mitarbeiter/Research Associate
>>
>>     Technische Universität Dresden
>>     Center for Information Services and HPC (ZIH)
>>     Distributed and Data Intensive Computing
>>
>>     01062 Dresden (Germany)
>>     Phone: +49 351 463-42330
>>     Fax :    +49 351 463-37773
>>     E-Mail: christian...@tu-dresden.de 
>>     -
>>
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "DSpace Technical Support" group.
>> To unsubscribe from this group and stop receiving emails from it,
>> send an email to dspace-tech+unsubscr...@googlegroups.com
>> .
>> To post to this group, send email to dspace-tech@googlegroups.com
>> .
>> Visit this group at https://groups.google.com/group/dspace-tech.
>> For more options, visit https://groups.google.com/d/optout.
>

-- 
Philipps-Universität Marburg | UB
Digitale Dienste | Deutschhausstraße 9 | D018
Tel. +49 06421 28-24624 | 
--


-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: OpenPGP digital signature


[dspace-tech] Re: Add messages in Spanish to JSPUI

2018-04-09 Thread gonzalo perl
Hello Rodrigo

You have to add the Messages_es.propierties file to [dspace-source] 
/dspace-api/src/main/resources/ and rebuild dspace.

Regards
Gonzalo


El lunes, 9 de abril de 2018, 3:49:42 (UTC+1), Rodrigo Sebastian Hidalgo 
Avila escribió:
>
> I have translated the JSPUI messages.properties file for DSpace version 
> 5.8 into Spanish:
> How can I add it and use it?
>

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Configurable Workflow setup

2018-04-09 Thread Paul Münch
Hi,

we bother the same issue but didn't found a solution, yet. Other
customize workflows (pre implemented or self customized) are working fine.

Best regards,

Paul Münch

On 05.04.2018 17:18, Bill T wrote:
> All,
>  
> I have configurable workflow enabled in my DSpace v5.8 instance, but
> so far have only used the default, backwards compatible, 3 step
> workflow (works fine).  I am attempting to implement the
> selectSingleReviewer workflow.
>
> I mapped the workflow to a collection.  In the collection, I have
> assigned the ReviewManager role.  When I submit an item to that
> collection, the assign task appears on the ReviewManager's submission
> page, and I can accept the task and assign a reviewer.
>
> The assigned reviewer is able to accept the task.  He is able to
> REJECT the item, and it returns to the submitter as an unfinished
> submission.  However, if the reviewer tries to APPROVE the item, an
> error page displays with the following message;
>
> An error has occurred:
> JavaException: org.dspace.xmlworkflow.WorkflowException: null
>
> and a stack trace in the dspace log that begins with:
>
> java.lang.NullPointerException
>         at
> org.dspace.xmlworkflow.WorkflowRequirementsManager.addFinishedUser(WorkflowRequirementsManager.java:126)
>         at
> org.dspace.xmlworkflow.XmlWorkflowManager.processOutcome(XmlWorkflowManager.java:242)
>         at
> org.dspace.xmlworkflow.XmlWorkflowManager.doState(XmlWorkflowManager.java:177)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:498)
> much much more, available on request...
>
> The environment is version 5.8, XMLUI
> Red Hat Enterprise Linux 7.4
> postgresql 9.6.2
> tomcat 8.5.14
> java 1.8
>
> Any ideas?  Did I miss a step?
>
> Thanks in advanced,
> -- Bill
> -- 
> You received this message because you are subscribed to the Google
> Groups "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to dspace-tech+unsubscr...@googlegroups.com
> .
> To post to this group, send email to dspace-tech@googlegroups.com
> .
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit https://groups.google.com/d/optout.

-- 
Philipps-Universität Marburg | UB
Digitale Dienste | Deutschhausstraße 9 | D018
Tel. +49 06421 28-24624 | 
--

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: OpenPGP digital signature