You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Bill Burcham (Jira)" <ji...@apache.org> on 2021/10/18 18:54:00 UTC

[jira] [Created] (GEODE-9746) CI failure: QueryConfigurationServiceConstraintsDistributedTest failed to find authenticated user

Bill Burcham created GEODE-9746:
-----------------------------------

             Summary: CI failure: QueryConfigurationServiceConstraintsDistributedTest failed to find authenticated user
                 Key: GEODE-9746
                 URL: https://issues.apache.org/jira/browse/GEODE-9746
             Project: Geode
          Issue Type: Bug
          Components: cq, tests
            Reporter: Bill Burcham



{noformat}
QueryConfigurationServiceConstraintsDistributedTest > cqsShouldSucceedDuringEventProcessingAfterRegionOperationWhenMethodAuthorizerIsChangedAndQueryContainsMethodsAllowedByTheNewAuthorizer(regionShortcut=PARTITION, operation=UPDATE, executeWithInitialResults=false) FAILED
    org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.cache.query.internal.QueryConfigurationServiceConstraintsDistributedTest$$Lambda$510/1355827984.run in VM -1 running on Host heavy-lifter-39bbef6e-f2bb-59eb-9580-46e00f8bbd78.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:448)
        at org.apache.geode.cache.query.internal.QueryConfigurationServiceConstraintsDistributedTest.cqsShouldSucceedDuringEventProcessingAfterRegionOperationWhenMethodAuthorizerIsChangedAndQueryContainsMethodsAllowedByTheNewAuthorizer(QueryConfigurationServiceConstraintsDistributedTest.java:196)

        Caused by:
        org.apache.geode.cache.query.CqException: Failed to find the authenticated user.
            at org.apache.geode.cache.query.cq.internal.ClientCQImpl.executeCqOnRedundantsAndPrimary(ClientCQImpl.java:425)
            at org.apache.geode.cache.query.cq.internal.ClientCQImpl.execute(ClientCQImpl.java:271)
            at org.apache.geode.cache.query.internal.QueryConfigurationServiceConstraintsDistributedTest.createClientCq(QueryConfigurationServiceConstraintsDistributedTest.java:329)
            at org.apache.geode.cache.query.internal.QueryConfigurationServiceConstraintsDistributedTest.lambda$cqsShouldSucceedDuringEventProcessingAfterRegionOperationWhenMethodAuthorizerIsChangedAndQueryContainsMethodsAllowedByTheNewAuthorizer$1c5e1405$1(QueryConfigurationServiceConstraintsDistributedTest.java:196)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:498)
            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 org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:628)
            ... 2 more

            Caused by:
            org.apache.geode.security.AuthenticationRequiredException: Failed to find the authenticated user.
                at org.apache.geode.internal.security.IntegratedSecurityService.getSubject(IntegratedSecurityService.java:124)
                at org.apache.geode.internal.security.IntegratedSecurityService.authorize(IntegratedSecurityService.java:259)
                at org.apache.geode.internal.security.IntegratedSecurityService.authorize(IntegratedSecurityService.java:254)
                at org.apache.geode.internal.security.IntegratedSecurityService.authorize(IntegratedSecurityService.java:240)
                at org.apache.geode.cache.query.cq.internal.command.ExecuteCQ61.lambda$cmdExecute$0(ExecuteCQ61.java:138)
                at java.lang.Iterable.forEach(Iterable.java:75)
                at java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1082)
                at org.apache.geode.cache.query.cq.internal.command.ExecuteCQ61.cmdExecute(ExecuteCQ61.java:137)
                at org.apache.geode.internal.cache.tier.sockets.BaseCommand.execute(BaseCommand.java:184)
                at org.apache.geode.internal.cache.tier.sockets.ServerConnection.doNormalMessage(ServerConnection.java:865)
                at org.apache.geode.internal.cache.tier.sockets.ServerConnection.doOneMessage(ServerConnection.java:1051)
                at org.apache.geode.internal.cache.tier.sockets.ServerConnection.run(ServerConnection.java:1314)
                at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
                at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
                at org.apache.geode.internal.cache.tier.sockets.AcceptorImpl.lambda$initializeServerConnectionThreadPool$3(AcceptorImpl.java:690)
                at org.apache.geode.logging.internal.executors.LoggingThreadFactory.lambda$newThread$0(LoggingThreadFactory.java:120)
                at java.lang.Thread.run(Thread.java:748)

701 tests completed, 1 failed, 39 skipped
{noformat}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)