]
Ryan Emerson resolved ISPN-6564.
--------------------------------
Resolution: Done
CacheContainer screen not populated after cache configuration update
--------------------------------------------------------------------
Key: ISPN-6564
URL:
https://issues.jboss.org/browse/ISPN-6564
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 9.0.0.Alpha1
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Update default cache configuration, confirm update and select either restart option. The
resulting cache container screen is not populated due to the following error:
{code}
angular.js:12416 ReferenceError: cluster is not defined
at Scope.$scope.refresh
(
http://localhost:3000/cluster-view/cluster-view.controller.js:141:45)
at new <anonymous>
(
http://localhost:3000/cluster-view/cluster-view.controller.js:154:16)
at invoke (
http://localhost:3000/built_components/angular/angular.js:4473:17)
at Object.instantiate
(
http://localhost:3000/built_components/angular/angular.js:4481:27)
at
http://localhost:3000/built_components/angular/angular.js:9108:28
at
http://localhost:3000/built_components/angular-ui-router/release/angular-...
at invokeLinkFn (
http://localhost:3000/built_components/angular/angular.js:8746:9)
at nodeLinkFn (
http://localhost:3000/built_components/angular/angular.js:8246:11)
at compositeLinkFn
(
http://localhost:3000/built_components/angular/angular.js:7637:13)
at publicLinkFn (
http://localhost:3000/built_components/angular/angular.js:7512:30)
<div ui-view="" class="ng-scope">
{code}