On a real environment destroying a pending service throws console error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-gui |
Triaged
|
High
|
Unassigned |
Bug Description
Deploy a service using juju-core on ec2, while it's still pending click on the service to open the inspector and then destroy the service.
Uncaught TypeError: Cannot call method 'get' of null handlers.js:174
models.
(anonymous function) models.js:1121
Y.Base.
Y.Subscriber.
Y.Subscriber.notify event-custom-
Y.CustomEvent.
Y.CustomEvent.
CEProto.fireComplex event-custom-
Y.CustomEvent._fire event-custom-
ET.fire event-custom-
Y.extend.
Y.Subscriber.
Y.Subscriber.notify event-custom-
Y.CustomEvent.
Y.CustomEvent.
CEProto.fireComplex event-custom-
Y.CustomEvent._fire event-custom-
ET.fire event-custom-
(anonymous function) go.js:286
Y.extend.
CEProto.fireComplex event-custom-
Y.CustomEvent._fire event-custom-
ET.fire event-custom-
Y.extend.on_message base.js:251
(anonymous function) oop.js:378
ws.onmessage reconnecting-
Changed in juju-gui: | |
status: | New → Triaged |
importance: | Undecided → High |
This also appears to happen any time you destroy one of two related services even if they are both green.
Deploy mysql and wordpress, relate them and wait until they are green.
Destroy mysql and watch the console - the error will happen eventually.