Closed Fryguy closed 8 years ago
Probably related, so I'm tucking it under this issue as well, but I see a similar error when clicking "Reload Feeds"
Exception in thread "JavaFX Application Thread" org.jruby.exceptions.RaiseException: (NoMethodError) undefined method `inventory' for nil:NilClass
at RUBY.inventory(/Users/jfrey/projects/external/hawkfx/lib/hawk.rb:14)
at RUBY.show_initial_tree_with_feeds(/Users/jfrey/projects/external/hawkfx/lib/hawk_main_controller.rb:45)
at RUBY.reload_feeds(/Users/jfrey/projects/external/hawkfx/lib/hawk_main_controller.rb:122)
at RUBY.handle(/Users/jfrey/.gem/jruby/2.3.0/gems/jrubyfx-fxmlloader-0.4.1-java/lib/fxmlloader/elts.rb:521)
They should both not be present/enabled for metrics-only mode.
On 3 Aug 2016, at 19:23, Jason Frey wrote:
Probably related, so I'm tucking it under this issue as well, but I see a similar error when clicking "Reload Feeds"
Exception in thread "JavaFX Application Thread" org.jruby.exceptions.RaiseException: (NoMethodError) undefined method `inventory' for nil:NilClass at RUBY.inventory(/Users/jfrey/projects/external/hawkfx/lib/hawk.rb:14) at RUBY.show_initial_tree_with_feeds(/Users/jfrey/projects/external/hawkfx/lib/hawk_main_controller.rb:45) at RUBY.reload_feeds(/Users/jfrey/projects/external/hawkfx/lib/hawk_main_controller.rb:122) at RUBY.handle(/Users/jfrey/.gem/jruby/2.3.0/gems/jrubyfx-fxmlloader-0.4.1-java/lib/fxmlloader/elts.rb:521)
You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/pilhuhn/hawkfx/issues/16#issuecomment-237293180
hwr@pilhuhn.de m:0179/207 4919 b:http://pilhuhn.blogspot.com
Using Metrics Only, and clicking on Events/Alerts, I get the following backtrace in the log. The UI doesn't complain or fail, but the menu item should probably be greyed out.