[GH-ISSUE #45] Create VM "Error 500" #36

Closed
opened 2026-02-27 16:00:47 +03:00 by kerem · 4 comments
Owner

Originally created by @ugurengin on GitHub (Mar 22, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/45

Hello,

When i try to create a vm machine on webvirtmanger,i am getting error message below.

Error 500

any idea ?

Originally created by @ugurengin on GitHub (Mar 22, 2013). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/45 Hello, When i try to create a vm machine on webvirtmanger,i am getting error message below. Error 500 any idea ?
kerem closed this issue 2026-02-27 16:00:47 +03:00
Author
Owner

@retspen commented on GitHub (Mar 22, 2013):

Change in file settings.py line:
DEBUG = False to DEBUG = True

What show?

<!-- gh-comment-id:15315094 --> @retspen commented on GitHub (Mar 22, 2013): Change in file settings.py line: DEBUG = False to DEBUG = True What show?
Author
Owner

@ugurengin commented on GitHub (Mar 22, 2013):

err:

Django Version: 1.3.4
Exception Type: DatabaseError
Exception Value:

no such table: virtmgr_flavor

Exception Location: /usr/lib/python2.6/site-packages/django/db/backends/sqlite3/base.py in execute, line 234
Python Executable: /usr/bin/python
Python Version: 2.6.6
Python Path:

['/var/www',
'/usr/lib64/python26.zip',
'/usr/lib64/python2.6',
'/usr/lib64/python2.6/plat-linux2',
'/usr/lib64/python2.6/lib-tk',
'/usr/lib64/python2.6/lib-old',
'/usr/lib64/python2.6/lib-dynload',
'/usr/lib64/python2.6/site-packages',
'/usr/lib64/python2.6/site-packages/gtk-2.0',
'/usr/lib/python2.6/site-packages',
'/var/www/webvirtmgr']

may bey sync db command solve this case.What do you say about that ?

<!-- gh-comment-id:15322453 --> @ugurengin commented on GitHub (Mar 22, 2013): err: Django Version: 1.3.4 Exception Type: DatabaseError Exception Value: no such table: virtmgr_flavor Exception Location: /usr/lib/python2.6/site-packages/django/db/backends/sqlite3/base.py in execute, line 234 Python Executable: /usr/bin/python Python Version: 2.6.6 Python Path: ['/var/www', '/usr/lib64/python26.zip', '/usr/lib64/python2.6', '/usr/lib64/python2.6/plat-linux2', '/usr/lib64/python2.6/lib-tk', '/usr/lib64/python2.6/lib-old', '/usr/lib64/python2.6/lib-dynload', '/usr/lib64/python2.6/site-packages', '/usr/lib64/python2.6/site-packages/gtk-2.0', '/usr/lib/python2.6/site-packages', '/var/www/webvirtmgr'] may bey sync db command solve this case.What do you say about that ?
Author
Owner

@retspen commented on GitHub (Mar 22, 2013):

Yes, need create table.
$ ./manage.py syncdb

<!-- gh-comment-id:15323190 --> @retspen commented on GitHub (Mar 22, 2013): Yes, need create table. $ ./manage.py syncdb
Author
Owner

@ugurengin commented on GitHub (Mar 22, 2013):

Thanks.
Problem is solved.

<!-- gh-comment-id:15324627 --> @ugurengin commented on GitHub (Mar 22, 2013): Thanks. Problem is solved.
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#36
No description provided.