[Bug 1484696] Re: Unable to connect to: ws://<maas IP>:/MAAS/ws
Brian Murray
brian at ubuntu.com
Thu Jan 14 17:43:49 UTC 2016
Hello Larry, or anyone else affected,
Accepted apache2 into trusty-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/apache2/2.4.7-1ubuntu4.9 in a few
hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Your feedback will aid us getting this update
out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed. In either case, details of your testing will help
us make a better decision.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!
** Changed in: apache2 (Ubuntu Trusty)
Status: New => Fix Committed
** Tags added: verification-needed
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1484696
Title:
Unable to connect to: ws://<maas IP>:/MAAS/ws
Status in MAAS:
Fix Committed
Status in MAAS 1.10 series:
New
Status in MAAS 1.8 series:
Fix Committed
Status in MAAS 1.9 series:
Fix Committed
Status in MAAS trunk series:
Fix Committed
Status in apache2 package in Ubuntu:
In Progress
Status in apache2 source package in Trusty:
Fix Committed
Bug description:
[Impact]
* The Maas webui shows "Unable to connect to: ws://<maas
IP>:/MAAS/ws" instead of listing the available machines.
* This is because apache proxy is attempting to reuse a socket for an
ssl connection to the maas web server sitting on 5240. This is
causing the maas server to throw an error 500.
* Similar results should be received from other web services that
make use of the mod_proxy_wstunnel services and ssl.
* The upload fixes the bug by backporting an upstream commit that
resolves this. It functions by preventing re-use of the socket
connection.
[Test Case]
* Create a maas server, access webui repeatedly. Eventually the
connections will get reused, and the error will be seen.
[Regression Potential]
* There is a potential performance regression for non-ssl proxy work,
but that should be minimal.
* Patch has existed in vivid, wily, and xenial for a long while.
[Other Info]
* Upstream commit: https://github.com/apache/httpd/commit/53038bd5b1e9f072460e6aeac2ae433c4854f2ad
--------------------Original case Description ----------------------------
I have a set of servers that were transferred over to another maas servers so that the power credentials were no longer valid when back on our maas server. While to trying to get them working, I would see that check power state hangs because of the credentials being no longer valid. These would eventually time out and error out as expected.
However, after clicking on Nodes view and or trying to view nodes from
a Zone, I would observe this error: "Unable to connect to: ws://<maas
IP>:/MAAS/ws", then the view would eventually start load slowly while
showing some nodes but not all of them. In one case it was stuck
loading for > 10 minutes and it did not seem like it would load
without me trying to reload from the browser.
I was initially doing this on firefox, then when I tried to start a
session with chromium after problem was recreated, I got the same
error followed by the nodes view being stuck while loading.
After a while, reloading the page from the browser would seem0 to work
and everything would look ok.
I didn't see anything in the logs anything pointing to any issue with
the cluster.
To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1484696/+subscriptions
More information about the Ubuntu-sponsors
mailing list