Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-7188

Creation of TypeRegistrationStatistics with Pdx PeerTypeRegistration thrown NullPointerException

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.10.0
    • None
    • statistics
    • None

    Description

      Creation of TypeRegistrationStatistics with Pdx PeerTypeRegistration thrown NullPointerException

      Test to reproduce:
      In "GemFireCacheImplTest.java" add a new test:

      @Test
      public void emergencyCloseReleasesAllResources()

      { gemFireCacheImpl = (GemFireCacheImpl) new InternalCacheBuilder() .create(Fakes.distributedSystem()); gemFireCacheImpl.emergencyClose(); }

      Throws NPE:

      java.lang.NullPointerException
      at org.apache.geode.pdx.internal.TypeRegistrationStatistics.<init>(TypeRegistrationStatistics.java:56)
      at org.apache.geode.pdx.internal.PeerTypeRegistration.<init>(PeerTypeRegistration.java:106)
      at org.apache.geode.pdx.internal.TypeRegistry.<init>(TypeRegistry.java:82)
      at org.apache.geode.internal.cache.GemFireCacheImpl.initializePdxRegistry(GemFireCacheImpl.java:1462)
      at org.apache.geode.internal.cache.GemFireCacheImpl.initializeDeclarativeCache(GemFireCacheImpl.java:1396)
      at org.apache.geode.internal.cache.GemFireCacheImpl.initialize(GemFireCacheImpl.java:1256)
      at org.apache.geode.internal.cache.InternalCacheBuilder.create(InternalCacheBuilder.java:219)
      at org.apache.geode.internal.cache.GemFireCacheImplTest.emergencyCloseReleasesAllResources(GemFireCacheImplTest.java:586)
      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:498)
      at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
      at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
      at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
      at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
      at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
      at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
      at org.junit.rules.RunRules.evaluate(RunRules.java:20)
      at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
      at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
      at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
      at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
      at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
      at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
      at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
      at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
      at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
      at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
      at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
      at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)
      at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
      at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)

      This is on dev branch with commit sha: cdca78889a052f78f44dac945ea3f5b2ca32305e

      Attachments

        Activity

          People

            Unassigned Unassigned
            agingade Anilkumar Gingade
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: