Issue 689384
Created on 2003-02-19 16:36 by proff_fs, last changed 2003-02-20 23:06 by richard.
msg662 |
Author: [hidden] (proff_fs) |
Date: 2003-02-19 16:36 |
|
Since the CVS update a few minutes ago the db locking
fails.
|
msg663 |
Author: [hidden] (richard) |
Date: 2003-02-19 21:12 |
|
Logged In: YES
user_id=6405
I don't suppose you have any idea what the previous version your were
using was? Perhaps just the date that you previously checked the source
out on (try checking some of the file datestamps perhaps?)
|
msg664 |
Author: [hidden] (proff_fs) |
Date: 2003-02-20 10:25 |
|
Logged In: YES
user_id=18721
This happend from portalocker.py 1.3 to 1.4.
File "db_init.py", line 4, in open
db = Database(config, username)
File
"C:\Python22\Lib\site-packages\roundup\backends\rdbms_com
mon.py", line 70, in __init__
self.open_connection()
File
"C:\Python22\Lib\site-packages\roundup\backends\back_sqlite
.py", line 21, in open_connection
self.lockfile = locking.acquire_lock(lockfilenm)
File
"C:\Python22\Lib\site-packages\roundup\backends\locking.py",
line 38, in acquire_lock
portalocker.lock(file, portalocker.LOCK_EX)
File
"C:\Python22\Lib\site-packages\roundup\backends\portalocker
.py", line 70, in lock
win32file.LockFileEx(hfile, flags, 0, 0xffff0000L,
__overlapped)
OverflowError: long int too large to convert to int
|
msg665 |
Author: [hidden] (richard) |
Date: 2003-02-20 23:06 |
|
Logged In: YES
user_id=6405
|
|
Date |
User |
Action |
Args |
2003-02-19 16:36:24 | proff_fs | create | |
|