SQLite Lock issue
I was looking back through the VarAC log and noticed getting SQLite errors regarding not being able to lock the database. I am running the VarAC version 13.0 with an email gateway enabled.
I am only running a single instance of VarAC. Attached is an abbreviated log file.
84 Views

Attached is another log file with debug mode turned on. The error message start at this timestamp
22:09:38 - Error in mailbox_send_outbox_thread
22:09:38 - database is locked
database is locked
at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
at System.Data.SQLite.SQLiteDataReader.NextResult()
at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader()
at VarAC.VarAC.<connect_varahf_modem>b__156_7()