[ https://issues.apache.org/jira/browse/GEODE-7059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17201173#comment-17201173 ]
Sarah Abbey commented on GEODE-7059: ------------------------------------ This test failed again in CI: https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/UpgradeTestOpenJDK8/builds/465 {code:java} org.apache.geode.session.tests.Tomcat8ClientServerRollingUpgradeTest > canDoARollingUpgradeOfGeodeServersWithSessionModules[1.7.0] FAILED org.junit.ComparisonFailure: [Exit value from process started by [3b1ff866c45277eb: gfsh -e connect --locator=localhost[21007] -e create region --type=PARTITION_REDUNDANT --name=gemfire_modules_sessions --enable-statistics=true --entry-idle-time-custom-expiry=org.apache.geode.modules.util.SessionCustomExpiry]] expected:<[0]> but was:<[1]> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at org.apache.geode.test.junit.rules.gfsh.GfshExecution.awaitTermination(GfshExecution.java:103) at org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:143) at org.apache.geode.test.junit.rules.gfsh.GfshRule.execute(GfshRule.java:152) at org.apache.geode.session.tests.Tomcat8ClientServerRollingUpgradeTest.createRegion(Tomcat8ClientServerRollingUpgradeTest.java:260) at org.apache.geode.session.tests.Tomcat8ClientServerRollingUpgradeTest.canDoARollingUpgradeOfGeodeServersWithSessionModules(Tomcat8ClientServerRollingUpgradeTest.java:201) {code} > CI Failure: > Tomcat8ClientServerRollingUpgradeTest.canDoARollingUpgradeOfGeodeServersWithSessionModules[170] > ----------------------------------------------------------------------------------------------------------- > > Key: GEODE-7059 > URL: https://issues.apache.org/jira/browse/GEODE-7059 > Project: Geode > Issue Type: Bug > Reporter: Helena Bales > Priority: Major > > Tomcat8ClientServerRollingUpgradeTest failed in CI: > https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/UpgradeTestOpenJDK8/builds/954 > Results available here: > http://files.apachegeode-ci.info/builds/apache-develop-main/1.11.0-SNAPSHOT.0008/test-results/upgradeTest/1565134781/ > Archive here: > http://files.apachegeode-ci.info/builds/apache-develop-main/1.11.0-SNAPSHOT.0008/test-artifacts/1565134781/upgradetestfiles-OpenJDK8-1.11.0-SNAPSHOT.0008.tgz > The issue appears to be a port conflict, however a connection through GFSH > does not seem like it should be triggering JMX startup. > {noformat} > Executing db801bc9548a20f6: gfsh -e connect --locator=localhost[25018] -e > create region --type=PARTITION_REDUNDANT --name=gemfire_modules_sessions > --enable-statistics=true > --entry-idle-time-custom-expiry=org.apache.geode.modules.util.SessionCustomExpiry > [INFO 23:03:02.978 GMT] (db801bc9548a20f6): > [INFO 23:03:02.978 GMT] (db801bc9548a20f6): (1) Executing - connect > --locator=localhost[25018] > [INFO 23:03:02.979 GMT] (db801bc9548a20f6): > [INFO 23:03:03.017 GMT] (db801bc9548a20f6): Connecting to Locator at > [host=localhost, port=25018] .. > [ERROR 23:03:05.075 GMT] (db801bc9548a20f6): Exception caused JMX Manager > startup to fail because: 'java.rmi.server.ExportException: Port already in > use: 25019; nested exception is: > [ERROR 23:03:05.075 GMT] (db801bc9548a20f6): java.net.BindException: > Failed to create server socket on null[25,019]' > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)