Re: [dspace-tech] DSpace 7.6.1: Switch to myDSpace page directly after login?

2024-03-28 Thread Sascha Szott
Hi Matthias, we have solved this by adapting one line in src/app/core/auth/auth.effects.ts You need to change the implementation of the redirectAfterLoginSuccess$ method by replacing this.authService.navigateToRedirectUrl(action.payload); with

[dspace-tech] Re: Upgrade Spring version from 5.3.27 to 5.3.32 due to vulnerability issue

2024-03-28 Thread Salony Permanand
Hello All, As per my understanding I updated the spring version from 5.3.27 to 5.3.32 in pom.xml file After doing that I rebuild the backend code using mvn clean package and ant fresh install command While rebuilding I was getting error "Dependency convergence error for

[dspace-tech] Re: Upgrade Spring version from 5.3.27 to 5.3.32 due to vulnerability issue

2024-03-28 Thread DSpace Technical Support
Hi, The Spring vulnerability you are likely mentioning is this one: https://spring.io/security/cve-2024-22243 While this is a security issue in Spring, at this time, we do not believe it impacts DSpace directly because DSpace doesn't use the UriComponentsBuilder in the way that is described

[dspace-tech] Re: Could not find or load main class org.dspace.app.launcher.ScriptLauncher

2024-03-28 Thread DSpace Technical Support
Hi, That "ScriptLauncher" class is included in the "dspace-api-[version].jar", which should be installed in your [dspace]/lib/ directory. The error seems to be saying that file is either missing or incorrect. You may want to double check that all the upgrade steps have succeeded, especially

Re: [dspace-tech] How to find number of times a pdf has been downloaded from an item page

2024-03-28 Thread DSpace Technical Support
Hi Carolyn, The *intention* of the File Visits is to track file downloads. However, I will mention that the built-in DSpace Statistics engine is not always the most accurate tool. It sometimes will overcount bot activity and it may exclude hits from localhost. I'd *love* for it to be much

[dspace-tech] Re: dspace-ui 7.6.1 installation issue on kubernetes

2024-03-28 Thread DSpace Technical Support
Hi Manish, The logs you have shared don't appear to show any errors. Those are the same logs I see when starting up the UI locally (and everything works fine). The message about "Encourage the library authors to publish an Ivy distribution" can be safely ignored. It's a warning from Angular

[dspace-tech] Re: Recovering admin access

2024-03-28 Thread DSpace Technical Support
Hi, Yes, you can regain Admin access from the commandline. Simply run the "./dspace create-administrator" script in the [dspace]/bin/ folder similar to the Installation Instructions. See step 14 here:

[dspace-tech] Re: Media Viewer Doesn't work in DSPACE 7.6

2024-03-28 Thread DSpace Technical Support
This feature should work in DSpace 7.6.x. It's working on our demo site at https://demo.dspace.org You need to click on the thumbnail (of the image) for it to expand into the media viewer. Here's an example on our demo site: https://demo.dspace.org/items/795a6906-498a-42a7-a330-f57a6aa1323e

[dspace-tech] Re: Loading Recent Submission problem

2024-03-28 Thread DSpace Technical Support
In order to debug issues in the User Interface, you should follow our Troubleshooting guide to locate the error. The error may be in either the user interface (in your browser's DevTools) or in the backend logs.

[dspace-tech] Re: search bar of filters

2024-03-28 Thread DSpace Technical Support
Hi Alex, I believe this bug was fixed in 7.6.1 in this PR: https://github.com/DSpace/DSpace/pull/8958 See the original bug report here, which describes a similar bug: https://github.com/DSpace/DSpace/issues/8914 Tim On Monday, March 25, 2024 at 2:46:32 AM UTC-5 zxale...@gmail.com wrote: >

[dspace-tech] Re: unable to edit metada on some files in DSpace 7.6

2024-03-28 Thread DSpace Technical Support
Hi David, Apologies for the delayed response. A 500 error is an "Internal Server Error" which should mean you'd see an "ERROR" log in your dspace.log file which corresponds to that error. I don't see that in the logs you shared though, which is odd. You may want to check again to make sure

[dspace-tech] Re: PM2 error: dspace-ui > 1 rules skipped due to selector errors

2024-03-28 Thread DSpace Technical Support
Hi Andrew, I don't believe that's an actual error. I think that's a warning that appears for all sites at this time because of how we do our themes in Angular. It can be ignored safely unless you are noticing some sort of bug / improper behavior. Tim On Friday, March 22, 2024 at 12:25:06 PM

[dspace-tech] Re: Queries on Item table in database and its REST API v6

2024-03-28 Thread DSpace Technical Support
Answered briefly inline below: 1. In dspace 7.6.1, each item has an identifier called UUID and in the database, item table we have the item_id column which is id of the items from the dspace 5 or older. This is referred as legacy_id in dspace7 backend rest code.Is my understanding

[dspace-tech] Recovering admin access

2024-03-28 Thread Crisalis M Carrion Cotto
So the person on my team that had the admin access to the repository left and no one knows the credentials the person used. So, basically currently no one has access as an administrator to the repository. Is there any way to recover this or gain access again? -- La Universidad del Sagrado

[dspace-tech] Re: Dspace 7.6 Angular installation

2024-03-28 Thread DSpace Technical Support
That sounds like an error because something didn't install properly. I'd recommend re-running the "yarn install" by doing this: # Clean current cached data yarn clean # Reinstall all dependencies yarn install # Try to build again yarn build:prod Hopefully it will succeed this time, as it

[dspace-tech] Re: dspace-ui 7.6.1 installation issue on kubernetes

2024-03-28 Thread 'Manish Kumar' via DSpace Technical Support
Hi, Thanks for your reply, I enabled --verbose and faced so many GET call, that was taking time after *Encourage the library authors to publish an Ivy distributio*n, and we had initilize 60 seconds initialDelaySeconds inside readinessProbe due to this short time period once wait time reach