[
https://issues.apache.org/jira/browse/ZOOKEEPER-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13685416#comment-13685416
]
Ignacio Sales commented on ZOOKEEPER-1554:
------------------------------------------
We are seeing this issue under WebLogic 12c.
We tried the workaround suggested by Jorge Allen above, but does not seem to
work under WL12c.
Jorge: I guess the property "java.security.auth.login.config" needs to be set
on the WebLogic start up script? We've tried adding it there and also setting
it directly on the code right before creating the HBaseConfiguration object, as
follows:
System.setProperty("java.security.auth.login.config","C:\\nonexistentdir");
Configuration config = HBaseConfiguration.create();
But to no effect.
-Ignacio [email protected]
> Can't use zookeeper client without SASL
> ---------------------------------------
>
> Key: ZOOKEEPER-1554
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1554
> Project: ZooKeeper
> Issue Type: Bug
> Affects Versions: 3.4.4
> Reporter: Guillaume Nodet
> Priority: Blocker
>
> The ZooKeeperSaslClient correctly detects that it should not use SASL when
> nothing is configured, however the SendThread waits forever because
> clientTunneledAuthenticationInProgress() returns true instead of false.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira