BIND 10 #630: sqlite3 database errors

BIND 10 Development do-not-reply at isc.org
Thu Feb 24 20:45:25 UTC 2011


#630: sqlite3 database errors
-----------------------------------+---------------------------------
           Reporter:  jreed        |                      Owner:
               Type:  defect       |                     Status:  new
           Priority:  major        |                  Milestone:
          Component:  data source  |                   Keywords:
          Sensitive:  0            |  Estimated Number of Hours:  0
Add Hours to Ticket:  0            |                  Billable?:  1
        Total Hours:  0            |                  Internal?:  0
-----------------------------------+---------------------------------
 I think this may be caused by having multiple bind10's running at same
 time. Need to research how this happens:

 {{{
 Traceback (most recent call last):
   File
 "/home/jreed/tmp/bind10-devel-20110224/src/lib/python/isc/datasrc/sqlite3_ds.py",
 line 81, in open
     cur.execute("SELECT version FROM schema_version")
 sqlite3.OperationalError: no such table: schema_version
 }}}

 and in xfrout:
 {{{
   File
 "/home/jreed/tmp/bind10-devel-20110224/src/lib/python/isc/datasrc/sqlite3_ds.py",
 line 36, in create
     cur.execute("CREATE TABLE schema_version (version INTEGER NOT NULL)")
 sqlite3.OperationalError: table schema_version already exists

 }}}

-- 
Ticket URL: <https://bind10.isc.org/ticket/630>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list