Re: [dspace-tech] Re: DSpace 7.6.1 How to suppress automatic DOI generation and registration for imported items?

2024-02-21 Thread Agustina Martinez-Garcia
ry, a warning that if certain conditions are not met, the DOI will not be registered after approval. (https://wiki.lyrasis.org/display/DSDOC7x/DOI+Digital+Object+Identifier) However, it is not explained in detail how exactly this can be set up. Can you possibly help here, too? Thank you again Matth

[dspace-tech] Re: DSpace 7.6.1 How to suppress automatic DOI generation and registration for imported items?

2024-02-21 Thread Agustina Martinez-Garcia
Hi Matthias, I believe what you are after is achieved via configuring DOI filters in spring/api/item-filtering.xml. Have a look at the example filter named "doi-filter". This is the approach we take to avoid DOIs being registered in specific cases, e.g. the item we are importing already has

Re: [dspace-tech] Re: How to set up load balance?

2024-01-09 Thread Agustina Martinez-Garcia
at 07:28 To: Agustina Martinez-Garcia Cc: DSpace Technical Support Subject: Re: [dspace-tech] Re: How to set up load balance? Dear Augustina, This sounds very interesting. We have a large self-hosted repository with many users as well, and I'm thinking that we will need to do something similar

[dspace-tech] Re: How to set up load balance?

2023-12-21 Thread Agustina Martinez-Garcia
Hi Jack, The information from the DCAT notes is not fully correct. This is the setup that we have: - We have 3 frontend VMs, and load balancing is achieved through HAProxy - We have a single VM for the backend (single tomcat) - A separate VM for Solr I hope that clarifies. Best, Agustina On

[dspace-tech] Re: DSpace 7.6 - signposting links cause header limit issues with Apache

2023-07-07 Thread Agustina Martinez-Garcia
> Tim > > On Saturday, July 1, 2023 at 9:28:02 AM UTC-5 Agustina Martinez-Garcia > wrote: > >> Some updates: >> >> It turns out that if using mod_proxy, the setting to change is >> *responsefieldsize. >> *It needs adding to the *ProxyPass* of the apache

[dspace-tech] Re: OAI Nav bar items "Identify Sets Records Identifiers Metadata Formats" still point to localhost

2023-07-03 Thread Agustina Martinez-Garcia
Hi Katy, It could be related to the following OAI setting: # OAI persistent identifier prefix # This field is used for two purposes: # 1. As your OAI-PMH # 2. As the prefix for all Identifiers in OAI-PMH (Format is "oai:${oai.identifier.prefix}:${handle.prefix}") # The OAI-PMH spec requires

[dspace-tech] Re: DSpace 7.6 - signposting links cause header limit issues with Apache

2023-07-01 Thread Agustina Martinez-Garcia
this to a very large number does not seem like a very secure option. Would it be possible for the signposting feature to include a configuration setting to limit the number of links added to the header? Best, Agustina On Saturday, 1 July 2023 at 15:05:48 UTC+1 Agustina Martinez-Garcia wrote: >

[dspace-tech] DSpace 7.6 - signposting links cause header limit issues with Apache

2023-07-01 Thread Agustina Martinez-Garcia
Hi all, We are testing the upgrade to DSpace 7.6. We have Apache in front of dspace UI and have started seeing "bad gateway" errors when accessing items. This happens mostly with items with a large number of files (bitstreams) associated with them The example item we are using here has more

[dspace-tech] Re: error index-discovery -b

2023-04-11 Thread Agustina Martinez-Garcia
Hi Matías, This error is likely to be related with a resource policy in your database that has a null eperson entry in the database. The null pointer exception is being thrown here:

[dspace-tech] Re: Cant' get AJP to work on dspace 7 server

2023-03-24 Thread Agustina Martinez
Forgot to mention that in Apache config: ProxyPass /server/ ajp://localhost:8009/server secret= We also have (this is needed if also configuring Shibboleth) # AJP Directives ProxyIOBufferSize 65536 On Friday, 24 March 2023 at 10:16:17 UTC Agustina Martinez wrote: > We were once experienc

[dspace-tech] Re: Cant' get AJP to work on dspace 7 server

2023-03-24 Thread Agustina Martinez
We were once experiencing that issue: and that above configuration works. Agustina On Thursday, 23 March 2023 at 16:26:32 UTC cpgr...@gmail.com wrote: > We are not having much success adding SSL to our dspace 7 server despite > modelling out apache and tomcat configuration on our

Re: [dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations

2023-03-23 Thread Agustina Martinez
Hi Mark, Thanks a lot for chipping in. All that you have described is exactly what is happening. To give some more details: - There is the single big transaction being built up, and it does not save until all the items in the collection have been processed. - My task implementation is

[dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations

2023-03-21 Thread Agustina Martinez
mend leaving that on for a long time though, as allows > full error stacktraces to be seen in every REST API response, which is > really useful to debug issues...but also can be useful to hackers trying to > find vulnerabilities in your system.) > > Tim > > On Friday, March 17, 2

[dspace-tech] DSpace 7.5 intermittent errors with patch operations

2023-03-17 Thread Agustina Martinez
Hi all, We are experiencing intermittent errors, mostly affecting PATCH operations (e.g. modifying items metadata, editing a user or group), when there is heavy load in the backend. We do not see any relevant errors in the backend logs at all, but after some timeout takes place I

[dspace-tech] Re: change to request copy code.

2023-03-16 Thread Agustina Martinez
Hi José, I believe that for this approach to work the metadata fields have to be public, which may not be desired. Best, Agustina On Tuesday, 14 March 2023 at 21:20:49 UTC Jose Blanco wrote: > I found a solution in the angular file > file-download-link.components.ts. I can test for the

[dspace-tech] Re: UI Usage statistics only available to administrators after 7.5 upgrade

2023-03-01 Thread Agustina Martinez-Garcia
that the configuration settings are working as expected and we can now see the statistics menus for our public collections and items. Best, Agustina On Wednesday, 1 March 2023 at 20:55:10 UTC Agustina Martinez-Garcia wrote: > Hi, > > After the upgrade from 7.4 to 7.5, we are not able to see in the UI the

[dspace-tech] UI Usage statistics only available to administrators after 7.5 upgrade

2023-03-01 Thread Agustina Martinez-Garcia
Hi, After the upgrade from 7.4 to 7.5, we are not able to see in the UI the usage statistics via the statistics paths, e.g. https://demo7.dspace.org/statistics, unless we are logged in as administrators. We haven't changed any of the previous settings: #Backend

[dspace-tech] UI Usage statistics not available for anonymous users after upgrade to 7.5

2023-03-01 Thread Agustina Martinez
Hi, After our recent test upgrade from dspace 7.4 to 7.5, we are no longer able to access usage statistics in the UI as anonymous users, e.g. https://demo7.dspace.org/statistics is only available to administrators. We have not changed any of the settings and this is how they are configured:

Re: [dspace-tech] DSpace 7 - Importing solr usage statistics

2022-10-27 Thread Agustina Martinez
te once you upgrade your > production to 7.x > > Hopefully if others have done this before they can chime in with > additional feedback. But, based on my reading of the code, this seems like > it should work. > > Tim > -- > *From:* dspac

[dspace-tech] DSpace 7 - Importing solr usage statistics

2022-10-25 Thread Agustina Martinez
Dear all, We are currently testing exporting our current DSpace 5.10 Solr statistics and importing them into our 7.4 test environment, following the process outlined in the migration page: https://wiki.lyrasis.org/display/DSDOC7x/Upgrading+DSpace. Our statistics core is huge - close to 300M

Re: [dspace-tech] DSpace 7.x issues with classloader and customisations in additions-7.x.jar

2022-09-14 Thread Agustina Martinez
Hi, Thank you both Tim and Mark! Will give a go at your suggestions. Best, Agustina On Monday, 12 September 2022 at 17:05:39 UTC+1 Mark H. Wood wrote: > On Mon, Sep 12, 2022 at 05:56:42AM -0700, Agustina Martinez wrote: > > I am consistently experiencing issues with the orde

[dspace-tech] DSpace 7.x issues with classloader and customisations in additions-7.x.jar

2022-09-12 Thread Agustina Martinez
Dear all, I am consistently experiencing issues with the order of JARs by the classloader in all of the 7.x versions that we have tested: 7.2.1 and 7.3. additions-7.x.jar no longer is loaded first, and this causing for any customised class that we have to not being used when running DSpace.

Re: [dspace-tech] Re: DSpace 7.0 Custom Themes (also posted in developers forum)

2022-06-29 Thread Agustina Martinez
Hola Javier, You can try yarn start:dev to start the UI in dev mode. Agustina On Wednesday, 29 June 2022 at 14:30:02 UTC+1 javier...@gmail.com wrote: > Good morning, I'm working with dspace 7.3, I created a theme based on custom > but I can't compile it with yarn run build:prod. > What would

[dspace-tech] Flyway migration errors when upgrading from 7.2.1 to 7.3

2022-06-29 Thread Agustina Martinez
Hi all, I am in the process of upgrading our DSpace test instance from 7.2.1 to 7.3 and I am encountering the following error when running the dspace database migrate command: Database URL: jdbc:postgresql://sql-pri-05.ds.lib.cam.ac.uk:5432/dspace7_splittest Migrating database to latest

[dspace-tech] Re: Issues with classloader for additions-7.2.1.jar in DSpace 7.2.1

2022-06-29 Thread Agustina Martinez
by ':' JARS="$DSPACEDIR/lib/additions-7.3.jar:$DSPACEDIR/lib/*" Anyone else is experiencing this issue? Best, Agustina On Thursday, 12 May 2022 at 16:43:41 UTC+1 Agustina Martinez wrote: > Hi all, > > I'm experiencing a weird issue in local environment which is runn

[dspace-tech] Re: Symplectic Elements now integrates with DSpace 7 repositories

2022-05-27 Thread Agustina Martinez
Hi Tim, all, Regarding full support, I have also had confirmation from the Symplectic team that deposit is coming in v6.9. For those interested in DSpace v7 compatibility with the current RT2 version, we have been testing whether it works (we are using 7.2.1) and so far I can report from our

[dspace-tech] Issues with classloader for additions-7.2.1.jar in DSpace 7.2.1

2022-05-12 Thread Agustina Martinez
Hi all, I'm experiencing a weird issue in local environment which is running DSpace 7.2.1 with the order of customised classes being loaded. I have some customised classes in the additions module, e.g. DOIIdentifierProvider.java which also require some modifications to the spring beans

[dspace-tech] Re: DS7.x: Item page customization and custom themes

2022-05-04 Thread Agustina Martinez
Hi Darryl, We are currently at the same stage as you are regarding custom theming. I have opted for now to take a copy of the custom theme and use it as the basis for our institutional theme (to make updates a bit easier going forward I've removed all of those customisations from the custom

[dspace-tech] Re: DSpace 5 and 7: resourcepolicy table contains a lot of rows with null dspace_object column

2022-04-25 Thread Agustina Martinez
gt; to do this (and I ran some quick tests on my local DSpace 7 and I'm not > seeing it happen there). > > Tim > > On Thursday, April 21, 2022 at 5:47:32 AM UTC-5 Agustina Martinez wrote: > >> Dear all, >> >> I only happened to notice this in our database very recent

[dspace-tech] DSpace 5 and 7: resourcepolicy table contains a lot of rows with null dspace_object column

2022-04-21 Thread Agustina Martinez
Dear all, I only happened to notice this in our database very recently as part of our DSpace 7 testing: when running the following query: // DSpace 5 select * from resourcepolicy where resource_id is null; // DSpace 7 select * from resourcepolicy where dspace_object is null; we have more than

[dspace-tech] Re: Issues building Mirage2 on DSpace 5.10

2021-09-29 Thread Agustina Martinez
this issue even though it refers to DSpace 6: https://groups.google.com/g/dspace-tech/c/x-m6DjNqx1A/m/rUl3NUrZCwAJ. Best, Agustina On Tuesday, 28 September 2021 at 16:23:50 UTC+1 Agustina Martinez wrote: > Dear all, > > Since today (that I have noticed since my last successful rebuild

[dspace-tech] Issues building Mirage2 on DSpace 5.10

2021-09-28 Thread Agustina Martinez
Dear all, Since today (that I have noticed since my last successful rebuild a couple of weeks back) I am experiencing issues in my local environment (Mac based) to build DSpace. Nothing has changed in terms of upgrades to packages that I am aware of. This is the mvn command that I normally

[dspace-tech] DSpace v5.x REST API - login token expiration

2021-09-14 Thread Agustina Martinez
Hi all, Does anyone know how long does a rest-dspace-token last before expiring following a login request? Best and many thanks, Agustina -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received

Re: [dspace-tech] Restricted / withdrawn item pages returning 404 code

2017-05-05 Thread Agustina Martinez
ooter_medium=email_campaign=tomdesair> > > > 2017-05-05 15:12 GMT+02:00 Agustina Martinez <amgcia...@gmail.com > <mailto:amgcia...@gmail.com>>: > Hi Tom, > > Many thanks for the swift response and the pointer. I already located it, and > was thinking of

Re: [dspace-tech] Restricted / withdrawn item pages returning 404 code

2017-05-05 Thread Agustina Martinez
Hi Tom, Many thanks for the swift response and the pointer. I already located it, and was thinking of add a local fix to the repository but wanted to check with the community first. This is definitely causing issues with DOIs. We are currently using DataCite through the British Library for