Kafka errors #23131
Replies: 3 comments 7 replies
-
@nasark Can you help out here? |
Beta Was this translation helpful? Give feedback.
-
@ivocarvalho The error suggests that there may be a nil value in the config:
Can you try outputting the messaging config to see if all the relevant values are present? It should look something like this:
|
Beta Was this translation helpful? Give feedback.
-
So, I did some digging around the JKS password and found that docs for the lib imply that it supports ASCII characters for its passwords. This would include The HighLine version used for the prompt code is a bit outdated (2 years old), gemspec uses v2.1 vs newest of v3.1, could be worth updating to a newer version. I have not found any 'smoking gun' evidence that the HighLine version would resolve any bad ASCII characters, so I think this is more of a side note. I also noticed that there is no encoding set for these prompt configurations to output (not that HighLine documents anything needed for that) so I think the output strings will be in UTF-8. This seems like it should be ok to handle as ASCII being passed into the JKS (ie Would be glad to help troubleshoot if desired, I stopped at the point of testing out that HighLine returns UTF-8 string and trying out some encoding changes, but I have not tried anything to do with the JKS setup. |
Beta Was this translation helpful? Give feedback.
-
Hello.
Trying to deploy a new ManageIQ appliance on VMware.
After configuring networking I go do appliance_console and start the application configuration.
Database configuration works great, then I get the menu to configure Messaging and select 1:
1) Configure this appliance as a messaging server
After that I can select one of these options, so I choose N:
And continue:
This is where I'm stuck. Kafka service fails a few seconds later:
Checking Kafka logs:
No idea where to go from here.
Any help would be great.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions