Skip to content
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

Host analysis fails with [MiqException::MiqVimResourceNotFound]: Could not find Host: host #7731

Closed
nachandr opened this issue Apr 5, 2016 · 3 comments

Comments

@nachandr
Copy link

nachandr commented Apr 5, 2016

Snippet from evm.log

[----] E, [2016-04-05T17:18:04.929824 #14400:e19998] ERROR -- : MIQ(MiqQueue#deliver) Message id: [171701], Error: [Could not find Host: host-244]
[----] E, [2016-04-05T17:18:04.930090 #14400:e19998] ERROR -- : [MiqException::MiqVimResourceNotFound]: Could not find Host: host-244 Method:[rescue in deliver]
[----] E, [2016-04-05T17:18:04.930310 #14400:e19998] ERROR -- : /var/www/miq/vmdb/gems/pending/VMwareWebService/MiqVim.rb:76:in block in getVimHostByMor' /opt/rubies/ruby-2.2.4/lib/ruby/2.2.0/sync.rb:233:inblock in sync_synchronize'
/opt/rubies/ruby-2.2.4/lib/ruby/2.2.0/sync.rb:230:in handle_interrupt' /opt/rubies/ruby-2.2.4/lib/ruby/2.2.0/sync.rb:230:insync_synchronize'
/var/www/miq/vmdb/gems/pending/VMwareWebService/MiqVim.rb:75:in getVimHostByMor' /var/www/miq/vmdb/gems/pending/util/miq_fault_tolerant_vim.rb:40:inblock in method_missing'
/var/www/miq/vmdb/gems/pending/util/miq_fault_tolerant_vim.rb:78:in _execute_without_broker' /var/www/miq/vmdb/gems/pending/util/miq_fault_tolerant_vim.rb:74:in_execute'
/var/www/miq/vmdb/gems/pending/util/miq_fault_tolerant_vim.rb:40:in method_missing' /var/www/miq/vmdb/app/models/manageiq/providers/vmware/infra_manager/host.rb:20:inprovider_object'
/var/www/miq/vmdb/app/models/mixins/provider_object_mixin.rb:14:in block in with_provider_object' /var/www/miq/vmdb/app/models/mixins/vim_connect_mixin.rb:36:inwith_provider_connection'
/var/www/miq/vmdb/app/models/mixins/provider_object_mixin.rb:12:in with_provider_object' /var/www/miq/vmdb/app/models/manageiq/providers/vmware/infra_manager/host_esx.rb:92:invim_firewall_rules'
/var/www/miq/vmdb/app/models/manageiq/providers/vmware/infra_manager/host_esx.rb:163:in refresh_firewall_rules' /var/www/miq/vmdb/app/models/host.rb:1384:inblock (2 levels) in scan_from_queue'
/var/www/miq/vmdb/gems/pending/util/extensions/miq-benchmark.rb:11:in realtime_store' /var/www/miq/vmdb/gems/pending/util/extensions/miq-benchmark.rb:30:inrealtime_block'
/var/www/miq/vmdb/app/models/host.rb:1384:in block in scan_from_queue' /var/www/miq/vmdb/gems/pending/util/extensions/miq-benchmark.rb:11:inrealtime_store'
/var/www/miq/vmdb/gems/pending/util/extensions/miq-benchmark.rb:30:in realtime_block' /var/www/miq/vmdb/app/models/host.rb:1380:inscan_from_queue'
/var/www/miq/vmdb/app/models/miq_queue.rb:347:in block in deliver' /opt/rubies/ruby-2.2.4/lib/ruby/2.2.0/timeout.rb:88:inblock in timeout'
/opt/rubies/ruby-2.2.4/lib/ruby/2.2.0/timeout.rb:32:in block in catch' /opt/rubies/ruby-2.2.4/lib/ruby/2.2.0/timeout.rb:32:incatch'
/opt/rubies/ruby-2.2.4/lib/ruby/2.2.0/timeout.rb:32:in catch' /opt/rubies/ruby-2.2.4/lib/ruby/2.2.0/timeout.rb:103:intimeout'
/var/www/miq/vmdb/app/models/miq_queue.rb:343:in deliver' /var/www/miq/vmdb/app/models/miq_queue_worker_base/runner.rb:106:indeliver_queue_message'
/var/www/miq/vmdb/app/models/miq_queue_worker_base/runner.rb:134:in deliver_message' /var/www/miq/vmdb/app/models/miq_queue_worker_base/runner.rb:152:inblock in do_work'
/var/www/miq/vmdb/app/models/miq_queue_worker_base/runner.rb:146:in loop' /var/www/miq/vmdb/app/models/miq_queue_worker_base/runner.rb:146:indo_work'
/var/www/miq/vmdb/app/models/miq_worker/runner.rb:339:in block in do_work_loop' /var/www/miq/vmdb/app/models/miq_worker/runner.rb:336:inloop'
/var/www/miq/vmdb/app/models/miq_worker/runner.rb:336:in do_work_loop' /var/www/miq/vmdb/app/models/miq_worker/runner.rb:158:inrun'
/var/www/miq/vmdb/app/models/miq_worker/runner.rb:133:in `start'

@nachandr nachandr changed the title Host analysis fails with [MiqException::MiqVimResourceNotFound]: Could not find Host: host-244 Host analysis fails with [MiqException::MiqVimResourceNotFound]: Could not find Host: host Apr 5, 2016
@miq-bot
Copy link
Member

miq-bot commented Jul 22, 2017

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 master, please reply with all of the information you have about it in order to keep the issue open.

Thank you for all your contributions!

@miq-bot miq-bot added the stale label Jul 22, 2017
@JPrause
Copy link
Member

JPrause commented Jan 16, 2019

@nachandr looks like this issue has been open for some time and is now stale.
If this issue can be closed, can you do so.
Otherwise, if you'd like it to stay open, let me know and I'll remove the stale label.

@JPrause
Copy link
Member

JPrause commented Jan 22, 2019

@miq-bot close_issue

@miq-bot miq-bot closed this as completed Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants