Closed bcookatpcsd closed 1 month ago
Thanks for the post. Test if the domain resolves using the DNS Client tool on the admin panel. Post the output you get there. This test is used since the DNS server resolves all URL domain names internally unlike normal applications.
quite odd:
{
"Metadata": {
"NameServer": "tchntm112200:530 (127.0.0.1)",
"Protocol": "Udp",
"DatagramSize": "72 bytes",
"RoundTripTime": "2000.94 ms"
},
"EDNS": {
"UdpPayloadSize": 1232,
"ExtendedRCODE": "ServerFailure",
"Version": 0,
"Flags": "None",
"Options": [
{
"Code": "EXTENDED_DNS_ERROR",
"Length": "22 bytes",
"Data": {
"InfoCode": "Other",
"ExtraText": "Waiting for resolver"
}
}
]
},
"DnsClientExtendedErrors": [
{
"InfoCode": "NetworkError",
"ExtraText": "tchntm112200:530 (127.0.0.1) returned RCODE=ServerFailure for go.technitium.com. A IN"
}
],
"Identifier": 24416,
"IsResponse": true,
"OPCODE": "StandardQuery",
"AuthoritativeAnswer": false,
"Truncation": false,
"RecursionDesired": true,
"RecursionAvailable": true,
"Z": 0,
"AuthenticData": false,
"CheckingDisabled": false,
"RCODE": "ServerFailure",
"QDCOUNT": 1,
"ANCOUNT": 0,
"NSCOUNT": 0,
"ARCOUNT": 1,
"Question": [
{
"Name": "go.technitium.com",
"Type": "A",
"Class": "IN"
}
],
"Answer": [],
"Authority": [],
"Additional": [
{
"Name": "",
"Type": "OPT",
"Class": "1232",
"TTL": "0 (0 sec)",
"RDLENGTH": "26 bytes",
"RDATA": {
"Options": [
{
"Code": "EXTENDED_DNS_ERROR",
"Length": "22 bytes",
"Data": {
"InfoCode": "Other",
"ExtraText": "Waiting for resolver"
}
}
]
},
"DnssecStatus": "Disabled"
}
]
}
This is the machine to it's configured forwarder..
drill go.technitium.com @10.20.1.105
;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 3577
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;; go.technitium.com. IN A
;; ANSWER SECTION:
go.technitium.com. 9600 IN CNAME technitium.com.
technitium.com. 9600 IN A 206.189.140.177
;; AUTHORITY SECTION:
;; ADDITIONAL SECTION:
;; Query time: 255 msec
;; SERVER: 10.20.1.105
;; WHEN: Tue Oct 15 11:33:56 2024
;; MSG SIZE rcvd: 65
(resolves but ridiculous latency.. )
And this is mtr from the same host to the forwarder..
logs from within the app, which is a docker image..
[2024-10-15 00:01:50 Local] Logging started.
[2024-10-15 00:01:50 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 00:16:56 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 00:32:01 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 00:47:07 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081521.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081520.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081522.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081523.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081500.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081501.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081502.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081503.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081504.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081505.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081506.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081507.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081508.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081509.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081510.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081511.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081512.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081513.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081514.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081515.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081516.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081517.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081518.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081519.stat
[2024-10-15 00:47:11 Local] StatsManager cleanup deleted the daily stats file: /etc/dns/stats/20240815.dstat
[2024-10-15 01:02:12 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 01:17:18 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 01:32:24 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 01:47:29 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 02:02:35 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 02:17:40 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 02:32:46 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 02:47:51 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 03:02:57 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 03:18:03 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 03:33:08 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 03:48:14 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 04:03:19 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 04:18:25 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 04:33:30 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 04:48:36 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 05:03:41 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 05:18:47 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 05:33:53 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 05:48:59 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 06:04:04 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 06:19:10 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 06:34:15 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 06:49:21 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 07:04:27 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 07:19:32 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 07:34:38 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 07:49:44 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 08:04:49 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 08:19:55 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 08:35:01 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 08:50:06 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 09:05:12 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 09:20:18 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 09:35:23 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 09:50:29 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 10:05:35 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 10:20:41 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 10:35:46 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 10:50:52 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 11:05:58 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 11:21:03 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 11:36:09 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 11:51:15 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 12:06:20 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 12:21:26 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 12:36:32 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 12:51:38 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 13:06:43 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 13:21:49 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 13:36:55 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 13:52:01 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 14:07:07 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
--- End of stack trace from previous location ---
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 103
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 109
at QueryLogsSqlite.App.<.ctor>b__14_1(Object state) in Z:\Technitium\Projects\DnsServer\Apps\QueryLogsSqliteApp\App.cs:line 115
[2024-10-15 14:10:12 Local] DHCP Server successfully unloaded scope: Default
[2024-10-15 14:10:12 Local] DNS Server (v13.0.2.0) was stopped successfully.
[2024-10-15 14:10:12 Local] DNS Server auth config file was saved: /etc/dns/auth.config
[2024-10-15 14:10:12 Local] Logging stopped.
[2024-10-15 14:10:26 Local] Logging started.
[2024-10-15 14:10:26 Local] DNS Server auth config file was loaded: /etc/dns/auth.config
[2024-10-15 14:10:26 Local] Web Service TLS certificate was loaded: /etc/dns/self-signed-cert.pfx
[2024-10-15 14:10:26 Local] DNS Server config file was loaded: /etc/dns/dns.config
it is 11:51EST here now.. believe the logs are UTC
and I see this now at the top of the logs..
[2024-10-15 00:01:50 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
(what is the sqlitedb?)
iirc just logging.. yes?
I removed the sqlite app and installed the package by hand.. from:
https://download.technitium.com/dns/apps/QueryLogsSqliteApp-v6.zip
seemed to fix the resolver and the latency..
{
"Metadata": {
"NameServer": "tchntm112200:530 (127.0.0.1)",
"Protocol": "Udp",
"DatagramSize": "76 bytes",
"RoundTripTime": "0.43 ms"
},
"EDNS": {
"UdpPayloadSize": 1232,
"ExtendedRCODE": "NoError",
"Version": 0,
"Flags": "None",
"Options": []
},
"Identifier": 0,
"IsResponse": true,
"OPCODE": "StandardQuery",
"AuthoritativeAnswer": false,
"Truncation": false,
"RecursionDesired": true,
"RecursionAvailable": true,
"Z": 0,
"AuthenticData": false,
"CheckingDisabled": false,
"RCODE": "NoError",
"QDCOUNT": 1,
"ANCOUNT": 2,
"NSCOUNT": 0,
"ARCOUNT": 1,
"Question": [
{
"Name": "go.technitium.com",
"Type": "A",
"Class": "IN"
}
],
"Answer": [
{
"Name": "go.technitium.com",
"Type": "CNAME",
"Class": "IN",
"TTL": "189 (3 mins 9 sec)",
"RDLENGTH": "2 bytes",
"RDATA": {
"Domain": "technitium.com"
},
"DnssecStatus": "Disabled"
},
{
"Name": "technitium.com",
"Type": "A",
"Class": "IN",
"TTL": "190 (3 mins 10 sec)",
"RDLENGTH": "4 bytes",
"RDATA": {
"IPAddress": "206.189.140.177"
},
"DnssecStatus": "Disabled"
}
],
"Authority": [],
"Additional": [
{
"Name": "",
"Type": "OPT",
"Class": "1232",
"TTL": "0 (0 sec)",
"RDLENGTH": "0 bytes",
"RDATA": {
"Options": []
},
"DnssecStatus": "Disabled"
}
]
}
Thanks for the details. It seems to be some intermittent issue resolving the domain name. The "Waiting for resolver" error message in the output just means that its taking longer to resolver the domain and you need to try again.
[2024-10-15 00:01:50 Local] DNS App [Query Logs (Sqlite)]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 11: 'database disk image is malformed'.
The error means that the sqlite db file on disk is corrupt and needs to be removed or to update the config to use a different file name. This process is done in background and thus will not affect domain name resolution.
Good to know that the domain is resolving now.
Everything started working much better after deleting/adding the sqlite app again..
As always, thank you for your time and resources..
[2024-10-15 11:58:04 Local] Web Service TLS certificate was loaded: /etc/dns/self-signed-cert.pfx
[2024-10-15 11:58:04 Local] [10.120.48.195:47183] [admin] DNS Settings were updated successfully.
[2024-10-15 11:58:14 Local] DNS Server config file was saved: /etc/dns/dns.config
[2024-10-15 11:59:10 Local] [10.120.48.195:47183] [admin] DNS application 'Query Logs (Sqlite)' was uninstalled successfully.
[2024-10-15 11:59:26 Local] [10.120.48.195:47183] [admin] DNS application 'Query Logs (Sqlite)' was installed successfully from: https://download.technitium.com/dns/apps/QueryLogsSqliteApp-v6.zip
[2024-10-15 11:59:38 Local] [10.120.48.195:47183] Check for update was done {updateAvailable: False; updateVersion: 13.0.2; updateTitle: New Update (v13.0.2) Available!; updateMessage: Follow the instructions from the link below to update the DNS server to the latest version. Read the change logs before installing this update to know if there are any breaking changes.; instructionsLink: https://blog.technitium.com/2017/11/running-dns-server-on-ubuntu-linux.html; changeLogLink: https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md;}
[2024-10-15 12:00:52 Local] [10.120.48.195:47183] Check for update was done {updateAvailable: False; updateVersion: 13.0.2; updateTitle: New Update (v13.0.2) Available!; updateMessage: Follow the instructions from the link below to update the DNS server to the latest version. Read the change logs before installing this update to know if there are any breaking changes.; instructionsLink: https://blog.technitium.com/2017/11/running-dns-server-on-ubuntu-linux.html; changeLogLink: https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md;}
[2024-10-15 12:07:44 Local] [10.120.48.195:51183] Check for update was done {updateAvailable: False; updateVersion: 13.0.2; updateTitle: New Update (v13.0.2) Available!; updateMessage: Follow the instructions from the link below to update the DNS server to the latest version. Read the change logs before installing this update to know if there are any breaking changes.; instructionsLink: https://blog.technitium.com/2017/11/running-dns-server-on-ubuntu-linux.html; changeLogLink: https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md;}
[2024-10-15 12:07:46 Local] [10.120.48.195:51183] Check for update was done {updateAvailable: False; updateVersion: 13.0.2; updateTitle: New Update (v13.0.2) Available!; updateMessage: Follow the instructions from the link below to update the DNS server to the latest version. Read the change logs before installing this update to know if there are any breaking changes.; instructionsLink: https://blog.technitium.com/2017/11/running-dns-server-on-ubuntu-linux.html; changeLogLink: https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md;}
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081600.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081601.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081602.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081603.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081604.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081605.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081606.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081607.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081608.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081609.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081610.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081611.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081612.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081613.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081614.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081615.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081616.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081617.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081618.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081619.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081620.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081621.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081622.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the hourly stats file: /etc/dns/stats/2024081623.stat
[2024-10-15 20:54:19 Local] StatsManager cleanup deleted the daily stats file: /etc/dns/stats/20240816.dstat
[2024-10-16 07:55:42 Local] Logging stopped.
I found this because I have a massive latency from technitium and not sure if it is related to this..
Thank you in advance.