-
Notifications
You must be signed in to change notification settings - Fork 356
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
Error in refresh_parser.rb when using startup params: -Dhawkular.agent.machine.id=machineA #617
Comments
@miq-bot add_label bug, middleware |
I addressed this issue in this PR: ManageIQ/manageiq#14043 it is because the method I can separate that code in another PR for fix this. |
We need some serious tests for this |
Machine ID is a real thing, with a specification and all: If the given specified Machine ID is not on this format, it will break and will not match the Machine ID (or BIOS UUID) on the other side, like on RHEV-M guests. If |
I have a problem with this, because in the case of linking containers, specifically in the case of Openshift containers, it takes the container name as the machine-id, for example if I have a container named |
As discussed on IRC:
|
We discussed a bit more on IRC, and there are a couple of things to note:
cc @jmazzitelli |
I would like to understand better who is handling this issue and how.
|
This issue has been automatically marked as stale because it has not been updated for at least 6 months. If you can still reproduce this issue on the current release or on Thank you for all your contributions! |
@mtho11 can u close this pls |
@abonas closed |
When a hawkular provider refreshes its resources and one of those EAP servers is started with an explicit machine id (-Dhawkular.agent.machine.id=machineA) it causes the refresh_parser.rb to blow up.
Steps to Reproduce
Here is the relevant bits of the stack trace
Here is the relevant error line number:
https://github.com/mtho11/manageiq/blob/93e98d8ac0e5119e5e518bf3f3cf3fc4a559c94d/app/models/manageiq/providers/hawkular/middleware_manager/refresh_parser.rb#L118-L118
The text was updated successfully, but these errors were encountered: