You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
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
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:
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