Hi, After starting all services, when I click on HDFS:Summary the main part of the page comes back blank and all links to other services throw the following error: Uncaught Error: assertion failed: Emptying a view in the inBuffer state is not allowed and should not happen under normal circumstances. Most likely there is a bug in your application. This may be due to excessive property change notifications.
I can however access the HDFS:Configs tab is navigated to from the config tab of another service. When the HDFS:Summary page comes up blank the following errors are thrown: Starts with these messages: messages.js:1373 App.componentsStateMapper execution time: 12.446ms serverValidator.js:72 App.serviceMetricsMapper execution time: 90.331ms ember-latest.js:20014 STATEMANAGER: Sending event 'showInfo' to state root.main.services.service. ember-latest.js:20327 STATEMANAGER: Entering root.main.services.service.summary And ends with is: serverValidator.js:72 App.serviceMetricsMapper execution time: 97.308ms The main error is "Uncaught TypeError: Cannot read property 'set' of undefined" followed by an ember stacktrace of sorts (utter gibberish): step9_view.js:1 (anonymous function) step9_view.js:1 (anonymous function) ember-latest.js:3937 ComputedPropertyPrototype.get ember-latest.js:2006 get ember-latest.js:2153 getPath ember-latest.js:1995 get ember-latest.js:5197 getWithGlobals ember-latest.js:5314 Binding.connect ember-latest.js:5890 connectBindings ember-latest.js:5903 finishPartial ember-latest.js:10757 Class ember-latest.js:10943 Ember.Mixin.create.create ember-latest.js:17169 Ember.View.Ember.Object.extend.createChildView ember-latest.js:17715 Ember.View.states.inBuffer.appendChild ember-latest.js:15984 Ember.View.Ember.Object.extend.invokeForState ember-latest.js:17010 Ember.View.Ember.Object.extend.appendChild ember-data-latest.js:3430 EmberHandlebars.ViewHelper.Ember.Object.create.helper ember-data-latest.js:3638 (anonymous function) ember-data-latest.js:3893 (anonymous function) ember-data-latest.js:4065 (anonymous function) yarn.hbs:92 anonymous ember-latest.js:266 (anonymous function) ember-latest.js:15963 Ember.View.Ember.Object.extend.render ember-latest.js:16776 Ember.View.Ember.Object.extend.renderToBuffer ember-latest.js:17719 Ember.View.states.inBuffer.appendChild ember-latest.js:15984 Ember.View.Ember.Object.extend.invokeForState ember-latest.js:17010 Ember.View.Ember.Object.extend.appendChild ember-data-latest.js:3430 EmberHandlebars.ViewHelper.Ember.Object.create.helper ember-data-latest.js:3638 (anonymous function) step2.hbs:14 anonymous ember-latest.js:266 (anonymous function) ember-latest.js:15963 Ember.View.Ember.Object.extend.render ember-latest.js:16776 Ember.View.Ember.Object.extend.renderToBuffer ember-latest.js:17719 Ember.View.states.inBuffer.appendChild ember-latest.js:15984 Ember.View.Ember.Object.extend.invokeForState ember-latest.js:17010 Ember.View.Ember.Object.extend.appendChild ember-data-latest.js:3430 EmberHandlebars.ViewHelper.Ember.Object.create.helper ember-data-latest.js:3638 (anonymous function) mapreduce.hbs:200 program6 ember-latest.js:288 (anonymous function) ember-latest.js:15963 Ember.View.Ember.Object.extend.render ember-data-latest.js:2664 Ember._HandlebarsBoundView.Ember._MetamorphView.extend.render ember-latest.js:1506 newFunc ember-latest.js:16776 Ember.View.Ember.Object.extend.renderToBuffer ember-latest.js:17719 Ember.View.states.inBuffer.appendChild ember-latest.js:15984 Ember.View.Ember.Object.extend.invokeForState ember-latest.js:17010 Ember.View.Ember.Object.extend.appendChild ember-data-latest.js:2726 bind ember-data-latest.js:2857 (anonymous function) ember-data-latest.js:2930 (anonymous function) storm.hbs:48 anonymous ember-latest.js:266 (anonymous function) ember-latest.js:15963 Ember.View.Ember.Object.extend.render ember-latest.js:16776 Ember.View.Ember.Object.extend.renderToBuffer ember-latest.js:16537 Ember.View.Ember.Object.extend.createElement ember-latest.js:17646 Ember.View.states.preRender.insertElement ember-latest.js:15984 Ember.View.Ember.Object.extend.invokeForState ember-latest.js:4471 invoke ember-latest.js:4524 iter ember-latest.js:4588 RunLoop.flush ember-latest.js:4493 RunLoop.end ember-latest.js:4720 Ember.run.end ember-latest.js:4800 autorun -- 5 reasons your Hadoop needs WANdisco <http://www.wandisco.com/system/files/documentation/5-Reasons.pdf> Listed on the London Stock Exchange: WAND <http://www.bloomberg.com/quote/WAND:LN> THIS MESSAGE AND ANY ATTACHMENTS ARE CONFIDENTIAL, PROPRIETARY, AND MAY BE PRIVILEGED. If this message was misdirected, WANdisco, Inc. and its subsidiaries, ("WANdisco") does not waive any confidentiality or privilege. If you are not the intended recipient, please notify us immediately and destroy the message without disclosing its contents to anyone. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. The views and opinions expressed in this e-mail message are the author's own and may not reflect the views and opinions of WANdisco, unless the author is authorized by WANdisco to express such views or opinions on its behalf. All email sent to or from this address is subject to electronic storage and review by WANdisco. Although WANdisco operates anti-virus programs, it does not accept responsibility for any damage whatsoever caused by viruses being passed.
