You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/25 18:21:00 UTC

[jira] [Commented] (GEODE-3692) Intermittent test failure: ClientAuthDUnitTest

    [ https://issues.apache.org/jira/browse/GEODE-3692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16179500#comment-16179500 ] 

ASF subversion and git services commented on GEODE-3692:
--------------------------------------------------------

Commit 8dd29920193f91140b499d35ee9681bd3e3aa90e in geode's branch refs/heads/develop from [~khowe]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=8dd2992 ]

GEODE-3692: Add Flaky tag to intemittent test failure


> Intermittent test failure: ClientAuthDUnitTest
> ----------------------------------------------
>
>                 Key: GEODE-3692
>                 URL: https://issues.apache.org/jira/browse/GEODE-3692
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>    Affects Versions: 1.2.1
>            Reporter: Kenneth Howe
>
> This {{authWithCorrectPasswordShouldPass}} fails intermittently in Geode nightly builds.
> {code}
> [vm1] [info 2017/09/19 21:27:57.967 UTC <poolTimer-DEFAULT-2> tid=0x1bc] Error prefilling connections : org.apache.geode.security.AuthenticationFailedException: No SecurityManager accessible to the calling code, either bound to the org.apache.shiro.util.ThreadContext or as a vm static singleton.  This is an invalid application configuration.
> [vm1] org.apache.geode.security.AuthenticationFailedException: No SecurityManager accessible to the calling code, either bound to the org.apache.shiro.util.ThreadContext or as a vm static singleton.  This is an invalid application configuration.
> [vm1] 	at org.apache.geode.internal.cache.tier.sockets.HandShake.verifyCredentials(HandShake.java:1696)
> [vm1] 	at org.apache.geode.internal.cache.tier.sockets.ServerConnection.setCredentials(ServerConnection.java:1029)
> [vm1] 	at org.apache.geode.internal.cache.tier.sockets.command.PutUserCredentials.cmdExecute(PutUserCredentials.java:52)
> [vm1] 	at org.apache.geode.internal.cache.tier.sockets.BaseCommand.execute(BaseCommand.java:162)
> [vm1] 	at org.apache.geode.internal.cache.tier.sockets.ServerConnection.doNormalMsg(ServerConnection.java:785)
> [vm1] 	at org.apache.geode.internal.cache.tier.sockets.LegacyServerConnection.doOneMessage(LegacyServerConnection.java:85)
> [vm1] 	at org.apache.geode.internal.cache.tier.sockets.ServerConnection.run(ServerConnection.java:1166)
> [vm1] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> [vm1] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> [vm1] 	at org.apache.geode.internal.cache.tier.sockets.AcceptorImpl$1$1.run(AcceptorImpl.java:557)
> [vm1] 	at java.lang.Thread.run(Thread.java:748)
> [vm1] Caused by: org.apache.shiro.UnavailableSecurityManagerException: No SecurityManager accessible to the calling code, either bound to the org.apache.shiro.util.ThreadContext or as a vm static singleton.  This is an invalid application configuration.
> [vm1] 	at org.apache.shiro.SecurityUtils.getSecurityManager(SecurityUtils.java:123)
> [vm1] 	at org.apache.shiro.subject.Subject$Builder.<init>(Subject.java:627)
> [vm1] 	at org.apache.shiro.SecurityUtils.getSubject(SecurityUtils.java:56)
> [vm1] 	at org.apache.geode.internal.security.IntegratedSecurityService.login(IntegratedSecurityService.java:133)
> [vm1] 	at org.apache.geode.internal.cache.tier.sockets.HandShake.verifyCredentials(HandShake.java:1686)
> [vm1] 	... 10 more
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)