Re: [dspace-tech] solr

2018-11-07 Thread Tim Donohue
Hello Gilbert, Sorry for the delayed response. The error you are getting from Solr seems to be "Invalid content type", which essentially means that Solr is *not* responding in the format that is expected. See this question on StackOverflow for example:

[dspace-tech] Weird XML/DRI behavior

2018-11-07 Thread Cameron, Jacob
Hi Everyone, I've made some customizations to our front page to add searches for Series and Type under the browse, all of DSpace area. When we just us the url, https://opus.uleth.ca they do not show up. It shows up as the screenshot labelled without XML or DRI. However, if I use

[dspace-tech] Re: Harvesting Error when running automatic harvesting scheduler

2018-11-07 Thread Diego Brice
So, If I add the property "oai.harvester.eperson" to oai cfg file it will work?. Or did you change any source code? Regards Diego El viernes, 2 de noviembre de 2018, 0:17:25 (UTC-3), Kev Gunn escribió: > > After some more digging, the class HarvestScheduler uses the > configuration property

Re: [dspace-tech] Weird XML/DRI behavior

2018-11-07 Thread Cameron, Jacob
Thanks Terry. Will give that a go. -- Please excuse any typing errors or grammatical mistakes. I’m sending this message from a mobile device. Jake Cameron, BCS(UNB) Systems Support Specialist III Information Systems and Technical Services University of Lethbridge Library Phone:(403)329-2756

Re: [dspace-tech] Weird XML/DRI behavior

2018-11-07 Thread Terry Brady
It sounds like you have ruled out a browser cache issue. In the Control Panel -> Java Information section, try clearing the Cocoon cache to see if that makes a difference. On Wed, Nov 7, 2018 at 1:08 PM Cameron, Jacob wrote: > Hi Everyone, > > > > I’ve made some customizations to our front

Re: [dspace-tech] for a specific community I want to publish without approval, what im doing wrong ?

2018-11-07 Thread Damian
I found the problem, I had created a user the stage accept / reject item in the community configuration thanks for answering best regards El martes, 6 de noviembre de 2018, 7:53:02 (UTC-3), Damian escribió: > > Hi Paul, thanks for answering > but if i don´t setup this collection, after

[dspace-tech] how to make contents view directly on browser rather than downloading them

2018-11-07 Thread Ze Victor Harry
hi everybody i don't know if this has been posted yet but i want contents specially pdf files to be opened directly on the browser rather than downloading them because i have huge data and i don't want the users to download them but only view them.currently if the size of the file is <5 MB it can

[dspace-tech] Re: CAPTCHA/reCAPTCHA for the Feedback form?

2018-11-07 Thread santit
Hi! At http://digital.cic.gba.gob.ar/, we have implemented a simple math captcha on the users feedback form. If you are interested here is the commit . We first used Google's reCAPTCHA but we really didn't need

[dspace-tech] Current Active Workflow

2018-11-07 Thread Hayden Young
Hi There is a feature in JSPUI called "Currently Active Workflows". It is my understanding that this feature gives admins the ability to monitor all workflow items under review and also abort or cancel them if required. Is there a similar feature in XMLUI? If not, what is the drawback to

[dspace-tech] Re: Problemas para ver archivos de un item

2018-11-07 Thread santit
Hola José, El problema es que en la base de datos no están guardados los archivos, sino que solo los metadatos relacionados con ellos. Los Bitstreams se guardan efectivamente en la carpeta assetstore. Es por ello que el pg_dump/pgrestore no funciona para importar/exportar archivos, para ello

[dspace-tech] 5.10 Discover/Search showing final thumbnail, not first

2018-11-07 Thread Alex Fletcher
We have a collection of art objects/photos on our local implementation, and for many objects, the thumbnail that appears on the search results page is taken from the last image of the entry, rather than the first one (for example a detail of the feet rather than of the whole work). This is a

[dspace-tech] Re: Problemas para ver archivos de un item

2018-11-07 Thread Jose Miguel Ravasi
Hola Santi Gracias por tu respuesta. Me falto aclarar que la carpeta assetstore ya la tenia copiada desde el entorno de producción. Perdón, no lo aclare en su momento. Veo algunos items y otros no. Aun no encontre como solucionarlo Saludos José M Ravasi Biblioteca FI UNMDP rinfi.fi.mdp.edu.ar

Re: [dspace-tech] Re: HTTPS and SOLR

2018-11-07 Thread Alan Orth
Dear Jacob, I think it's better if you add another Tomcat connector to handle the un-encrypted HTTP. We use nginx + TLS in front of our Tomcat and the "main" connector specifically has to know about the reverse port mapping 443→8443 with HTTPS scheme, so we added a plain HTTP connector for

Re: [dspace-tech] New DSpace 6.x Installation Recommendations

2018-11-07 Thread Alan Orth
Dear Rob, With DSpace 6.x I think you should be targeting Tomcat 8.5 and OpenJDK 1.8, which are both default in Ubuntu 18.04. As for PostgreSQL, I have been using the official binary repositories from the PostgreSQL project[0] itself so I have more flexibility with versions. We've been using

Re: [dspace-tech] How to set in OAI identify verb the available compression options?

2018-11-07 Thread Tim Donohue
Hi Pablo, Unfortunately, DSpace's OAI-PMH interface does not support ResponseCompression at this time. As noted in the OAI-PMH specification (which you linked to), that's an optional feature. If an OAI-PMH server does support compression, it should say so on the "Identify" response. DSpace

[dspace-tech] Example EPerson schema? Necessary EPerson schema fields?

2018-11-07 Thread tuf04742
Hey everyone- Our DSpace instance was initially set up by someone no longer employed at our institution. For whatever reason the EPerson schema reads like this: 194 eperson.javascript:alert(10379).1234

Re: [dspace-tech] Example EPerson schema? Necessary EPerson schema fields?

2018-11-07 Thread Tim Donohue
Hello GG, Those various "1234" fields in your schema are definitely not standard "eperson" schema fields. Here's the standard "eperson" schema that comes with DSpace: https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/registries/eperson-types.xml As you can see, DSpace expects

Re: [dspace-tech] Current Active Workflow

2018-11-07 Thread Tim Donohue
Hi Hayden, Unfortunately, no, this doesn't exist in the XMLUI (to my knowledge). While you can run both UIs in parallel, I think you'll have to have users login *separately* to the XMLUI vs JSPUI. For example, authenticating in the XMLUI does *not* automatically authenticate you in the JSPUI

Re: [dspace-tech] how to make contents view directly on browser rather than downloading them

2018-11-07 Thread Tim Donohue
Hello Assay, Unfortunately, DSpace does not yet support this out-of-the-box. However, I know several service providers have DSpace plugins (available for purchase) that support "Document Viewer" functionality (where you can page through a document in your web browser). So, if you are interested

[dspace-tech] How to set in OAI identify verb the available compression options?

2018-11-07 Thread Pablo de Albuquerque
Hi! I was trying to set the OAI ResponseCompression options when handling the Identify verb. How can I do it from DSpace? Currently I'm using DSpace 5.8 with XOAI 3.2.10 Thanks, de Albuquerque Pablo SEDICI,

Re: [dspace-tech] New DSpace 6.x Installation Recommendations

2018-11-07 Thread Tim Donohue
Hi Rob, Just as a note, we try and note any "gotchas" directly in the Installation instructions: https://wiki.duraspace.org/display/DSDOC6x/Installing+DSpace#InstallingDSpace-PrerequisiteSoftware You'll notice various notes there on versions of Tomcat or similar to avoid (and why to avoid them).