Re: [dspace-tech] DSpace 7.5 Solr Statistics migration from 5.10 with sharding by year

2023-06-11 Thread Nicholas Woodward
Has this approach of importing all previous year's statistics into the "statistics" Solr core worked for others who have a lot of stats? For the last few days I've been trying to import all of the exported statistics files below after renaming the beginning of each CSV file to "statistics--

Re: [dspace-tech] DSpace 7.5 Solr Statistics migration from 5.10 with sharding by year

2023-06-14 Thread Nicholas Woodward
t; URIEncoding="UTF-8"/> > > > Hope it helps. > > Mo. > > On Sunday, June 11, 2023 at 11:35:12 PM UTC+3 Nicholas Woodward wrote: > >> Has this approach of importing all previous year's statistics into the >> "statistics" S

[dspace-tech] Re: Help with simple item page customisation

2023-08-03 Thread Nicholas Woodward
Hi Donna, I recently customized the UntypedItemComponent in my custom theme and followed the notes you linked to, but I found that I had to add a few more things to eager-theme.module.ts to avoid those same errors. At the top of eager-theme.module.ts, in addition to importing the UntypedItemComp

[dspace-tech] Re: restriction on embargoed items

2024-06-27 Thread Nicholas Woodward
Hello Saul, There were several bug fixes in DSpace 6.3 and 6.4 related to removing embargoed, private, and withdrawn items from areas of DSpace like searches, sitemaps and the OAI-PMH feed. You would be much better off upgrading to a more recent version of DSpace like 8.0 or 7.6.1, but if that i

[dspace-tech] Reordering submission steps in DSpace 5

2017-12-18 Thread Nicholas Woodward
org/display/DSDOC5x/Submission+User+Interface#SubmissionUserInterface-Reordering/Removing/AddingSubmissionSteps Thanks, Nick --- Nicholas Woodward Sr. Software Engineer Texas Digital Library -- You received this message because you are subscribed to the Google Groups "DSpace Technical Suppo

Re: [dspace-tech] Reordering submission steps in DSpace 5

2018-01-04 Thread Nicholas Woodward
dmin, go to the > "Administrative" box, click "Control Panel", Move to "Java Information" > tab, click "Clear cache immediately") > > Good luck, > > Tim > > On Mon, Dec 18, 2017 at 9:35 AM Nicholas Woodward > wrote: > &

[dspace-tech] Re: CC License step failing

2018-04-02 Thread Nicholas Woodward
Our DSpace instances are in the same situation. Like you said, the CC Twitter account says the API is back up, but we still get a NullPointerException when contacting it. On Monday, April 2, 2018 at 4:31:29 PM UTC-5, George Kozak wrote: > > Hi, > We have a DSpace 5.5 and a DSpace 6.2 install.

[dspace-tech] Re: CC License step failing

2018-04-03 Thread Nicholas Woodward
I think there are still some issues on the CC side. The curl command from Rob's message above responds with a 503 Service Unavailable. Same for just https://api.creativecommons.org/rest/1.5. Our DSpace is still giving the NullPointerException. On Tuesday, April 3, 2018 at 3:43:37 AM UTC-5, amg

Re: [dspace-tech] Re: Identify records with empty fields

2018-09-18 Thread Nicholas Woodward
Hi Freddy, If you are using DSpace 6 then you should have access to the rest-based metadata quality reports documented here: https://wiki.duraspace.org/display/DSDOC6x/REST+Based+Quality+Control+Reports They will allow you to query different metadata fields for empty values and export the resu

[dspace-tech] Re: AWS S3 Connection Pool Error

2018-09-26 Thread Nicholas Woodward
Just out of curiosity, is this still an issue for folks on this thread? Were you able to resolve your issues by setting up a connection pool in Tomcat using Alan Orth's instructions? The reason I ask is that when we upgraded from 5.4 to 6.3 we also moved the assetstore into S3. And since then

Re: [dspace-tech] Re: AWS S3 Connection Pool Error

2018-09-28 Thread Nicholas Woodward
#x27; > logAbandoned='true' > testOnBorrow='true' > testOnReturn='true' /> > > Our server gets a few million hits per month and we have not had any > connection pooling errors since we implemented these in early 2018.

Re: [dspace-tech] Re: AWS S3 Connection Pool Error

2018-10-02 Thread Nicholas Woodward
Idle='15' > minIdle='5' > maxWaitMillis='5000' > validationQuery='SELECT 1' > removeAbandonedOnBorrow='true' > removeAbandonedTimeout='180' > logAbandoned='true&#

[dspace-tech] OAI import causing Authorization denied for action READ on BITSTREAM

2018-10-10 Thread Nicholas Woodward
On our DSpace 6.3 instance we're seeing an authorization error on the license.txt bitstreams when we run `oai import`. The license bundles and bitstreams don't have any authorization policies attached to them. I know I've seen a few Jira issues related to this issue with code that has been me

Re: [dspace-tech] Possible to reorder Bitstream Bundles?

2018-12-03 Thread Nicholas Woodward
Hi Tim, Thanks for your response. Your first intuition is correct in that we would like to order bundles within an item. We'll take a look at incorporating the @OrderBy annotation in the Bundle class and see if we can order them. And if not, we may be able to do what we need using some metadata

Re: [dspace-tech] Problem with display of Community List in DSpace 6.0

2019-12-18 Thread Nicholas Woodward
I don't know the source of the bug, but when we upgraded from 5.x to 6.x we ran into a similar problem with that stack trace. The issue had to do with Collections that had a null field in the metadatavalue database table for their title. The lack of a title metadata field appeared to be left ove

[dspace-tech] Re: Error when using AIP import

2024-11-07 Thread Nicholas Woodward
Hello, This type of error when moving items from one DSpace instance to another usually means there are metadata fields in the original repository that don't exist in the new repository. I would check the Metadata Registry on both DSpace instances to make sure that the one you're trying to impor

[dspace-tech] Re: DSpace Segmentation fault (core dumped)

2025-01-30 Thread Nicholas Woodward
Hello, When I build the DSpace 7 frontend I set the environment parameter "NODE_OPTIONS=--max_old_space_size=4096" to avoid Javascript out of memory errors. So the yarn build command becomes "NODE_OPTIONS=--max_old_space_size=4096 yarn run build:prod". There is more information in the DSpace do

[dspace-tech] Re: upgrade from dspace 6.3 to 8.0

2025-01-30 Thread Nicholas Woodward
Hello, Please see the upgrade guide at: https://wiki.lyrasis.org/display/DSDOC8x/Upgrading+DSpace. If you are planning to migrate to a new server during your upgrade, you can also use the Migration guide at: https://wiki.lyrasis.org/display/DSDOC8x/Migrating+DSpace+to+a+new+server. Nick On T

[dspace-tech] Re: Not showing the number of visits on last year

2025-02-17 Thread Nicholas Woodward
the > default directory)? How can I let solr know the statistics-2024 data OR how > can I combine the data of statistics-2024 to current solr under > configsets/data/index folder? How can I show the hits of five months in > 2024 and two months this year? > > > > >

[dspace-tech] Re: Retrieving Solr Statistics from >7 months ago through DSpace Interface

2025-02-18 Thread Nicholas Woodward
Hello all, The time period to display statistics for DSpace objects in the UI is currently not configurable. Only the previous six months plus the current month of statistics are displayed. There is a pull request open to add the option to include additional months of statistics ( https://github

[dspace-tech] Re: Not showing the number of visits on last year

2025-02-13 Thread Nicholas Woodward
Hello Joshua, The time period to display statistics for DSpace objects is currently not configurable. Only the previous six months plus the current month of statistics are displayed. There is a pull request open to add the option to include additional months of statistics (https://github.com/DS

[dspace-tech] Re: DSpace 8 displaying Altmetric badges on item

2025-07-21 Thread Nicholas Woodward
Hi Lewatle, Support for Altmetric badges was dropped in DSpace 7.0. There has been some discussion about restoring them, most recently at https://github.com/DSpace/dspace-angular/issues/2400, but it hasn't happened yet. Best, Nick On Monday, July 14, 2025 at 8:38:36 AM UTC-5 Lewatle Johannes

Re: [dspace-tech] Re: DSpace 8 displaying Altmetric badges on item

2025-07-31 Thread Nicholas Woodward
or use in my > institution, which is currently running v8.1. > It's working for both Altmetric and Dimensions, and adding PlumX should > also be possible. > > Is there a way to update the current PR, or would I need to create a new > one? > Best regards, > Al