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

2024-07-24 Thread suresh patil
Hi Rupinder, i have added below part *dspace.ui.url = http://{your IP Address}:4000* below this line add the following directive rest.cors.allowed-origins = ${dspace.ui.url} still the website shows 500 error when tried to access from other system within the LAN (it works fine with the *{you

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

2024-07-24 Thread suresh patil
Any changes required to be done in the following files apart from local.cfg & config.prod.yml /etc/tomcat9/server.xml dspace.conf On Friday, March 3, 2023 at 4:38:48 PM UTC+5:30 Rupinder Singh wrote: > Hi everyone > this is what I tried and resolved this issue > edit your local.cfg file >

[dspace-tech] Re: Error when Editing Groups: 'admin.access-control.groups.form.members-list.notification.failure' and 404 Not Found Exceptions in DSpace 7.6 with DSpace CRIS

2024-07-24 Thread Evelio Metric
Same problem here with DSpace 7.6.1 2024-07-24 10:40:24,057 DEBUG unknown 61209ef3-8318-4ce5-ad22-45110e00432b org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor @ Authorized ReflectiveMethodInvocation: public org.springframework.http.Respo nseEntity org.dsp

[dspace-tech] DSpace 7 on Ubuntu 22.04 LTS Showing 500 Errors After Initial Interface Load

2024-07-24 Thread Mahesh Palamuttath
I have installed DSpace 7 on an Ubuntu 22.04 LTS server. The application is made available via a static public IP address. After setting up port forwarding, the DSpace interface loads initially, but shortly after, it shows 500 errors. I need assistance in identifying and resolving the issue. *Mah