[GH-ISSUE #141] Network Pool: 500 Internal Server Error #116

Closed
opened 2026-02-27 16:38:00 +03:00 by kerem · 1 comment
Owner

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

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
kerem closed this issue 2026-02-27 16:38:00 +03:00
Author
Owner

@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!!

<!-- gh-comment-id:27937252 --> @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!!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#116
No description provided.