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

[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" attri

[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"

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_BA

[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 - Ti

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

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 startu

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

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

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

2018-04-09 Thread MaX Verner
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

[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, ev

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

2018-04-09 Thread admin
I looked at the dspace.log ant found some errors related to solr, e.g.: ERROR org.dspace.discovery.SolrServiceImpl @ Exception writing document id 3-2d8b2d9e-fbd4-463e-970c-6a566b0d4657 to the index; possible analysis error. org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: E

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 ha

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,

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 "

[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 fi

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