[ https://issues.apache.org/jira/browse/GEODE-2496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15871008#comment-15871008 ]
ASF subversion and git services commented on GEODE-2496: -------------------------------------------------------- Commit c8bf9d0f8a6278db8c666bdcc91edce3da8d6221 in geode's branch refs/heads/feature/GEODE-2402 from [~apa...@the9muses.net] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=c8bf9d0 ] GEODE-2496: apply Flaky category to flaky test due to ConnectExceptions > 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)