[
https://issues.apache.org/jira/browse/GEODE-7391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alberto Bustamante Reyes resolved GEODE-7391.
---------------------------------------------
Resolution: Fixed
Already solved by GEODE-7186
> 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
> Affects Versions: 1.10.0
> Reporter: Lynn Hughes-Godfrey
> Priority: Major
>
> 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)