[dspace-tech] Re: admin login problems 7.3-snapshot

2022-03-14 Thread wolfgang t.
I just did see that the following cookies which are present in the demo site, are not present when i open my site: XSRF-TOKEN klaro-anonymous -- 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 thi

[dspace-tech] Email Sending problems in dspace7.2

2022-03-14 Thread Tesema Getachew
Dear teams I have an email sending issues. when I click on the register link and insert the email, it will send the email but I can not get the link in my inbox of the email. I have configured both the dspace.cfg and local.cfg on the smtp configuration. any one help me on this please. Thank you

[dspace-tech] Re: Error en la instalación de la interfaz de usuario (yarn start)

2022-03-14 Thread Mohammad S. AlMutairi
The issue you are facing is because port 4000 is already been used by another process. The process using port 4000 can be a previous frontend session ( which is what is expected ) or it can be any other service that is running on your server and configured to use port 4000. if it's the later th

[dspace-tech] Re: admin login problems 7.3-snapshot

2022-03-14 Thread Mohammad S. AlMutairi
Try this also see a version of it in a text format attached in case of copying of this thread will develop hidden characters : 1) Settings in dspace.cfg or local.cfg: dspace.server.url = https://dspace.umiz.at/server dspace.ui.url = https://dspace.umiz.at solr.server = http://localhost:8983/solr

[dspace-tech] Re: making my REST API publicly accessible

2022-03-14 Thread 'Tim Donohue' via DSpace Technical Support
Hi, Generally, your REST API needs to be accessible to anyone you expect the use the User Interface. So, if your User Interface is accessible to the world, then your REST API must also be accessible to the world. If your User Interface is behind a firewall, then your REST API can be behind th

[dspace-tech] Re: Email Sending problems in dspace7.2

2022-03-14 Thread 'Tim Donohue' via DSpace Technical Support
Hi, Unfortunately, there's not enough information in this email to help you. You should check for error in your DSpace logs, see https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove) If there are no errors in the DSpace logs, then we'd need more

[dspace-tech] blank page when users clisk on bitstreams

2022-03-14 Thread Compte Messagerie
hello, i have dspace 6.3 installed with apache-ant-1.10.10, apache-tomcat-9.0.45, apache-maven-3.6.3, java8. it functions normaly until recently, when users click on bitstreams (pdf or docx files) to download , it shows blank pagewithout any error message and without downloading the file of co

[dspace-tech] Re: admin login problems 7.3-snapshot

2022-03-14 Thread 'Tim Donohue' via DSpace Technical Support
Hi Wolfgang, This error looks to be the same one that another user encountered in this dspace-tech thread: https://groups.google.com/g/dspace-tech/c/F6qtImSF5Yo/m/8UzFbk9_BgAJ In that situation, that person had said the issue on their end was that they had to use the "Alternative method: How t

[dspace-tech] Re: Active Directory integration issues

2022-03-14 Thread DSpace Technical Support
Hi, Not enough information is provided. See our guide on troubleshooting errors: https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove) In order for anyone to help, we'd need you to locate the underlying error in the User Interface or backend l

[dspace-tech] Re: admin login problems 7.3-snapshot

2022-03-14 Thread wolfgang t.
THANK YOU, that was it!!! Tim Donohue schrieb am Montag, 14. März 2022 um 15:18:18 UTC+1: > Hi Wolfgang, > > This error looks to be the same one that another user encountered in this > dspace-tech thread: > https://groups.google.com/g/dspace-tech/c/F6qtImSF5Yo/m/8UzFbk9_BgAJ > > In that situati

[dspace-tech] error while login

2022-03-14 Thread Tesema Getachew
INFO unknown 7692b8de-9cc8-4178-83ba-e547adbeb731 org.dspace.app.rest.utils.DSpaceAPIRequestLoggingFilter @ Before request [GET /server/api/authn/login] originated from unknown -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-

[dspace-tech] LDAP authentication error here

2022-03-14 Thread Tesema Getachew
org.springframework.security.authentication.BadCredentialsException: Login failed at org.dspace.app.rest.security.EPersonRestAuthenticationProvider.authenticateNewLogin(EPersonRestAuthenticationProvider.java:129) ~[classes/:7.2] at org.dspace.app.rest.security.EPersonRestAuthen

[dspace-tech] Dspace Items Viewed

2022-03-14 Thread Saul hernandez ocadiz
Good afternoon! Within the administrative menu, in the summary of statistics, the first 10 items appear with the title and the author of the same, the following ones, I get the handle... how to change so that they all appear as the first 10. Thank you very much! attached image -- All

[dspace-tech] Re: admin login problems 7.3-snapshot

2022-03-14 Thread Mohammad S. AlMutairi
Your configuration you posted here https://github.com/DSpace/DSpace/issues/8200 is a total mess. Maybe you should clean it too. On Monday, March 14, 2022 at 5:47:30 PM UTC+3 wolfgang t. wrote: > THANK YOU, that was it!!! > > Tim Donohue schrieb am Montag, 14. März 2022 um 15:18:18 UTC+1: > >> H

[dspace-tech] Intermingle Results

2022-03-14 Thread Carol
Hi Tim, Is it possible to combine the results from your internal library search and the results you get from PubMed API call into one result set to display? Thanks Carol -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Con

[dspace-tech] DSpace 7.2 Backend tomcat error

2022-03-14 Thread Karol Sokalski
Hi, when i try to run dspace 7.2 backend, after fresh installation i can't do this. I see the following error in the tomcat logs: [crit] The web application [server] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@6acfe330]) and a value of type [o

[dspace-tech] Re: making my REST API publicly accessible

2022-03-14 Thread Phillip jan
Can i limit the access to my REST API and UI to only my local network? On Monday, March 14, 2022 at 10:07:24 PM UTC+8 Tim Donohue wrote: > Hi, > > Generally, your REST API needs to be accessible to anyone you expect the > use the User Interface. So, if your User Interface is accessible to the