-
Notifications
You must be signed in to change notification settings - Fork 20
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
Jikkou cli issue with glibc for jikkou v0.28.0 - v0.35.0 on RHEL-8 #502
Comments
Hi @obiremiv, really sorry for that error - first time I see it with Jikkou. Jikkou native build should only depends on GLibC (no other dependency). If you struggle or cannot get the required version for that then I recommand to use the java binary: https://github.com/streamthoughts/jikkou/releases/tag/v0.35.5 |
@fhussonnois yeah that didnt work had to pull from the hub and place this in a .bashrc file cause it was dissappearing after the entry
|
Hi @obiremiv, in the JSON jikkou config file, you should not forget to configure the {
"currentContext": "localhost",
"localhost": {
"configFile": "/etc/jikkou/application.conf",
"configProps": {
...
}
}
} |
Thanks I missed that, but I tried and it loaded the security protocol but it's failing to load the keystore because of access which understandable because the user is the running process which is cp-kafka AND also because I specified the path where the keystore is just like it was specified in the client.properties file on the server. It's failing to load the keystore
Question
Do I have to mount the keystore as well if so that requires changing the user
Also the Kafka we have is confluent-Kafka on premise which is the platform does jikkou interact with confluent-Kafka on premise(confluent-platform) or it only work seamlessly with SASL ON CONFLUENT CLOUD
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Florian Hussonnois ***@***.***>
Sent: Monday, December 23, 2024 3:24:21 PM
To: streamthoughts/jikkou ***@***.***>
Cc: Victor Obiremi - Contractor ***@***.***>; Mention ***@***.***>
Subject: Re: [streamthoughts/jikkou] Jikkou cli issue with glibc for jikkou v0.28.0 - v0.35.0 on RHEL-8 (Issue #502)
Hi @obiremiv<https://github.com/obiremiv>, in the JSON jikkou config file, you should not forget to configure the configFile property to specify the location of the config file for the context to be used. Something like :
{
"currentContext": "localhost",
"localhost": {
"configFile": "/etc/jikkou/application.conf",
"configProps": {
...
}
}
}
—
Reply to this email directly, view it on GitHub<#502 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BITUT6FPVWJJUSK6FAZUJPT2HB5QLAVCNFSM6AAAAABTW3YF7WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRQGMYTENBTGU>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Thanks Florian got it to work needed to run the container/image with the id of the user:group of the certificate...Thanks for all your help.
…________________________________
From: Florian Hussonnois ***@***.***>
Sent: Monday, December 23, 2024 3:24 PM
To: streamthoughts/jikkou ***@***.***>
Cc: Victor Obiremi - Contractor ***@***.***>; Mention ***@***.***>
Subject: Re: [streamthoughts/jikkou] Jikkou cli issue with glibc for jikkou v0.28.0 - v0.35.0 on RHEL-8 (Issue #502)
Hi @obiremiv<https://github.com/obiremiv>, in the JSON jikkou config file, you should not forget to configure the configFile property to specify the location of the config file for the context to be used. Something like :
{
"currentContext": "localhost",
"localhost": {
"configFile": "/etc/jikkou/application.conf",
"configProps": {
...
}
}
}
—
Reply to this email directly, view it on GitHub<#502 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BITUT6FPVWJJUSK6FAZUJPT2HB5QLAVCNFSM6AAAAABTW3YF7WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRQGMYTENBTGU>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I installed jikkou with sdk for ~>0.30 and also went down a bit to v0.28.0 but it requires >glibc-2.29.
OS:
RHEL-8
glibc version: glibc-2.28-251.el8_10.5.x86_64
Please can you share the link to the dependencies required for jikkou where i can get the list of requirements for various linux distributions. If possible please help me with dependent glibc installation for RHEL-8.. Thanks.
The text was updated successfully, but these errors were encountered: