You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2016/10/18 18:48:58 UTC

[jira] [Created] (GEODE-2013) StatArchiveReader may throw NullPointerException while loading StatArchiveFile

Kirk Lund created GEODE-2013:
--------------------------------

             Summary: StatArchiveReader may throw NullPointerException while loading StatArchiveFile
                 Key: GEODE-2013
                 URL: https://issues.apache.org/jira/browse/GEODE-2013
             Project: Geode
          Issue Type: Bug
          Components: statistics
            Reporter: Kirk Lund


ERROR: Operation "stats" failed because: java.lang.NullPointerException.
java.lang.NullPointerException
	at org.apache.geode.internal.statistics.StatArchiveReader$StatArchiveFile.loadInstance(StatArchiveReader.java:3049)
	at org.apache.geode.internal.statistics.StatArchiveReader$StatArchiveFile.readResourceInstanceCreateToken(StatArchiveReader.java:3159)
	at org.apache.geode.internal.statistics.StatArchiveReader$StatArchiveFile.readToken(StatArchiveReader.java:3308)
	at org.apache.geode.internal.statistics.StatArchiveReader$StatArchiveFile.update(StatArchiveReader.java:2884)
	at org.apache.geode.internal.statistics.StatArchiveReader.update(StatArchiveReader.java:145)
	at org.apache.geode.internal.statistics.StatArchiveReader.<init>(StatArchiveReader.java:77)
	at org.apache.geode.internal.SystemAdmin.statistics(SystemAdmin.java:1136)
	at org.apache.geode.internal.SystemAdmin.invoke(SystemAdmin.java:2063)
	at org.apache.geode.internal.SystemAdmin.main(SystemAdmin.java:1977)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)




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