-
Type:
Bug
-
Status: Done
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: A-MQ 7.0.0.ER7, A-MQ 7.0.0.ER8, A-MQ 7.0.0.GA
-
Fix Version/s: A-MQ 7.0.0.ER14
-
Component/s: None
-
Labels:
-
Environment:
Linux
- Firefox 43.0.4 (64-bit)
- Chromium 47.0.2526.80 (64-bit)
-
Target Release:
-
Steps to Reproduce:
-
Affects:Release Notes
-
Release Notes Text:
-
Release Notes Docs Status:Documented as Resolved Issue
When I'm in Artemis tab and click to button with title "Expand all nodes" or "Unexpand all nodes" i get error:
- Error: $(...).dynatree(...).visit is not a function
And if i go to the JMX tab and clicked to "Unexpand all nodes" I get next error:
- Error: d.li is null
How reproducible:
100%
Logs from logging console:
[ARTEMIS] plugin running [object Object]
|
[ARTEMIS] activemq=[object Object]
|
[ARTEMIS] broker=[object Object]
|
[ARTEMIS] child=[object Object]
|
[ARTEMIS] ***********creating Artemis Console**********
|
[RBAC] Using mbean hawtio:type=security,area=jmx,rank=0,name=HawtioDummyJMXSecurity for client-side role based access control
|
[ARTEMIS] init tree org.apache.activemq.artemis
|
[ARTEMIS] workspace tree has changed, lets reload the artemis tree
|
[Core] hawtio started
|
Error: $(...).dynatree(...).visit is not a function
|
Stack trace:
|
|
|
Error: $(...).dynatree(...).visit is not a function
|
|
|
d@http://<hostname>:8161/hawtio/app/app.js?96aca89560df3efe:79:12572
|
|
|
b@http://<hostname>:8161/hawtio/app/app.js?96aca89560df3efe:79:12526
|
|
|
a.expandAll@http://<hostname>:8161/hawtio/app/app.js?96aca89560df3efe:65:3737
|
|
|
G/<@http://<hostname>:8161/hawtio/app/app.js?96aca89560df3efe:14:7399
|
|
|
qd[b]
|
|
|
ib/this.$get
|
|
|
ib/this.$get
|
|
|
qd[b]
|
|
|
$.event.dispatch@http://<hostname>:8161/hawtio/app/app.js?96aca89560df3efe:2:18801
|
|
|
$.event.add/h@http://<hostname>:8161/hawtio/app/app.js?96aca89560df3efe:2:14765
|
|
|
|
|
|
|
[ARTEMIS] %%%%%%DynaTreeNode: 'JMS'
|
Error: $(...).dynatree(...).visit is not a function
|
Stack trace:
|
|
|
Error: $(...).dynatree(...).visit is not a function
|
|
|
d@http://<hostname>:8161/hawtio/app/app.js?96aca89560df3efe:79:12572
|
|
|
c@http://<hostname>:8161/hawtio/app/app.js?96aca89560df3efe:79:12548
|
|
|
a.contractAll@http://<hostname>:8161/hawtio/app/app.js?96aca89560df3efe:65:3795
|
|
|
G/<@http://<hostname>:8161/hawtio/app/app.js?96aca89560df3efe:14:7399
|
|
|
qd[b]
|
|
|
ib/this.$get
|
|
|
ib/this.$get
|
|
|
qd[b]
|
|
|
$.event.dispatch@http://<hostname>:8161/hawtio/app/app.js?96aca89560df3efe:2:18801
|
|
|
$.event.add/h@http://<hostname>:8161/hawtio/app/app.js?96aca89560df3efe:2:14765
|
Expected results:
Working expanding and unexpanding all nodes.