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
Seeing this after adding the same provider as in #503
[----] I, [2019-12-19T17:51:48.407958 #11054:2ab1a6d9a5f8] INFO -- : Starting ManageIQ::Providers::Vmware::InfraManager::EventCatcher with runner options {:ems_id=>"2", :guid=>"43a315ba-39ff-4326-99a6-89b3af48b1ee"}
[----] I, [2019-12-19T17:51:48.451836 #11054:2ab1a6d9a5f8] INFO -- : Deleting worker record for ManageIQ::Providers::Vmware::InfraManager::EventCatcher, id 310
/home/ncarboni/Source/manageiq/app/models/manageiq/providers/base_manager/event_catcher/runner.rb:63:in `log_prefix': undefined method `hostname' for nil:NilClass (NoMethodError)
from /home/ncarboni/Source/manageiq/app/models/miq_worker/runner.rb:242:in `sync_config'
from /home/ncarboni/Source/manageiq/app/models/miq_worker/runner.rb:52:in `worker_initialization'
from /home/ncarboni/Source/manageiq/app/models/miq_worker/runner.rb:42:in `initialize'
from /home/ncarboni/Source/manageiq/lib/workers/bin/run_single_worker.rb:113:in `new'
from /home/ncarboni/Source/manageiq/lib/workers/bin/run_single_worker.rb:113:in `<main>'
The text was updated successfully, but these errors were encountered:
Hm interesting I don't see this with that provider with current master, that's the @ems variable in the base_manager so if log_prefix were called before after_initialize this would always happen.
@carbonin was this with any changes to the worker monitor in core?
Seeing this after adding the same provider as in #503
The text was updated successfully, but these errors were encountered: