Terralego / TerraVisu

Import et visualize geographic data
https://demo-terravisu-territoires.makina-corpus.com/
MIT License
17 stars 3 forks source link

Bug : unable to import data after Docker installation #630

Closed ghatt38 closed 1 month ago

ghatt38 commented 2 months ago

Hello, after installing Terravisu with Docker, following the steps on the https://terravisu.readthedocs.io/en/2024.02.7/ page, I'm having a problem importing data in any format. The message displayed is as follows and I don't know how to correct the problem:

Rapport global method: refresh_data,exc_type: Exception,exc_message: ['<urllib3.connection.HTTPConnection object at 0x7f03383a4f10>: Failed to establish a new connection: [Errno 111] Connection refused'],

Thank you in advance for your help. G. Hatt

submarcos commented 2 months ago

Hi @ghatt38

I suppose that Elastic search docker container not start correctly.

Take a look : https://terravisu.readthedocs.io/en/stable/installation_configuration/troubleshooting.html#elastic-search-container-doesn-t-start

You have to set some settings to run it correctly

ghatt38 commented 2 months ago

Hello, thank you, the problem has been solved by following your advice. Best regards, G. Hatt