bioatlas / ala-docker

Dockerized version of Atlas of Living Australia components
GNU Affero General Public License v3.0
12 stars 12 forks source link

Regions Layer Indexing #51

Open IuriGarcia opened 4 years ago

IuriGarcia commented 4 years ago

G'Day Gentleman,

I'm trying to deploy regions service. It looks like i can load the layers, yet when i try to filter the species in a selected area it's returning:

Error 500: Cannot invoke method getAt() on null object Servlet: grailsDispatcherServlet URI: /regions/region/showGroups Exception Message: Cannot invoke method getAt() on null object Caused by: Cannot invoke method getAt() on null object Class: UrlMappingsInfoHandlerAdapter At Line: [90] Code Snippet:

It seems that i did not the right load of the layers indexing occurrences with it on Geoserver, wich makes me ask How is the right way to load layers in order to plot correctly in regions? In case you gentlemen want to see it for yourselves here is the link

shahmanash commented 4 years ago

@IuriGarcia , Could you please send in the links to your installation or your configurations. Its difficult to understand the problem with the Error 500 Internal Server Error only.

IuriGarcia commented 4 years ago

@shahmanash I have solved that. It was just because i had not enabled Sampling in the biocachebackend configs, once ive enabled and ingested the DRs again, it started to plot occurrences in regions