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
29 stars 23 forks source link

Re3gistry version 2.5.0 webapp problems #336

Closed TeijoKal closed 8 months ago

TeijoKal commented 9 months ago

I tried to install the webapplication. Now the problem is that it is not working. The respApi is working properly, you can inquery the data with success.

In conf.js there is the following lines

// The app's base URLs registryApp.domainURL = 'http://dev.luettelopalvelu.fi/registry'; registryApp.hostURL = 'http://dev.luettelopalvelu.fi/re3gistry2'; registryApp.searchURL = 'http://dev.luettelopalvelu.fi/registry/search'; registryApp.searchApiURL = 'http://dev.luettelopalvelu.fi/registry/searchapi'; registryApp.dataServiceURL = 'http://dev.luettelopalvelu.fi/registry/rest';

How can i check that the lines i configured are working?? What should be the response of each url?? How to check that the response coming from each url is as it should be.

unaibrrgn commented 9 months ago

Dear @TeijoKal,

These are the expected results of the different URLs:

image

image

-registryApp.dataServiceURL = Should return a 400 type response from the API lacking parameters. Should look something like this:

image

Regards, Unai.

TeijoKal commented 9 months ago

Ok, thanks.

I was checking our environment and the problem seems to be Solr. Is there any instructions and ideas how to configure Solr?