[
https://issues.apache.org/jira/browse/GEODE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15819018#comment-15819018
]
Kirk Lund commented on GEODE-2294:
----------------------------------
Need to capture some more info for this bug. How are you executing the
Function? By default, most people will assume that you have a Java Client
connected to a Server and using the Client API to execute the Function.
Also, a test case that reproduces the bug is highly recommended.
> When executing a function, error messages are being lost
> --------------------------------------------------------
>
> Key: GEODE-2294
> URL: https://issues.apache.org/jira/browse/GEODE-2294
> Project: Geode
> Issue Type: Bug
> Components: rest (dev)
> Reporter: Kevin Duling
>
> In FunctionAccessController:
> While debugging the execution of a function via the REST API, a null-pointer
> exception was thrown and should have returned the error:
> {{Specified key is null and this region does not permit null keys!}}
> instead, an error code of 0 is returned with the message:
> {code}
> {
> "error": "no response from server"
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)