[
https://issues.apache.org/jira/browse/DISPATCH-2079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17387305#comment-17387305
]
Jiri Daněk commented on DISPATCH-2079:
--------------------------------------
One more, not sure how I got it, probably by just leaving the console open for
some time, after clicking around things
{noformat}
TypeError: Cannot read property 'results' of undefined
(anonymous function)
src/overview/dashboard/delayedDeliveriesCard.js:87
84 | link.router = this.props.service.utilities.nameFromId(node);
85 | link.role = "normal";
86 | let connections = nodes[node]["connection"];
> 87 | connections.results.some(connection => {
| ^ 88 | let conn = this.props.service.utilities.flatten(
89 | connections.attributeNames,
90 | connection
View compiled
(anonymous function)
src/overview/dashboard/delayedDeliveriesCard.js:78
75 | for (let node in nodes) {
76 | let response = nodes[node]["router.link"];
77 | // eslint-disable-next-line no-loop-func
> 78 | response.results.forEach(result => {
| ^ 79 | let link = this.props.service.utilities.flatten(
80 | response.attributeNames,
81 | result
View compiled
(anonymous function)
src/common/amqp/topology.js:459
456 | }
457 | }
458 | q.await(function() {
> 459 | doneCallback(results);
| ^ 460 | });
461 | }
462 |
View compiled
▶ 4 stack frames were collapsed.
timedOut
src/common/amqp/topology.js:571
568 | getNodeInfo(nodeName, entity, attrs, q, callback) {
569 | const self = this;
570 | var timedOut = function(q) {
> 571 | q.abort();
| ^ 572 | };
573 | var atimer = setTimeout(timedOut, this.timeout, q);
574 | this.connection.sendQuery(nodeName, entity, attrs).then(
View compiled
{noformat}
> Update PatternFly packages for the 1.17.0 release
> -------------------------------------------------
>
> Key: DISPATCH-2079
> URL: https://issues.apache.org/jira/browse/DISPATCH-2079
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Console
> Affects Versions: 1.16.0
> Reporter: Jiri Daněk
> Assignee: Jiri Daněk
> Priority: Major
> Fix For: 1.17.0
>
>
> Looking at the release notes, there don't seem to be any significant large
> changes. The version jump is much smaller than the last time.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]