You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "Brandon Shelley (JIRA)" <ji...@apache.org> on 2015/07/15 19:35:05 UTC

[jira] [Created] (USERGRID-858) Notifications POST throwing NPE

Brandon Shelley created USERGRID-858:
----------------------------------------

             Summary: Notifications POST throwing NPE
                 Key: USERGRID-858
                 URL: https://issues.apache.org/jira/browse/USERGRID-858
             Project: Usergrid
          Issue Type: Bug
          Components: Stack
    Affects Versions: 1.0, 2.0.0
            Reporter: Brandon Shelley


{code}curl -X POST -d '{ "payloads": { "apple-dev": "Hello World!" } }' 'https://api.usergrid.com/brandon.apigee/baas-integration-tests/devices/*/notifications?client_id=redacted&client_secret=redacted'{code}

throws:

{code}{
  "error": "runtime",
  "timestamp": 1436981233645,
  "duration": 0,
  "exception": "java.lang.RuntimeException",
  "error_description": "java.lang.NullPointerException"
}{code}

1) According to docs, it should work: http://apigee.com/docs/app-services/content/creating-and-managing-notifications

2) If it doesn't and isn't supposed to, it shouldn't throw an NPE.

Note that a notifier with a sandbox cert has been created with the name 'apple-dev'.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)