[
https://issues.apache.org/jira/browse/EAGLE-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benedict Jin updated EAGLE-1011:
--------------------------------
Description:
`Policy Detail - Visualization`
Those `Policy Eval Count` and `Alert Count` dashboards show `No Data
Available.` error messages, but I can be sure that "Eagle" has received some
alarm events.
It may due to the `TypeError` from `doc.js`.
```js
TypeError: Cannot read property '0' of undefined
at doc.js:7626
at doc.js:251
at m.$eval (doc.js:266)
at m.$digest (doc.js:263)
at m.$apply (doc.js:266)
at g (doc.js:219)
at t (doc.js:223)
at XMLHttpRequest.u.onload (doc.js:224)
```
was:
`Policy Detail - Visualization`
The `Policy Eval Count` and `Alert Count` dashboards show `No Data Available.`
error messages, but I can be sure that "Eagle" has received some alarm events.
It may due to the `TypeError` from `doc.js`.
```js
TypeError: Cannot read property '0' of undefined
at doc.js:7626
at doc.js:251
at m.$eval (doc.js:266)
at m.$digest (doc.js:263)
at m.$apply (doc.js:266)
at g (doc.js:219)
at t (doc.js:223)
at XMLHttpRequest.u.onload (doc.js:224)
```
> Cannot read property '0' of undefined
> -------------------------------------
>
> Key: EAGLE-1011
> URL: https://issues.apache.org/jira/browse/EAGLE-1011
> Project: Eagle
> Issue Type: Bug
> Components: Core::Eagle Server
> Affects Versions: v0.4.0
> Environment: Linux 2.6.32-279.el6.x86_64 #1 SMP Wed Jun 13 18:24:36
> EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
> Reporter: Benedict Jin
> Labels: serialization
> Fix For: v0.5.0
>
> Attachments: Apache Eagle Policy Detail Alert.png, Apache Eagle
> Policy Detail Visualization.png
>
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> `Policy Detail - Visualization`
> Those `Policy Eval Count` and `Alert Count` dashboards show `No Data
> Available.` error messages, but I can be sure that "Eagle" has received some
> alarm events.
> It may due to the `TypeError` from `doc.js`.
> ```js
> TypeError: Cannot read property '0' of undefined
> at doc.js:7626
> at doc.js:251
> at m.$eval (doc.js:266)
> at m.$digest (doc.js:263)
> at m.$apply (doc.js:266)
> at g (doc.js:219)
> at t (doc.js:223)
> at XMLHttpRequest.u.onload (doc.js:224)
> ```
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)