[
https://issues.apache.org/jira/browse/GEODE-8319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17148141#comment-17148141
]
ASF GitHub Bot commented on GEODE-8319:
---------------------------------------
jinmeiliao opened a new pull request #5325:
URL: https://github.com/apache/geode/pull/5325
…in the working dir
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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
> Priority: Major
>
> 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)