David Duman
David Duman

Reputation: 6656

DNN site stop working

I have a dnn installation with 3 portals. Everything was fine for couple months.

Sites stopped working completely and all I have is 2 error messages in the logs.

[Thread:61][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.Thread.SleepInternal(Int32 millisecondsTimeout) at System.Threading.Thread.Sleep(TimeSpan timeout) at DotNetNuke.Services.Scheduling.Scheduler.CoreScheduler.RunEventSchedule(EventName eventName)

[Thread:61][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpException (0x80004005): Request timed out.

So the error messages dont mean anything. Any ideas?

Upvotes: 0

Views: 922

Answers (1)

David Duman
David Duman

Reputation: 6656

DotNetNuke.Services.Scheduling.Scheduler

This was the clue for me, I disabled all the scheduled task from database and site start working again. One of the task were taking so long and causing timeout.

I hope this helps someone in the future.

Upvotes: 1

Related Questions