I was creating database by using 
sqlite mydb.sqlite

creating it using *touch* command gives me these error:

Traceback (most recent call last):
  File "./bin/trytond", line 80, in <module>
    server.TrytonServer(options).run()
  File 
"/home/manipalsingh/Documents/github/tryton/trytond/trytond/server.py", 
line 115, in run
    Pool(db_name).init(update=self.options.update, lang=lang)
  File 
"/home/manipalsingh/Documents/github/tryton/trytond/trytond/pool.py", line 
155, in init
    lang=lang)
  File 
"/home/manipalsingh/Documents/github/tryton/trytond/trytond/modules/__init__.py",
 
line 419, in load_modules
    _load_modules()
  File 
"/home/manipalsingh/Documents/github/tryton/trytond/trytond/modules/__init__.py",
 
line 415, in _load_modules
    Cache.resets(database_name)
  File 
"/home/manipalsingh/Documents/github/tryton/trytond/trytond/cache.py", line 
114, in resets
    [[CurrentTimestamp(), name]]))
sqlite3.OperationalError: database is locked

-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/86464fb9-c0a9-47d4-965c-ff1044230d9f%40googlegroups.com.

Reply via email to