Re: Odg: NullPointerException while create region during server restart

2021-07-08 Thread Anthony Baker
One thing you might check is why the create region request from gfsh was allowed to proceed before initialization was complete. That is, cluster config and all associated configuration like the pdx registry should be created before any *new configuration* requests are processed. I’m not sure

Odg: NullPointerException while create region during server restart

2021-07-08 Thread Mario Kevo
Hi Anthony, It happened while the server is starting and creating a cache (while fills in the content of a cache based on the creation object's state). The NPE occurs when the "create region" command is executed before pdxRegistry is initialized. There is that part of the code where