GordonEndersby
May 4th, 2008, 01:37 PM
Hi guys,
My backend crashed today.
It was picked up by monit and restarted.
This is the mythbackend.log from around that time.
As you can see there are a lot of mysql errors.
"QSqlQuery::exec: empty query" is repeated over hundreds of lines of the log. Then it goes into the syntax errors again repeated over hundreds of lines.
I was out at the time and the box was just sitting there.
No recording scheduled and no other jobs scheduled.
Does anybody know what this is?
2008-05-04 13:00:02.692 adding: mythtv as a client (events: 0)
2008-05-04 13:01:12.733 Reschedule requested for id -1.
2008-05-04 13:01:13.574 Scheduled 77 items in 0.8 = 0.04 match + 0.79 place
QSqlQuery::exec: empty query
QSqlQuery::exec: empty query.....
<< Hundreds of lines the same>>
....QSqlQuery::exec: empty query
QSqlQuery::exec: empty query
QSqlQuery::exec: empty query
QSqlQuery::exec: empty query
222yyyy-22MM-22dd 22hh:22mm:22ss.22zzz DB Error (GetOverlappingPrograms 1):
Query was:
SELECT title, subtitle, description, category, catego
ry_type, starttime, endtime, subtitletypes+0,audioprop+0, videoprop+0, seriesid, programid, partnumber, parttotal, syndicatedepisodenumber, airdate, originalairdate, previouslyshown FROM program WHERE chanid = :CHANID AND manualid = 0 AND ( ( starttime >= :STIME1 AND starttime < :ETIME1 ) OR ( endtime > :STIME2 AND endtime <= :ETIME2 ) )
Driver error was [2/1064]:
QMYSQL3: Unable to execute query
Database error was:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':CHANID AND manualid = 0 AND ( ( starttime >= :STIME1 AND star' at line 1
<< Hundreds of lines the same till the backend crashes and is restarted by monit.
No other instances for the rest of the day.
Thanks
Gordon
My backend crashed today.
It was picked up by monit and restarted.
This is the mythbackend.log from around that time.
As you can see there are a lot of mysql errors.
"QSqlQuery::exec: empty query" is repeated over hundreds of lines of the log. Then it goes into the syntax errors again repeated over hundreds of lines.
I was out at the time and the box was just sitting there.
No recording scheduled and no other jobs scheduled.
Does anybody know what this is?
2008-05-04 13:00:02.692 adding: mythtv as a client (events: 0)
2008-05-04 13:01:12.733 Reschedule requested for id -1.
2008-05-04 13:01:13.574 Scheduled 77 items in 0.8 = 0.04 match + 0.79 place
QSqlQuery::exec: empty query
QSqlQuery::exec: empty query.....
<< Hundreds of lines the same>>
....QSqlQuery::exec: empty query
QSqlQuery::exec: empty query
QSqlQuery::exec: empty query
QSqlQuery::exec: empty query
222yyyy-22MM-22dd 22hh:22mm:22ss.22zzz DB Error (GetOverlappingPrograms 1):
Query was:
SELECT title, subtitle, description, category, catego
ry_type, starttime, endtime, subtitletypes+0,audioprop+0, videoprop+0, seriesid, programid, partnumber, parttotal, syndicatedepisodenumber, airdate, originalairdate, previouslyshown FROM program WHERE chanid = :CHANID AND manualid = 0 AND ( ( starttime >= :STIME1 AND starttime < :ETIME1 ) OR ( endtime > :STIME2 AND endtime <= :ETIME2 ) )
Driver error was [2/1064]:
QMYSQL3: Unable to execute query
Database error was:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':CHANID AND manualid = 0 AND ( ( starttime >= :STIME1 AND star' at line 1
<< Hundreds of lines the same till the backend crashes and is restarted by monit.
No other instances for the rest of the day.
Thanks
Gordon