Lynn Hughes-Godfrey created GEODE-7391:
------------------------------------------

             Summary: Misspelling in info level log message: "HttpService is 
disabled with http-serivce-port = 0"
                 Key: GEODE-7391
                 URL: https://issues.apache.org/jira/browse/GEODE-7391
             Project: Geode
          Issue Type: Bug
          Components: configuration
            Reporter: Lynn Hughes-Godfrey


http-serivce-port should be http-service-port (or better yet, 
DistributionConfig.HTTP_SERVICE_PORT_NAME).


>From GemFireCacheImpl:
{noformat}
        if (systemConfig.getHttpServicePort() == 0) {
          logger.info("HttpService is disabled with http-serivce-port = 0");
          httpService = Optional.empty();
        }
{noformat}

Appears in system logs as:
{noformat}
locatorgemfire1_1128/system.log:[info 2019/10/30 16:01:30.059 PDT 
<vm_15_thr_15_locator1_host1_1128> tid=0x14] HttpService is disabled with 
http-serivce-port = 0
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to