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

2022-03-13 Thread Roy Antoni Ferro Afata
Lamentablemente me apareció un error similar al ejecutar (yarn serve:ssr) después de haber ejecutado a) y b) en la ruta /dspace-angular/config aquí un pedazo de código que se mostró en el terminal como 30 segundos aproximadamente

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

2022-03-13 Thread wolfgang t.
Error Messages from dspace.log 497:2022-03-13 20:02:00,558 ERROR unknown unknown org.dspace.statistics.SolrLoggerServiceImpl @ The required 'dbfile' configuration is missing in solr-statistics.cfg! 666:2022-03-13 20:02:27,724 ERROR a9506a3d-fce4-4487-b5f2-bc6bb40db151

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

2022-03-13 Thread Mohammad S. AlMutairi
I think you forgot to stop the frontend service before you start the compiling again. To resolve it do one of the commands you see below and then just the frontend with ( yarn serve:ssr ). a) pm2 kill b) kill -9 $(lsof -t -i :4000) -- All messages to this mailing list should adhere to the Code

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

2022-03-13 Thread Roy Antoni Ferro Afata
Instalación en servidor remoto: 1) SO Debian 11.2 DSpace 7.2 (Backend / REST API Only) DSpace 7.2 (Frontend / UI Only) openjdk version "11.0.14" 2022-01-18 tomcat9,

[dspace-tech] making my REST API publicly accessible

2022-03-13 Thread Phillip jan
Does public accessible mean online, like anyone outside my local network could access my REST API or does that mean that my REST API is accessible only in my local network? [image: Capture.PNG] If it means that my REST API should be accessible outside my local network, how would I do it if