-
Notifications
You must be signed in to change notification settings - Fork 8
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
Nullpointer Exception for /elements/geometry #141
Comments
rtroilo
added a commit
that referenced
this issue
Mar 4, 2021
Merged
7 tasks
rtroilo
added a commit
that referenced
this issue
Mar 4, 2021
FabiKo117
added a commit
that referenced
this issue
Mar 5, 2021
add the additional fix for issue #141
FabiKo117
added a commit
that referenced
this issue
Mar 10, 2021
regarding the fix #141 Co-authored-by: Martin Raifer <martin.raifer@heigit.org>
tyrasd
pushed a commit
that referenced
this issue
Mar 18, 2021
add the additional fix for issue #141
tyrasd
added a commit
that referenced
this issue
Mar 18, 2021
regarding the fix #141 Co-authored-by: Martin Raifer <martin.raifer@heigit.org>
tyrasd
pushed a commit
that referenced
this issue
Mar 18, 2021
add the additional fix for issue #141
tyrasd
added a commit
that referenced
this issue
Mar 18, 2021
regarding the fix #141 Co-authored-by: Martin Raifer <martin.raifer@heigit.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following message was visible in the logs upon an /elements/geometry request:
Mar 01 10:55:02 heigitsv02 ignite.sh[9206]: Caused by: java.lang.NullPointerException
Mar 01 10:55:02 heigitsv02 ignite.sh[9206]: at org.heigit.ohsome.ohsomeapi.executor.ExecutionUtils.createOSMFeature(ExecutionUtils.java:387)
using the following parameters:
The issue is most likely caused by a given null as parameter instead of an empty EnumSet here:
ohsome-api/src/main/lombok/org/heigit/ohsome/ohsomeapi/executor/ElementsRequestExecutor.java
Line 128 in 7a476ce
The text was updated successfully, but these errors were encountered: