[ https://issues.apache.org/jira/browse/GEODE-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jens Deppe reassigned GEODE-5588: --------------------------------- Assignee: Jens Deppe > MemberStarterRule.withHttpService does not always work > ------------------------------------------------------ > > Key: GEODE-5588 > URL: https://issues.apache.org/jira/browse/GEODE-5588 > Project: Geode > Issue Type: Bug > Components: tests > Reporter: Jens Deppe > Assignee: Jens Deppe > Priority: Major > > This method does not work as expected under some situations. For example, > this code fails to start the http service: > {noformat} > @Rule > public GfshCommandRule gfsh = new GfshCommandRule(); > @Test > public void sanity() throws Exception { > lRule.withJMXManager().withHttpService() > .startLocator(); > gfsh.connectAndVerify(lRule.getHttpPort(), GfshCommandRule.PortType.http); > } > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)