Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.15.0
Description
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
Attachments
Issue Links
- is duplicated by
-
GEODE-9803 CI Failure: AuthExpirationDUnitTest > registeredInterest_slowReAuth_policyDefault fails after user is expired
- Closed
- is related to
-
GEODE-9643 LuceneClientSecurityDUnitTest > verifySearchIndexPermissions(UserNameAndExpectedResponse) [1] FAILED
- Resolved
-
GEODE-9651 LuceneClientSecurityPostProcessingDUnitTest > verifyPdxPostProcessing failed with AuthenticationRequiredException
- Resolved
-
GEODE-9689 MultiUserAPIDUnitTest "Failed to find the authenticated user"
- Resolved
- relates to
-
GEODE-9792 Client in some cases would send in AuthenticationRequest multiple times even when they share the same connection
- Closed
- links to