You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "David Johnson (JIRA)" <ji...@apache.org> on 2016/05/23 23:36:12 UTC

[jira] [Created] (USERGRID-1291) Intermittent NPE, may be associated with OOM errors

David Johnson created USERGRID-1291:
---------------------------------------

             Summary: Intermittent NPE, may be associated with OOM errors
                 Key: USERGRID-1291
                 URL: https://issues.apache.org/jira/browse/USERGRID-1291
             Project: Usergrid
          Issue Type: Bug
            Reporter: David Johnson
            Assignee: David Johnson


Some Usergrid instances are intermittently throwing the null pointer exception (NPE) below, and those same instances are sometimes running out of memory and throwing out-of-memory (OOM) exceptions.

2016-05-22 06:16:13,014 [http-bio-8080-exec-12] ERROR org.apache.usergrid.rest.exceptions.AbstractExceptionMapper- java.lang.NullPointerException 5XX Uncaught Exception (500)
java.lang.NullPointerException
        at org.apache.usergrid.persistence.entities.Application.getOrganizationName(Application.java:407)
        at org.apache.usergrid.rest.ApiResponse.setApplication(ApiResponse.java:378)
        at org.apache.usergrid.rest.applications.ServiceResource.executeGet(ServiceResource.java:457)
        at sun.reflect.GeneratedMethodAccessor120.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)



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