Here's the error message:
10/17/2009 1:00 AM (GMT-04:00): The Fog Creek Maintenance Service has reported an error. (200) CCmd: The transaction log for database 'fogbugz' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases SQL: DELETE FROM FBLock WHERE ( sLock LIKE 'SessionWriteLock[_]%' ) AND ( sKey = '' OR sKey IS NULL OR dtExpires System.Data.SqlClient.SqlException: The transaction log for database 'fogbugz' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Wasabi.Runtime.ADO.Command.ExecuteNonQuery() in c:\src\Wasabi\Wasabi.Runtime\ADO\Command.cs:line 94 at FogCreek.FogBugz.CCmd.ExecuteNonQuery(Nullable`1 nCacheClearLevel) in c:\src\FogBugz\distribution\src-Website\CCmd.was:line 236 at Wasabi.Runtime.Error.Raise(Int32 number, String source, String description, String helpfile, Nullable`1 helpcontext) in c:\src\Wasabi\Wasabi.Runtime\Error.cs:line 88 at FogCreek.FogBugz.CCmd.ExecuteNonQuery(Nullable`1 nCacheClearLevel) in c:\src\FogBugz\distribution\src-Website\CCmd.was:line 245 at FogCreek.FogBugz.Database.CDeleteQuery.Execute() in c:\src\FogBugz\distribution\src-Website\CDeleteQuery.was:line 25 at FogCreek.FogBugz.CDbSession.DeleteExpiredLocks() in c:\src\FogBugz\distribution\src-Website\CDbSession.was:line 334 at FogCreek.FogBugz.CDbSession.DeleteExpired() in c:\src\FogBugz\distribution\src-Website\CDbSession.was:line 298 at FogCreek.FogBugz.CDailyTask.PerformTask(String& sError, String sURL) in c:\src\FogBugz\distribution\src-Website\CDailyTask.was:line 65 at FogCreek.FogBugz.__Global.SingleHeartbeat(Int32 cMaxBayesianRequests, Int32 cMaxMailMessages, Int32 nEmailTimeout) in c:\src\FogBugz\distribution\src-Website\singleHeartbeat.was:line 66 at FogCreek.FogBugz.__Global.StartHeartbeat() in c:\src\FogBugz\distribution\src-Website\heartbeat.was:line 69
We tried truncating the transaction log, but it immediately fills right back up.