mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #141] Network Pool: 500 Internal Server Error #116
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fueldbyjosh on GitHub (Nov 3, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/141
Hello—I've been trying to solve this issue for a couple of days and have not had any success. Any ideas would be really appreciated!
Whenever I click on "Network Pool" I get a 500 Internal Server Error. I already turned on debugging in settings.py and have pasted the output from the first section below. Let me know if I can provide more info.
Thanks!
Request Method: GET
Request URL: http://10.0.62.2/network/1/default/
Django Version: 1.5.4
Exception Type: NoReverseMatch
Exception Value:
Reverse for 'network' with arguments '(u'1', 'Network Bridge')' and keyword arguments '{}' not found.
Exception Location: /usr/local/lib/python2.7/dist-packages/django/template/defaulttags.py in render, line 426
Python Executable: /usr/bin/python
Python Version: 2.7.3
Python Path:
['/var/www/webvirtmgr',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-linux2',
'/usr/lib/python2.7/lib-tk',
'/usr/lib/python2.7/lib-old',
'/usr/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages/gtk-2.0']
Server time: Sun, 3 Nov 2013 19:30:59 +0200
@fueldbyjosh commented on GitHub (Nov 7, 2013):
Looks like there was a conflict of some sort in WebVirtMgr with a network pool I'd defined with virsh. I undefined the network bridge in virsh and the issue resolved itself in WebVirtMgr.
Thanks again for developing this project—it has been infinitely helpful!!