Jinmei Liao created GEODE-8319:
----------------------------------
Summary: NPE due to locator missing cluster config folder
Key: GEODE-8319
URL: https://issues.apache.org/jira/browse/GEODE-8319
Project: Geode
Issue Type: Bug
Components: management
Reporter: Jinmei Liao
Opening a JIRA because I believe any NPE is unacceptable in the product.
Please provide some better more explanatory type of error exception if missing
the cluster configuration in the locator.
Exception in thread "main" java.lang.NullPointerException
at
org.apache.geode.distributed.internal.InternalConfigurationPersistenceService.loadSharedConfigurationFromDir(InternalConfigurationPersistenceService.java:672)
at
org.apache.geode.distributed.internal.InternalConfigurationPersistenceService.initSharedConfiguration(InternalConfigurationPersistenceService.java:435)
at
org.apache.geode.distributed.internal.InternalLocator.startConfigurationPersistenceService(InternalLocator.java:1348)
at
org.apache.geode.distributed.internal.InternalLocator.startClusterManagementService(InternalLocator.java:733)
at
org.apache.geode.distributed.internal.InternalLocator.startCache(InternalLocator.java:729)
at
org.apache.geode.distributed.internal.InternalLocator.startDistributedSystem(InternalLocator.java:708)
at
org.apache.geode.distributed.internal.InternalLocator.startLocator(InternalLocator.java:374)
at org.apache.geode.distributed.LocatorLauncher.start(LocatorLauncher.java:679)
at
com.citi.cate.gemfire.CitiGemFireLocatorStart.run(CitiGemFireLocatorStart.java:47)
at
com.citi.cate.gemfire.CitiGemFireLocatorStart.main(CitiGemFireLocatorStart.java:115)
Environment
--
This message was sent by Atlassian Jira
(v8.3.4#803005)