You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/06/13 21:46:00 UTC

[jira] [Commented] (GEODE-2294) When attempting to execute a function via Dev Rest API, error messages are being lost

    [ https://issues.apache.org/jira/browse/GEODE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048449#comment-16048449 ] 

ASF subversion and git services commented on GEODE-2294:
--------------------------------------------------------

Commit 9faa9781bfb7aadb54327dc4e09d5b86cc39253a in geode's branch refs/heads/develop from [~jinmeiliao]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=9faa978 ]

GEODE-2294: revert to avoid rest protocol change


> When attempting to execute a function via Dev Rest API, error messages are being lost
> -------------------------------------------------------------------------------------
>
>                 Key: GEODE-2294
>                 URL: https://issues.apache.org/jira/browse/GEODE-2294
>             Project: Geode
>          Issue Type: Bug
>          Components: management, rest (dev)
>            Reporter: Kevin Duling
>            Assignee: 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.4.14#64029)