Bug ID 1223589: Network Map page is unresponsive when a node name has the form "<IPv4>:<port>"

Last Modified: Apr 24, 2024

Affected Product(s):
BIG-IP All(all modules)

Known Affected Versions:
14.1.5.2, 14.1.5.3, 14.1.5.4, 14.1.5.6, 15.1.6.1, 15.1.7, 15.1.8, 15.1.8.1, 15.1.8.2, 15.1.9, 15.1.9.1, 15.1.10, 15.1.10.2, 15.1.10.3, 15.1.10.4, 16.1.3.3, 16.1.3.4, 16.1.3.5, 16.1.4, 16.1.4.1, 16.1.4.2, 16.1.4.3, 17.0.0.2

Opened: Jan 11, 2023

Severity: 4-Minor

Symptoms

The Network Map page does not load, the message "Loading..." continuously displayed on the page because the JavaScript throws an exception and does not terminate: Uncaught (in promise) TypeError: Cannot set properties of undefined (setting 'isNameHighlighted') at NetworkMapPresenter.clearHighlight (NetworkMapPresenter.js:1417:17) at NetworkMapPresenter.cardFilter (NetworkMapPresenter.js:1322:14) at Array.filter (<anonymous>) at NetworkMapPresenter.filterCards (NetworkMapPresenter.js:1315:51) at NetworkMapPresenter.filterSortAndGroupCards (NetworkMapPresenter.js:1306:10) at NetworkMapPresenter._callee18$ (NetworkMapPresenter.js:1162:14) at tryCatch (runtime.js:65:40) at Generator.invoke [as _invoke] (runtime.js:303:22) at prototype.<computed> [as next] (runtime.js:117:21) at step (fetch.js:461:47)

Impact

The Network Map loads all the virtual servers, pools, and nodes, but it throws an exception in the browser and the JavaScript never terminates, the message "Loading..." continuously displayed on the page and the page is unresponsive.

Conditions

- Node name should be of the form <IPv4:port>. - Node should be associated to a pool and then to a virtual server.

Workaround

Avoid naming a node as "<IPv4>:<port>".

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips