Kirk Lund created GEODE-2496:
--------------------------------
Summary: 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
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)
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)