You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed the openTSDB in a secure HBase cluster (with kerberos) and created needed tables in HBase (tsdb, tsdb-uid, tsdb-tree and tsdb-meta). When I tried to start it, some errors happened:
2021-08-24 11:09:33,053 ERROR [AsyncHBase I/O Worker #10] RegionClient: Unexpected exception from downstream on [id: 0x37394008, /10.4.132.9:45646 => /10.4.132.8:16020]
java.lang.SecurityException: Sasl initialization failed with a status of [1] and exception [javax.security.sasl.SaslException] and message [GSS initiate failed]: org.hbase.async.SecureRpcHelper96@4fddcf7d
at org.hbase.async.SecureRpcHelper96.handleResponse(SecureRpcHelper96.java:133) ~[asynchbase-1.8.2.jar:na]
at org.hbase.async.RegionClient.decode(RegionClient.java:1423) ~[asynchbase-1.8.2.jar:na]
at org.hbase.async.RegionClient.decode(RegionClient.java:88) ~[asynchbase-1.8.2.jar:na]
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:500) ~[netty-3.10.6.Final.jar:na]
(more log info could be seen at the very end)
The command I used to start is: JVMARGS="-Djava.security.auth.login.config=./jaas/jaas.conf -Dzookeeper.sasl.client=false" ./tsdb tsd
I've installed the openTSDB in a secure HBase cluster (with kerberos) and created needed tables in HBase (tsdb, tsdb-uid, tsdb-tree and tsdb-meta). When I tried to start it, some errors happened:
(more log info could be seen at the very end)
The command I used to start is:
JVMARGS="-Djava.security.auth.login.config=./jaas/jaas.conf -Dzookeeper.sasl.client=false" ./tsdb tsd
the jaas.conf is:
the configuration appended in opentsdb.conf is:
MORE LOG INFO:
Hope someone could give me some advice on it, thanks!
The text was updated successfully, but these errors were encountered: