You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Andor Molnar (Jira)" <ji...@apache.org> on 2019/11/22 10:28:00 UTC

[jira] [Created] (ZOOKEEPER-3628) Build failing on branch-3.4 with Java 8

Andor Molnar created ZOOKEEPER-3628:
---------------------------------------

             Summary: Build failing on branch-3.4 with Java 8
                 Key: ZOOKEEPER-3628
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3628
             Project: ZooKeeper
          Issue Type: Bug
          Components: server
    Affects Versions: 3.4.14
            Reporter: Andor Molnar


branch34_openjdk8 has been failing since build #504. No patch has been submitted at that time, so it must be some infra problem.

The following job has failed:

[https://builds.apache.org/view/S-Z/view/ZooKeeper/job/ZooKeeper_branch34_openjdk8/504/]

with the following error message:
{noformat}
javax.security.sasl.SaslException: Failed to initialize authentication mechanism using SASL [Caused by javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearnerInvalid' could not be found.]
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:72)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:739)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.createAndStartManager(QuorumCnxManagerTest.java:728)
	at org.apache.zookeeper.server.quorum.QuorumCnxManagerTest.testAuthLearnerBadCredToAuthRequiredServerWithHigherSid(QuorumCnxManagerTest.java:286)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
	at java.util.concurrent.FutureTask.run(java.base@9-internal/FutureTask.java:266)
	at java.lang.Thread.run(java.base@9-internal/Thread.java:804)
Caused by: javax.security.auth.login.LoginException: SASL-authentication failed because the specified JAAS configuration section 'QuorumLearnerInvalid' could not be found.
	at org.apache.zookeeper.server.quorum.auth.SaslQuorumAuthLearner.<init>(SaslQuorumAuthLearner.java:63){noformat}



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