Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Anyone else getting lots of Timeouts lately?Anyone else getting lots of Timeouts lately?
Previous
 
Next
New Post
9/3/2008 4:03 AM
 

Will Morgenweck wrote
 

 Frozen DNN wrote
 

 

Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

I don't know why but I am getting them a lot lately. Not on just one website but all of them. Few of them don't even have any traffic. I use them to test stuff and get these time outs when I am trying to clear the event viewe log, upload a module. What'sn going on? Can anyone please enlight me?

Thanks for your time..

 

 

 

Sounds like you need to do some database maintenance.  Here is a quick way to clear the event log when you can't do it through the UI

TRUNCATE TABLE {databaseOwner}{objectQualifier}EventLog

Your SiteLog may have also reached a size where the scheduler is not able to clear it out.  If that's the case, then you need to delete some rows by using a delete statement.  You may want to delete everything older than 30-days.  You could also just run the statement above but replace EventLog with SiteLog.

I would also check and see how much space you have available in your transaction log.

 

 

Actually, I am doing that but I still get them. They are getting ridiculous! Can't even go from one page to another. I am using th CSS tune up module and other sql querries such as you mentioned but no change.

Here is the latest:

[SqlException (0x80131904): Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +925466
   System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +800118
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +186
   System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1932
   System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +31
   System.Data.SqlClient.SqlDataReader.get_MetaData() +62
   System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
   System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +1005
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +132
   System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
   System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +122
   System.Data.SqlClient.SqlCommand.ExecuteReader() +84
   System.Data.SqlClient.SqlCommand.DeriveParameters() +2842
   System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) +88
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) +212
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) +303
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) +154
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) +36
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) +200
   DotNetNuke.Data.SqlDataProvider.GetTabModules(Int32 TabId) +87
   DotNetNuke.Entities.Modules.ModuleController.GetTabModules(Int32 TabId) +141
   DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +3704
   DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +82
   DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +3303
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
 

 
New Post
9/3/2008 4:12 AM
 

Is it because I upgraded to 4.8.4? This is effing annoying..

Here is some more:

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Threading.ThreadAbortException: Thread was being aborted.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[ThreadAbortException: Thread was being aborted.]
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +501
   System.Web.ApplicationStepManager.ResumeSteps(Exception error) +564
   System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +141
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +436

Server Error in '/' Application.

Thread was being aborted.

 

 
New Post
9/26/2008 3:34 PM
 

I've been getting a lot of these since upgrading to DNN 4.9.  They occur in bunches, but overall at irregular intervals.

 

 
New Post
9/28/2008 8:13 AM
 

I have also been getting a lot of timeout errors on multiple installs since upgrading to DNN 4.9.0 (never had timeout errors in the log before on these installs). Mainly seems to happen after an application restart/recycle so I have just turned off recycling for now. Does anyone know if this is a bug or what could be causing the timeouts?

 
New Post
9/29/2008 5:10 AM
 

I am not aware of changes in DNN 4.8.x/4.9.0 having a negative effect on performance. are there specific actions causing lengthly actions? did you clear Eventlog, Sitelog and Scheduler history, verify scheduler tasks not to run prior to previos execution finished and verify the transaction log of the database to be truncated frequently?


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Anyone else getting lots of Timeouts lately?Anyone else getting lots of Timeouts lately?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out