[ https://issues.apache.org/jira/browse/GEODE-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kirk Lund updated GEODE-2496: ----------------------------- Description: Two tests in MemberMBeanSecurityJUnitTest are failing intermittently: * testClusterAdmin * testDataAdmin {noformat} :geode-core:integrationTest org.apache.geode.management.internal.security.MemberMBeanSecurityJUnitTest > testClusterAdmin FAILED java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 10.254.0.30; nested exception is: java.net.ConnectException: Connection refused (Connection refused)] Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 10.254.0.30; nested exception is: java.net.ConnectException: Connection refused (Connection refused)] Caused by: java.rmi.ConnectException: Connection refused to host: 10.254.0.30; nested exception is: java.net.ConnectException: Connection refused (Connection refused) Caused by: java.net.ConnectException: Connection refused (Connection refused) {noformat}{noformat} org.apache.geode.management.internal.security.MemberMBeanSecurityJUnitTest > testDataAdmin FAILED java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 10.254.0.30; nested exception is: java.net.ConnectException: Connection refused (Connection refused)] Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 10.254.0.30; nested exception is: java.net.ConnectException: Connection refused (Connection refused)] Caused by: java.rmi.ConnectException: Connection refused to host: 10.254.0.30; nested exception is: java.net.ConnectException: Connection refused (Connection refused) Caused by: java.net.ConnectException: Connection refused (Connection refused) 3367 tests completed, 2 failed, 165 skipped :geode-core:integrationTest FAILED {noformat} was: Two tests in MemberMBeanSecurityJUnitTest are failing intermittently: * testClusterAdmin * testDataAdmin {noformat} :geode-core:integrationTest {noformat} org.apache.geode.management.internal.security.MemberMBeanSecurityJUnitTest > testClusterAdmin FAILED java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 10.254.0.30; nested exception is: java.net.ConnectException: Connection refused (Connection refused)] Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 10.254.0.30; nested exception is: java.net.ConnectException: Connection refused (Connection refused)] Caused by: java.rmi.ConnectException: Connection refused to host: 10.254.0.30; nested exception is: java.net.ConnectException: Connection refused (Connection refused) Caused by: java.net.ConnectException: Connection refused (Connection refused) {noformat}{noformat} org.apache.geode.management.internal.security.MemberMBeanSecurityJUnitTest > testDataAdmin FAILED java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 10.254.0.30; nested exception is: java.net.ConnectException: Connection refused (Connection refused)] Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 10.254.0.30; nested exception is: java.net.ConnectException: Connection refused (Connection refused)] Caused by: java.rmi.ConnectException: Connection refused to host: 10.254.0.30; nested exception is: java.net.ConnectException: Connection refused (Connection refused) Caused by: java.net.ConnectException: Connection refused (Connection refused) 3367 tests completed, 2 failed, 165 skipped :geode-core:integrationTest FAILED {noformat} > MemberMBeanSecurityJUnitTest intermittently fails with rmi ConnectException: > Connection refused (Connection refused) > -------------------------------------------------------------------------------------------------------------------- > > Key: GEODE-2496 > URL: https://issues.apache.org/jira/browse/GEODE-2496 > Project: Geode > Issue Type: Bug > Components: jmx, security > Reporter: Kirk Lund > Labels: Flaky, JMX, Security > > Two tests in MemberMBeanSecurityJUnitTest are failing intermittently: > * testClusterAdmin > * testDataAdmin > {noformat} > :geode-core:integrationTest > org.apache.geode.management.internal.security.MemberMBeanSecurityJUnitTest > > testClusterAdmin FAILED > java.io.IOException: Failed to retrieve RMIServer stub: > javax.naming.ServiceUnavailableException [Root exception is > java.rmi.ConnectException: Connection refused to host: 10.254.0.30; nested > exception is: > java.net.ConnectException: Connection refused (Connection refused)] > Caused by: > javax.naming.ServiceUnavailableException [Root exception is > java.rmi.ConnectException: Connection refused to host: 10.254.0.30; nested > exception is: > java.net.ConnectException: Connection refused (Connection > refused)] > Caused by: > java.rmi.ConnectException: Connection refused to host: > 10.254.0.30; nested exception is: > java.net.ConnectException: Connection refused (Connection > refused) > Caused by: > java.net.ConnectException: Connection refused (Connection > refused) > {noformat}{noformat} > org.apache.geode.management.internal.security.MemberMBeanSecurityJUnitTest > > testDataAdmin FAILED > java.io.IOException: Failed to retrieve RMIServer stub: > javax.naming.ServiceUnavailableException [Root exception is > java.rmi.ConnectException: Connection refused to host: 10.254.0.30; nested > exception is: > java.net.ConnectException: Connection refused (Connection refused)] > Caused by: > javax.naming.ServiceUnavailableException [Root exception is > java.rmi.ConnectException: Connection refused to host: 10.254.0.30; nested > exception is: > java.net.ConnectException: Connection refused (Connection > refused)] > Caused by: > java.rmi.ConnectException: Connection refused to host: > 10.254.0.30; nested exception is: > java.net.ConnectException: Connection refused (Connection > refused) > Caused by: > java.net.ConnectException: Connection refused (Connection > refused) > 3367 tests completed, 2 failed, 165 skipped > :geode-core:integrationTest FAILED > {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346)