Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 830 by dominikruf: sqlite3.OperationalError: unable to open  
database file
http://code.google.com/p/reviewboard/issues/detail?id=830

I tried to create my first review-board site on a local windows machine with
rb-site install c:\temp\review-board-site1

But after I made my selection in the gui (I used sqlite and file caching) I
got the following exception

Traceback (most recent call last):
   File
"c:\tools\python25\lib\site-packages\reviewboard-1.0alpha2.dev_20090122-py2.5.egg\EGG-INFO\scripts\rb-site",
line
  589, in next_page
     func()
   File
"c:\tools\python25\lib\site-packages\reviewboard-1.0alpha2.dev_20090122-py2.5.egg\EGG-INFO\scripts\rb-site",
line
  733, in call_func
     func()
   File
"c:\tools\python25\lib\site-packages\reviewboard-1.0alpha2.dev_20090122-py2.5.egg\EGG-INFO\scripts\rb-site",
line
  181, in sync_database
     self.run_manage_command("syncdb", ["--noinput"])
   File
"c:\tools\python25\lib\site-packages\reviewboard-1.0alpha2.dev_20090122-py2.5.egg\EGG-INFO\scripts\rb-site",
line
  219, in run_manage_command
     execute_manager(reviewboard.settings, [__file__, cmd] + params)
   File
"c:\tools\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django\core\management\__init__.py",
line 340,
in execute_manager
     utility.execute()
   File
"c:\tools\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django\core\management\__init__.py",
line 295,
in execute
     self.fetch_command(subcommand).run_from_argv(self.argv)
   File
"c:\tools\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django\core\management\base.py",
line 192, in r
un_from_argv
     self.execute(*args, **options.__dict__)
   File
"c:\tools\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django\core\management\base.py",
line 219, in e
xecute
     output = self.handle(*args, **options)
   File
"c:\tools\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django\core\management\base.py",
line 348, in h
andle
     return self.handle_noargs(**options)
   File
"c:\tools\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django\core\management\commands\syncdb.py",
lin
e 51, in handle_noargs
     cursor = connection.cursor()
   File
"c:\tools\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django\db\backends\__init__.py",
line 56, in cu
rsor
     cursor = self._cursor(settings)
   File
"c:\tools\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django\db\backends\sqlite3\base.py",
line 145,
in _cursor
     self.connection = Database.connect(**kwargs)
sqlite3.OperationalError: unable to open database file

BTW I installed review-board with easy_install



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-issues@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to