-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not search the layer in worldmap #331
Comments
Hi there are several things we must make sure are correctly working (one after the other):
|
Thank you for your reply. We checked these three points and found some problems. What should I do to make the system run. |
dear @Iannio thanks for reporting the problems.
SITEURL= http://172.20.10.12 add the port if django is running in a port that is not 80 SITEURL = http://172.20.10.12:8000 Then you will need to run the updatelayers to update the links of all of the layers: python manage.py updatelayers |
Second problem: search engine URL in Hypermap must be set in REGISTRY_SEARCH_URL. I see that you have "solr+http://localhost:8983". You need to change this to "solr+http://172.20.10.13" as far as I can see. Then restart the Hypermap process. |
Regarding the PostgreSQL connection problem, make sure that the server (172.20.10.12) and port on which PostgreSQL is running are accessible to the WorldMap server: |
Thank you for your reminding. I still have problems in worldmap aspects. I'll ask questions at worldmap. |
I think those are two different problems. First problem: it seems there is a problem connecting to RabbitMQ. Maybe try changing BROKER_URL to your configuration. Default is amqp://guest:guest@localhost:5672, but you need to change localhost to another IP if RabbitMQ is running on a different server. Also, guest is the default user, but you may need to change that if you customized things. Remember to souce the environment variables file before restarting any process. Second problem: I believe memcached is not installed on your server or misconfigured. Did you install the memcached and libmemcached-dev packages? Make sure it is running Hope this helps |
hello!
when add layer in the worldmap, we can not search the layer that has been added
Now our settings as follows:
Hope to get your reply.
Thanks!
The text was updated successfully, but these errors were encountered: