https://bugzilla.novell.com/show_bug.cgi?id=853345 https://bugzilla.novell.com/show_bug.cgi?id=853345#c0 Summary: Hawk crash - "undefined method `[]=' for nil:NilClass" for Cluster attributes Classification: openSUSE Product: openSUSE Factory Version: 13.2 Milestone 0 Platform: x86-64 OS/Version: SUSE Other Status: NEW Severity: Normal Priority: P5 - None Component: High Availability AssignedTo: lmb@suse.com ReportedBy: philipp.marek@linbit.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0 Iceweasel/25.0 # rpm -qa | grep hawk hawk-0.6.1+git.1376993239.ab692f7-3.1.x86_64 hawk-templates-0.6.1+git.1376993239.ab692f7-3.1.x86_64 Clicking on cluster attributes gives me this crash log: Started GET "/cib/hawk-hacluster/crm_config/cib-bootstrap-options" for ... Processing by CrmConfigController#show as HTML Parameters: {"cib_id"=>"hawk-hacluster", "id"=>"cib-bootstrap-options"} Redirected to https://...:7630/cib/hawk-hacluster/crm_config/cib-bootstrap-options/edit Completed 302 Found in 1421ms Started GET "/cib/hawk-hacluster/crm_config/cib-bootstrap-options/edit" for ... Processing by CrmConfigController#edit as HTML Parameters: {"cib_id"=>"hawk-hacluster", "id"=>"cib-bootstrap-options"} Rendered crm_config/edit.html.erb within layouts/main (281.5ms) Completed 500 Internal Server Error in 1819ms ActionView::Template::Error (undefined method `[]=' for nil:NilClass): 14: $(function() { 15: $("#crm_config").panel({ label: "<%=h escape_javascript _('CRM Configuration') %>", menu_icon: url_root + "/assets/tran 16: $("#crm_config").panel("body_element").attrlist({ 17: all_attrs: <%= @crm_config.all_props["crm_config"].to_json.html_safe %>, 18: set_attrs: <%= Hash[@crm_config.props["crm_config"].select{|n,v| 19: # Don't include unknown, readonly or advanced properties 20: @crm_config.all_props["crm_config"][n] && !@crm_config.all_props["crm_config"][n][:readonly] && !@crm_config.all_ app/models/crm_config.rb:197:in `block in all_props' app/models/crm_config.rb:196:in `each' app/models/crm_config.rb:196:in `all_props' app/views/crm_config/edit.html.erb:17:in `_app_views_crm_config_edit_html_erb__3360018238315591323_23290800' app/controllers/application_controller.rb:105:in `inject_current_user_into_invoker' lib/per_request_cache.rb:26:in `call' Reproducible: Always Steps to Reproduce: 1. Click on "Cluster Attributes" 2. See error message. Actual Results: error message Expected Results: GUI OpenSuSE Factory installtion. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.