[dspace-tech] Re: Dspace 7 404 CSRF REST

2024-10-24 Thread Yuntian Hu
I am in the same boat. On Sunday, September 22, 2024 at 1:28:26 PM UTC-4 Danil Doroshenko wrote: > Checked logs, nothing special, but in Dspace log I found The repository > type security.csrf was not found, that's mean, that my CSRF repository > missing , and that's the main reason , why I f

[dspace-tech] Re: Join Two Dspace instances - is it possible?

2024-10-24 Thread DSpace Technical Support
Hi Job, You likely can achieve this with the AIP ingest, but you will likely need to run the AIP ingest community-by-community, and using "submit" mode. Since you seem to want everything to go into a new Community (1234567890/997), you need to be aware that Communities can only contain other

[dspace-tech] Displaying Linked Publications for Journal Entity in DSpace CRIS

2024-10-24 Thread Dibyendra Hyoju
Hi, I’m looking for a way to display the publications linked to a Journal entity when a particular journal is clicked, similar to how publications are listed when a researcher is clicked in DSpace CRIS. I’ve enabled the Journal entity’s authority by adding the following configurations in confi

Re: [dspace-tech] Solr error when initializing DSpace's search core

2024-10-24 Thread Job Diogenes Ribeiro Borges
Hi Bill, Dspace 8.0, Tomcat 11, Java 17, Solr 9.7 I did this changes, But, although Solr are running (checked by *solr status*, wait-for-solr, and access solr url), when I run dspace index-discovery return the following error abot solr. """org.apache.solr.client.solrj.impl.HttpSolrClient$Remot

Re: [dspace-tech] Re: Getting error "Request is invalid or incorrect"

2024-10-24 Thread Roberto Greiner
I already found the problem (I think my answer was somehow refused by the moderator). The problem was that I oversaw copying these two lines into my apache setup: |||ProxyPreserveHost On| |||RequestHeader set X-Forwarded-Proto https| After I added them, the error message no longer appeared

[dspace-tech] Request is invalid or incorrect

2024-10-24 Thread Renu Katariya
Hi, I need some help with one error. In the logs I'm getting the following error: 2024-10-17 11:05:57,793 WARN f758da60-7715-43ae-95b7-022d40744655 2646f157-3ac5-452d-bb5f-e233a029150e org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice @ Request is invalid or incorrect (status:4

Re: [dspace-tech] Is batch deletion of items possible?

2024-10-24 Thread Aroldo Rique Júnior
Thanks, Adán! Aroldo Em qui., 24 de out. de 2024 às 03:45, Adán Román Ruiz escreveu: > Hi > > You can use batch metadata editing (search *expunge *at > https://wiki.lyrasis.org/display/DSDOC7x/Batch+Metadata+Editing) > > regards > > Adán > El 23/10/2024 a las 22:37, Aroldo Rique Júnior escribió

Re: [Extern] Re: [dspace-tech] Re: change localhost to the server ip when listening DSpace 7.4 !

2024-10-24 Thread DSpace Technical Support
Hi, If you are still hitting a 500 error from the DSpace User Interface, this is usually the sign of a misconfiguration. See the troubleshooting options listed in our Common Installation Issues with regards to 500 errors. https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSp

[dspace-tech] Re: The Dspace 8 menu does not display correctly

2024-10-24 Thread DSpace Technical Support
Hi, The issue you are having is unclear to me. The admin menu *does* start out as minimized, but should expand if you hover over it. See the expected behavior on our demo site at https://demo.dspace.org/home (the admin login is displayed in the text on the homepage). If you are still seein

[dspace-tech] Re: Dspace 8 UI error - yarn install

2024-10-24 Thread DSpace Technical Support
Hi Ricardo, I've never seen that error, but it almost sounds like you have the wrong version of one dependency installed. You may want to try running a "yarn run clean" to delete all local dependencies and re-run the "yarn install" to see if it fixes the issue. I can verify though that this e

[dspace-tech] Re: java 21 upgrade

2024-10-24 Thread DSpace Technical Support
Hi, The error you shared doesn't seem to have anything to do with DSpace. It looks to be related to something called "International-PIGW-Admin" defined in "com.mns.intl.pigw.admin.AdminCoreApplication". Neither of those are available in out-of-the-box DSpace. Tim On Monday, October 14, 2024

[dspace-tech] Re: OIDC undefined doesn't contain the link authn

2024-10-24 Thread DSpace Technical Support
Hi all, I'd recommend logging a bug ticket with more information about the OIDC error you are seeing (and include what version of DSpace you are using). It's possible there's a bug here, but we need details about the error. Please use the trou

[dspace-tech] Re: Getting error "Request is invalid or incorrect"

2024-10-24 Thread DSpace Technical Support
Hi Roberto, If you are still getting this error, it might be related to this "common installation issue" where REST API "links" sometimes revert to HTTP instead of HTTPS. The fix is to set "X-Forwarded-Proto: https" header in your proxy. See https://wiki.lyrasis.org/display/DSDOC8x/Installi

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

2024-10-24 Thread DSpace Technical Support
Hi Diego, I'd recommend using the troubleshooting guide to look for possible underlying error messages (these may appear in your browser's DevTools or in backend logs). My suspicion is some sort of error is occurring which causes these sections to not load. If you've made customizations to y

[dspace-tech] Re: URLs with http

2024-10-24 Thread DSpace Technical Support
Hi Aroldo, This issue is documented in one of our "Common Installation Issues" in the installation docs: https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-MyRESTAPIisrunningunderHTTPS,butsomeofits%22link%22URLsareswitchingtoHTTP As noted there, you likely need to set t

[dspace-tech] Re: Spring Framework / CVE-2024-38819

2024-10-24 Thread DSpace Technical Support
Hi Michael, No. Neither DSpace 7.x or 8.x should be vulnerable to CVE-2024-38819: https://spring.io/security/cve-2024-38819 This vulnerability relates to "functional web frameworks WebMvc.fn or WebFlux.fn" in Spring WebMVC. Neither of these are used in DSpace. An example of what that code lo

[dspace-tech] Re: Seeking guidance on how to set up people entities

2024-10-24 Thread DSpace Technical Support
I wanted to briefly note that Genny's good questions were all answered on the dspace-community list by Fatih: https://groups.google.com/g/dspace-community/c/RtGTkv8LGjc (This is just a cross reference for folks who have these same questions) Tim -- All messages to this mailing list should adhe

Re: [dspace-tech] Re: Error 500 in the frontend in browsing outside the server

2024-10-24 Thread hb wooley
I'm not sure what that error is related to. One other suggestion I have is to use your FQDN and not an IP address. dspace.server.url = http:// MyDSpace_server_name/server dspace.ui.url = http:// MyDSpace_server_name On Thu, Oct 24, 2024 at 3:30 AM Tommy Fong wrote