Ticket #1284 (closed defect: worksforme)
Error when migrate logs
| Reported by: | NoAlWin | Owned by: | nkour |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | history | Version: | |
| Severity: | major | Keywords: | |
| Cc: | Blocked By: | ||
| OS: | Blocking: |
Description
I have instaled http://www.gajim.org/downloads/gajim_0.9-1_i386.deb and I get a window notifying me that an error has ocurred and the program closes itself. I use Debian testing with some packages of unstable. I had Gajim 0.8.2-1 from Debian repositories. I was also running Psi. The next time i run gajim it runs but i experiment a lot of problems. The output was
Traceback (most recent call last):
File "gajim.py", line 1557, in ?
m.migrate()
File "/usr/share/gajim/src/common/migrate_logs_to_dot9_db.py", line 227, in migrate
self.con.commit()
pysqlite2.dbapi2.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id -1247126608 and this is thread id -1209956672
Exception in thread Thread-1:Traceback (most recent call last):
File "/usr/lib/python2.3/threading.py", line 442, in __bootstrap
self.run()
File "/usr/lib/python2.3/threading.py", line 422, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/share/gajim/src/common/migrate_logs_to_dot9_db.py", line 227, in migrate
self.con.commit()
OperationalError: database schema has changed
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
