-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.util.NoSuchElementException: key not found: PLAINTEXT #479
Comments
@thammuio Can you help me test it? Thanks~ 1389 line : |
@DavidLiuXh Thanks for the reply. I have tried that and it did not work. In fact I have also tried replacing PLAINTEXT to SASL_SSL since i'm using only that protocol. There seems to be more code needs to be changed to make it work with only SASL_SSL. |
@thammuio show your error log. Thanks~ |
I have masked the IP and FQDN's... [info] o.a.z.ZooKeeper - Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib |
I am facing the same issue, how can we fix it? |
I was trying to develop this.. let you know if I have luck. |
@thammuio Have you fixed it? |
I commented on #495 with some possibly useful info; saw that issue before this one. |
Thank you @kingmorning. can I clone on the master to have these changes ? |
I tested it , This issue has been fix on the master branch. version:1.3.3.21 |
Hi kingmorning, Thanks |
Can anyone advise where I can download version: 1.3.3.21? I had the same issue. Below is the error log. Hope it has been fixed by newer version. [error] k.m.a.c.KafkaStateActor - KafkaTopicOffsetGetter exception |
@jsargiot Thanks a lot for the information. I am new about it. I will try and see if I can build a new docker image with it. Cheers |
@Gavin-An If you are building a docker image check: https://github.com/hleb-albau/kafka-manager-docker You can use |
@jsargiot Thanks for the suggestion. I tried to build a docker image using the sheepkiller Dockerfile yesterday. Looks like that Kafka-manager-1.3.3.21 fixed the issue. I am going to do more tests on it in next few days and advise. Have a good weekend. Cheers Gavin |
I built the version 1.3.3.21, but i am still getting below error.. and not able to see the latest offset... am I missing Something here.... I have been using the same JAAS conf for my app.. Not sure why its throwing Caused by: java.lang.IllegalArgumentException: Login module not specified in JAAS config [info] k.m.a.KafkaManagerActor - Updating internal state... |
@thammuio For our Kafka Cluster, we use sasl.mechanism=PLAIN. And you start the kafka manager, have you specify the "-Djava.security.auth.login.config" which points to your jass.conf file. Cheers. Gavin |
@Gavin-An Yes I did have -Djava.security.auth.login.config property while starting the process. Not sure what else is missing here. |
@thammuio |
@sangcheolroh Great. It is working for me now.. Thanks... |
Closing this issue.. as it is resolved for me now... |
I am having a hard time configuring Kafka Manager to work with my Kafka Cluster which is encrypted using SASL and authenticated using SASL_PLAIN. Here is my setup: kafka_manager_jaas.confClient { consumer.propertiessecurity.protocol=SASL_PLAINTEXT When I run the Kafka Manger, everything goes through fine including connection to ZK but I get the following error: java.util.NoSuchElementException: key not found: PLAINTEXT Does the "basicAuthentication.enabled=false" in the "application.conf" relate to authentication to access the Kafka Manager web UI? I would appreciate any help to fix this issue. I am running 1.3.3.21 version of Kafka Manager. |
I am using JDK8, Kafka 0.10.2.0 with SASL_SSL only. Any pointers on this issue?
Can not get the Latest Offset and Leader Size for each topic
Consumers can not get LogSize and lag
I have updated the code to throw correct error from this thread
#471
The text was updated successfully, but these errors were encountered: