[dspace-tech] Re: Loading recent submissions...

2024-05-12 Thread Leandro Pereira
Hi Abdellah Maybe you need to reindex items again: $DS_BACKEND/bin/dspace index-discovery Em domingo, 12 de maio de 2024 às 14:07:33 UTC-3, Abdellah Adghar escreveu: > > Hello, > > I'm experiencing an issue with DSpace on the ENSTP portal. When I access > the homepage, it simply displays

[dspace-tech] Problem with search by date

2024-05-07 Thread Leandro Pereira
Hi everyone When I search for data using the slider bar as a filter to restrict the range, [image: Captura de tela 2024-05-07 162344.png] the page keeps loading indefinitely. [image: Captura de tela 2024-05-07 162425.png] Has anyone else gone through this? -- All messages to this

Re: [dspace-tech] DSpace 6.4 - 7.6 migration failure

2023-12-01 Thread Leandro Pereira
Try to use '/dspace/bin/dspace database migrate ignored' Em sexta-feira, 1 de dezembro de 2023 às 15:26:03 UTC-3, Steve Michaels escreveu: > I've gotten past this. On to other issues. > > On Friday, December 1, 2023 at 8:37:07 AM UTC-5 Steve Michaels wrote: > >> The migration still fails. See

[dspace-tech] Re: DSpace 7.6 after adding ssl certificate getting error 500

2023-11-28 Thread Leandro Pereira
A possible cause is the use of self-signed certificates. I temporarily solved this problem using environment variables. *export NODE_EXTRA_CA_CERTS="/etc/ssl/dspace.mydomain.pem"export NODE_TLS_REJECT_UNAUTHORIZED='0'* Once you have a certificate provided by a CA, you can remove this

[dspace-tech] Re: Developer Mode Issue

2023-11-14 Thread Leandro Pereira
Your access by port 4000 is Ok. The 500 error is aproblem with communication between frontend and backend.There are many reasons for this, but first look at the error outputs log. Check the parameters in same config.yml. Set the same config of production instance. Set envirioment for yarn:

[dspace-tech] Re: Red box above the frame in DSpace 7.6

2023-10-17 Thread Leandro Pereira
#011at > java.base/java.lang.Thread.run(Thread.java:829) > > > The server has 24GB RAM, so it cannot be a problem. Ther health status > reported by DSpace is okay, as well as the *dspace.log* output. Any idea > where to look? > > Thanks in advance, > Milos > > >

[dspace-tech] Re: Red box above the frame in DSpace 7.6

2023-10-14 Thread Leandro Pereira
Hi had the same problem. It normally happens when the system maintenance button is active. However in the version, some bug prevents deactivation, not yet resolved. Wu solved the same problem by deleting the alert from the database. ~# psql dspace psql (14.9) Type "help" for help. dspace=#