You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Donal Evans (Jira)" <ji...@apache.org> on 2021/11/24 17:20:00 UTC

[jira] [Updated] (GEODE-9696) CI Failure: ClientAuthenticationDUnitTest > testCredentialsForNotifications[1.8.0] FAILED

     [ https://issues.apache.org/jira/browse/GEODE-9696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donal Evans updated GEODE-9696:
-------------------------------
    Labels:   (was: needsTriage)

> CI Failure: ClientAuthenticationDUnitTest > testCredentialsForNotifications[1.8.0] FAILED
> -----------------------------------------------------------------------------------------
>
>                 Key: GEODE-9696
>                 URL: https://issues.apache.org/jira/browse/GEODE-9696
>             Project: Geode
>          Issue Type: Bug
>          Components: membership, security
>    Affects Versions: 1.15.0
>            Reporter: Nabarun Nag
>            Assignee: Donal Evans
>            Priority: Major
>
> Link: [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/upgrade-test-openjdk11/builds/247]
> Stacktrace:
> {noformat}
> ClientAuthenticationDUnitTest > testCredentialsForNotifications[1.8.0] FAILED
>     org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.security.ClientAuthenticationTestCase$$Lambda$474/0x0000000100416040.call in VM 1 running on Host heavy-lifter-f0dce14c-1683-56fa-bb43-d93a0d2513d8.c.apachegeode-ci.internal with 4 VMs
>         at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:631)
>         at org.apache.geode.test.dunit.VM.invoke(VM.java:473)
>         at org.apache.geode.security.ClientAuthenticationTestCase.doTestCredentialsForNotifications(ClientAuthenticationTestCase.java:646)
>         at org.apache.geode.security.ClientAuthenticationDUnitTest.testCredentialsForNotifications(ClientAuthenticationDUnitTest.java:100)
>         Caused by:
>         java.lang.AssertionError: Got unexpected exception when starting peer
>             at org.apache.geode.test.dunit.Assert.fail(Assert.java:66)
>             at org.apache.geode.security.SecurityTestUtils.createCacheServer(SecurityTestUtils.java:221)
>             at org.apache.geode.security.SecurityTestUtils.createCacheServer(SecurityTestUtils.java:186)
>             at org.apache.geode.security.ClientAuthenticationTestUtils.createCacheServer(ClientAuthenticationTestUtils.java:73)
>             at org.apache.geode.security.ClientAuthenticationTestUtils.createCacheServer(ClientAuthenticationTestUtils.java:49)
>             at org.apache.geode.security.ClientAuthenticationTestCase.lambda$doTestCredentialsForNotifications$41bb60fa$1(ClientAuthenticationTestCase.java:647)
>             at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>             at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>             at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>             at java.lang.reflect.Method.invoke(Method.java:566)
>             at org.apache.geode.test.dunit.internal.MethodInvoker.executeObject(MethodInvoker.java:123)
>             at org.apache.geode.test.dunit.internal.RemoteDUnitVM.executeMethodOnObject(RemoteDUnitVM.java:78)
>             at jdk.internal.reflect.GeneratedMethodAccessor232.invoke(Unknown Source)
>             at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>             at java.lang.reflect.Method.invoke(Method.java:566)
>             at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:359)
>             at sun.rmi.transport.Transport$1.run(Transport.java:200)
>             at sun.rmi.transport.Transport$1.run(Transport.java:197)
>             at java.security.AccessController.doPrivileged(Native Method)
>             at sun.rmi.transport.Transport.serviceCall(Transport.java:196)
>             at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:562)
>             at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:796)
>             at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:677)
>             at java.security.AccessController.doPrivileged(Native Method)
>             at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:676)
>             at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>             at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>             at java.lang.Thread.run(Thread.java:829)
>             Caused by:
>             org.apache.geode.GemFireConfigException: Problem configuring membership services
>                 at org.apache.geode.distributed.internal.DistributionImpl.start(DistributionImpl.java:184)
>                 at org.apache.geode.distributed.internal.DistributionImpl.createDistribution(DistributionImpl.java:222)
>                 at org.apache.geode.distributed.internal.ClusterDistributionManager.<init>(ClusterDistributionManager.java:466)
>                 at org.apache.geode.distributed.internal.ClusterDistributionManager.<init>(ClusterDistributionManager.java:499)
>                 at org.apache.geode.distributed.internal.ClusterDistributionManager.create(ClusterDistributionManager.java:328)
>                 at org.apache.geode.distributed.internal.InternalDistributedSystem.initialize(InternalDistributedSystem.java:757)
>                 at org.apache.geode.distributed.internal.InternalDistributedSystem.access$200(InternalDistributedSystem.java:133)
>                 at org.apache.geode.distributed.internal.InternalDistributedSystem$Builder.build(InternalDistributedSystem.java:3013)
>                 at org.apache.geode.distributed.internal.InternalDistributedSystem.connectInternal(InternalDistributedSystem.java:283)
>                 at org.apache.geode.distributed.internal.InternalDistributedSystem.connectInternal(InternalDistributedSystem.java:209)
>                 at org.apache.geode.distributed.DistributedSystem.connect(DistributedSystem.java:159)
>                 at org.apache.geode.test.dunit.internal.JUnit4DistributedTestCase.getSystem(JUnit4DistributedTestCase.java:181)
>                 at org.apache.geode.security.SecurityTestUtils.createSystem(SecurityTestUtils.java:1769)
>                 at org.apache.geode.security.SecurityTestUtils.createCacheServer(SecurityTestUtils.java:203)
>                 ... 26 more
>                 Caused by:
>                 org.apache.geode.distributed.internal.membership.api.MembershipConfigurationException: Unable to join the distributed system. Could not contact any of the locators: [localhost:33183]
>                     at org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.join(GMSJoinLeave.java:415)
>                     at org.apache.geode.distributed.internal.membership.gms.GMSMembership.join(GMSMembership.java:536)
>                     at org.apache.geode.distributed.internal.membership.gms.GMSMembership.access$1200(GMSMembership.java:75)
>                     at org.apache.geode.distributed.internal.membership.gms.GMSMembership$ManagerImpl.joinDistributedSystem(GMSMembership.java:1755)
>                     at org.apache.geode.distributed.internal.membership.gms.Services.start(Services.java:242)
>                     at org.apache.geode.distributed.internal.membership.gms.GMSMembership.start(GMSMembership.java:1645)
>                     at org.apache.geode.distributed.internal.DistributionImpl.start(DistributionImpl.java:171)
>                     ... 39 more
>                     Caused by:
>                     java.net.SocketTimeoutException: Read timed out
>                         at java.net.SocketInputStream.socketRead0(Native Method)
>                         at java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
>                         at java.net.SocketInputStream.read(SocketInputStream.java:168)
>                         at java.net.SocketInputStream.read(SocketInputStream.java:140)
>                         at java.net.SocketInputStream.read(SocketInputStream.java:200)
>                         at java.io.FilterInputStream.read(FilterInputStream.java:83)
>                         at java.io.DataInputStream.readByte(DataInputStream.java:270)
>                         at org.apache.geode.internal.InternalDataSerializer.basicReadObject(InternalDataSerializer.java:2502)
>                         at org.apache.geode.DataSerializer.readObject(DataSerializer.java:2864)
>                         at org.apache.geode.internal.InternalDataSerializer$1.readObject(InternalDataSerializer.java:321)
>                         at org.apache.geode.distributed.internal.tcpserver.TcpClient.getServerVersion(TcpClient.java:276)
>                         at org.apache.geode.distributed.internal.tcpserver.TcpClient.requestToServer(TcpClient.java:151)
>                         at org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.findCoordinator(GMSJoinLeave.java:1182)
>                         at org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.join(GMSJoinLeave.java:344)
>                         ... 45 more
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)