ec-jrc / re3gistry

Re3gistry is a reusable open source solution for managing and sharing ‘reference codes’, ensuring semantic interoperability across organisations.
European Union Public License 1.2
27 stars 21 forks source link

Version 2.5.0 Cache problem #346

Closed TeijoKal closed 4 months ago

TeijoKal commented 6 months ago

I installed version 2.5.0 and manually insert some data. Now if i go to Admin interface and there to Registry manager dashboard and there choose Data export. Now if i choose Cache all - Master language the operation is stucked. It has shown the same message now more than a day.

It seems that the problem might be Solr. I had core there named Re3gistry2 and not re3gistry2.

Cache_stucked
TeijoKal commented 6 months ago

Managed to stop that cache stuck by removing the tag cacheall_complete.running in the directory re3gistry2/WEB-INF/classes/configurations_files

unaibrrgn commented 6 months ago

Dear @TeijoKal, depending of the size of the database the cache will last quite a lot of time so this might be its regular working pace. Either way i'll try and replicate you instance locally to see if the cache process shows any error. We don't quite understand the Solr issue you are talking about, could you give more details on the matter?

Regards, Unai.

TeijoKal commented 6 months ago

It seems that Solr is not working for Re3gistry. Need instructions how Solr should be set up for Re3gistry ??

TeijoKal commented 4 months ago

Managed to made Solr work properly. And now indexing is working.