Bug 544085

Summary: [abrt] crash detected in transifex-0.6-3.fc12
Product: [Fedora] Fedora Reporter: Gherhard Mathisz <gmathisz>
Component: transifexAssignee: Ignacio Vazquez-Abrams <ivazqueznet>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: diegobz, i18n-bugs, ivazqueznet, pnemade
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard: abrt_hash:7d935e6f
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-09-30 06:29:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace none

Description Gherhard Mathisz 2009-12-03 21:38:32 UTC
abrt 1.0.0 detected a crash.

How to reproduce
-----
1.as user from the terminal
2. ./manage.py syncdb
3.

Comment: I was trying to configure transifex

backtrace
-----
Summary: TB7d935e6f base.py:170:_cursor:OperationalError: unable to open database file

Traceback (most recent call last):
  File "./manage.py", line 20, in <module>
    execute_manager(settings)
  File "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", line 362, in execute_manager
    utility.execute()
  File "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", line 303, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/lib/python2.6/site-packages/django/core/management/base.py", line 195, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/usr/lib/python2.6/site-packages/django/core/management/base.py", line 222, in execute
    output = self.handle(*args, **options)
  File "/usr/lib/python2.6/site-packages/django/core/management/base.py", line 351, in handle
    return self.handle_noargs(**options)
  File "/usr/lib/python2.6/site-packages/django/core/management/commands/syncdb.py", line 49, in handle_noargs
    cursor = connection.cursor()
  File "/usr/lib/python2.6/site-packages/django/db/backends/__init__.py", line 81, in cursor
    cursor = self._cursor()
  File "/usr/lib/python2.6/site-packages/django/db/backends/sqlite3/base.py", line 170, in _cursor
    self.connection = Database.connect(**kwargs)
OperationalError: unable to open database file

Local variables in innermost frame:
self: <django.db.backends.sqlite3.base.DatabaseWrapper object at 0x95139dc>
settings_dict: {'DATABASE_OPTIONS': {}, 'DATABASE_NAME': '/usr/share/transifex/transifex.db.sqlite', 'TIME_ZONE': 'UTC', 'DATABASE_PORT': '', 'DATABASE_PASSWORD': '', 'DATABASE_HOST': '', 'DATABASE_USER': ''}
kwargs: {'detect_types': 3, 'database': '/usr/share/transifex/transifex.db.sqlite'}

cmdline: python ./manage.py syncdb 
component: transifex
executable: /usr/share/transifex/manage.py
kernel: 2.6.31.6-145.fc12.i686.PAE
package: transifex-0.6-3.fc12
uuid: 7d935e6f

Comment 1 Gherhard Mathisz 2009-12-03 21:38:35 UTC
Created attachment 375922 [details]
File: backtrace

Comment 2 Parag Nemade 2010-09-02 09:55:29 UTC
transifex is moving towards its 0.8.0 release. Please test new version and report if problem still found in F13 or F14.

Comment 3 Parag Nemade 2010-09-30 06:29:41 UTC
I suppose we had enough waiting here.