[dspace-tech] Header Header section has more than xxx bytes (maybe it is not properly terminated)

2021-09-03 Thread Diego Brice
Hi. I need to import an item containing many bitstreams (more than 100 pdf files). The import process run ok and when I go to the collection, I can see the document containing all the files. The problem occurs when solR tries to index it. I get the following message: 2021-09-03 13:00:28,799 I

[dspace-tech] Re: Header Header section has more than xxx bytes (maybe it is not properly terminated)

2021-09-13 Thread Diego Brice
Hi. Any help on this? Thanks. Diego El viernes, 3 de septiembre de 2021 a la(s) 11:22:01 UTC-5, Diego Brice escribió: > Hi. > > I need to import an item containing many bitstreams (more than 100 pdf > files). The import process run ok and when I go to the collection, I ca

[dspace-tech] OAI context not starting

2018-09-07 Thread Diego Brice
Hi!. As you know, OAI-PMH verb Identify doesn't work on Oracle. Because this bug was not corrected in 6.3 I download DSpace-6.3-src and apply this patch: https://github.com/DSpace/DSpace/pull/1683 After running mvn and ant update, I get Dspace working without any problem, but the OAI module

[dspace-tech] Error harvesting through OAI - failed to lazily initialize a collection of role...

2018-10-23 Thread Diego Brice
Hi. When trying to harvest metadata and docs from a collection I get the error: *"failed to lazily initialize a collection of role: org.dspace.content.DSpaceObject.metadata, could not initialize proxy - no Session"* I'm having trouble using the automatic harvest scheduler both in the XMLUI an

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

[dspace-tech] Re: Hiding communities/collections from unauthenticated users.

2019-01-25 Thread Diego Brice
IIja, did you finally manage to do this? How?. El miércoles, 14 de septiembre de 2016, 9:40:08 (UTC-3), Ilja Sidoroff escribió: > > I'm trying to hide some internal communities and collections from > unauthenticated users (with DSpace 5.5/XMLUI, but also with upcoming 6.0). > How-to in the Wiki

[dspace-tech] Harvesting a DSpace 6.3 OAI server from a Dspace 5.10 client

2019-01-25 Thread Diego Brice
Hi!. I have problems trying to harvest my DSpace 6.3 server. This is my scenario: I have a DSpace 6.3 repo with many communities and collections running in an intranet environment. Some of those collection are private, so there is no anonymous access. Some of the "public" collections must be s

[dspace-tech] Re: Filter collections by a view policy: dspace63

2019-01-31 Thread Diego Brice
Hi, please, if you receive an answer (or just find a way to do this) let me know because is the same feature I´m looking for!!! TIA El lunes, 28 de enero de 2019, 13:33:56 (UTC-3), 667...@gmail.com escribió: > > Hi, i need to display a list of collections that a user has been > explicitly given

[dspace-tech] Re: Harvesting a DSpace 6.3 OAI server from a Dspace 5.10 client

2019-01-31 Thread Diego Brice
El viernes, 25 de enero de 2019, 11:31:03 (UTC-3), Diego Brice escribió: > > Hi!. I have problems trying to > harvest my DSpace 6.3 server. This is my scenario: > > > I have a DSpace 6.3 repo with many communities and collections running in > an intranet environment. Som

[dspace-tech] OAI not harvesting bitstreams with spaces.

2019-02-04 Thread Diego Brice
Hi List. OAI is not able to harvest filenames with spaces. I´m trying to harvest a Dspace 6.3 server from a DSpace 5.10 and everything goes OK until I upload a document with spaces. Then I have a couple of error messages. Sometimes I get: Initializing the harvester... failed. Provided collectio

Re: [dspace-tech] Re: Mirage 2 Build Failure

2019-02-05 Thread Diego Brice
I´m at the same point. Don´t know what to do!. El lunes, 4 de febrero de 2019, 9:44:06 (UTC-3), Kev Evans escribió: > > Hi Tim, > > Many thanks, that worked.. well almost. > > I am now seeing: > > error styles/main.scss (Line 16: File to import not found or unreadable: > ../vendor/bootstrap-sas

[dspace-tech] Re: Lost my sidebar and search box

2024-10-17 Thread Diego Brice
Any help? El jueves, 19 de septiembre de 2024 a la(s) 4:55:34 p.m. UTC+8, Diego Brice escribió: > Hi everyone, I can't figure out what I did to lose my sidebar and search > box. > This is my page. No matter if I enter a Community or a Collection, I can't > see tha

Re: [dspace-tech] Re: DSpace 7.6.2 - An error occurred while creating this process

2024-09-18 Thread Diego Brice
Thanks, Mark. The issue was related to a file access permission in the asset store folder. El miércoles, 18 de septiembre de 2024 a la(s) 8:20:11 p.m. UTC+8, mw...@iu.edu escribió: > On Wed, Sep 18, 2024 at 11:40:19AM +0000, Diego Brice wrote: > > You don't often get em

[dspace-tech] Re: DSpace 7.x how to add navbar menu item to link to website?

2024-09-26 Thread Diego Brice
Same question for me! El jueves, 8 de junio de 2023 a la(s) 5:29:51 a.m. UTC+8, amtuan...@gmail.com escribió: > Hi all > > I have searched but could not find anything. How do I add an item to the > navbar menu to link to a website? > > Thanks, > Tuan > -- All messages to this mailing list sh

[dspace-tech] Re: DSpace 7.6.2 - An error occurred while creating this process

2024-09-18 Thread Diego Brice
Just to add more context, after installing DSpace, I submitted only a couple of documents, and I could execute both processes. Then, I imported 800 documents, and it no longer worked. El martes, 17 de septiembre de 2024 a la(s) 3:19:13 p.m. UTC+8, Diego Brice escribió: > Hello everyone. &g

[dspace-tech] How to sort a facet in DESC order?

2024-12-17 Thread Diego Brice
Hi. Is it possible to sort facet values in DESC order?. I want to have the Date issued facet in descending order. I tried to add the line in red to the bean configuration but it is not valid: dc.date.issued

[dspace-tech] Re: Problems with non indexed metadata fields - Dspace 7.5

2024-12-17 Thread Diego Brice
Hi Aroldo. Did you solve this problem? El sábado, 21 de octubre de 2023 a la(s) 5:36:22 a.m. UTC+8, Aroldo Rique Júnior escribió: > Hello everybody. > > My searches in Dspace 7.5 are searching in metadata that should not be > indexed. For example: the dc.description.provenance metadata. Some se

[dspace-tech] Custom form: have to identical fields for different purpose

2024-12-19 Thread Diego Brice
Hi!. I needed a form to add contributor.author from a drop-down list but also to have the option to write the author's name in case it is not in the list. So I defined the following fields: *dc contributor author*

[dspace-tech] Re: Custom form: have to identical fields for different purpose

2024-12-20 Thread Diego Brice
t;dc" metadata fields. Otherwise, it'd likely require custom Java > code to create a new type of form field which supports both a dropdown & > text entry. > > Tim > > On Thursday, December 19, 2024 at 2:27:00 AM UTC-6 Diego Brice wrote: > >> Hi!. I needed a

[dspace-tech] Re: How to sort a facet in DESC order?

2024-12-20 Thread Diego Brice
. El miércoles, 18 de diciembre de 2024 a la(s) 1:54:11 p.m. UTC+8, Diego Brice escribió: > Hi. Is it possible to sort facet values in DESC order?. I want to have > the Date issued facet in descending order. I tried to add the line in red > to the bean configuration but it is

[dspace-tech] Re: Problems with non indexed metadata fields - Dspace 7.5

2024-12-20 Thread Diego Brice
it added to > the DSpace codebase more rapidly. > > Tim > > On Tuesday, December 17, 2024 at 8:29:17 PM UTC-6 Diego Brice wrote: > >> Hi Aroldo. Did you solve this problem? >> >> El sábado, 21 de octubre de 2023 a la(s) 5:36:22 a.m. UTC+8, Aroldo Rique >> Jú

[dspace-tech] Entities demo

2025-05-28 Thread Diego Brice
Hello. ​I need to provide a way to support author profiles. Dspace-CRIS is not an option because I currently have a running Dspace installation. As far as I have read at https://wiki.lyrasis.org/display/DSDOC8x/Configurable+Entities, this could be done using entities, but I can't fully unders