----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45058/#review124602 -----------------------------------------------------------
geode-assembly/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/RestAPIsWithSSLDUnitTest.java (lines 383 - 386) <https://reviews.apache.org/r/45058/#comment187215> The jmx-manager + jmx-manager-start = true properties must be conflicting with the port=0. What would the behaviour be? I would imagine that we either turn the jmx off completely or handle the port allocation in a different manner if more than 1 jmx server is statrted on the same machine. - Udo Kohlmeyer On March 18, 2016, 10:50 p.m., Jianxia Chen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/45058/ > ----------------------------------------------------------- > > (Updated March 18, 2016, 10:50 p.m.) > > > Review request for geode, Bruce Schuchardt, Hitesh Khamesra, and Udo > Kohlmeyer. > > > Repository: geode > > > Description > ------- > > Set jmx-manager-port to 0 so that it does not allow remote client > connections. Hence avoid starting the agent. Then there is no worry about the > port already in use for the agent. HTTP service is still started though. > > > Diffs > ----- > > > geode-assembly/src/test/java/com/gemstone/gemfire/rest/internal/web/controllers/RestAPIsWithSSLDUnitTest.java > 29aab32 > > Diff: https://reviews.apache.org/r/45058/diff/ > > > Testing > ------- > > RestAPIsWithSSLDUnitTest > > > Thanks, > > Jianxia Chen > >
