Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2008
    Location
    Hungry
    Posts
    270

    Timeout expired.

    my websites many times gives me this error and i should reboot the server to solve this issue :


    Server Error in '/' Application.

    Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

    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.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.

    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:


    [InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.]
    System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +4866542
    System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
    System.Data.SqlClient.SqlConnection.Open() +122
    _30nemairan2.index.hamid() in C:\Inetpub\wwwroot\30nemairan2\index.aspx.vb:185
    _30nemairan2.index.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\30nemairan2\index.aspx.vb:100
    System.Web.UI.Control.OnLoad(EventArgs e) +99
    System.Web.UI.Control.LoadRecursive() +50
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

    Version Information: Microsoft .NET Framework Version:2.0.50727.4016; ASP.NET Version:2.0.50727.4016

  2. #2
    Join Date
    May 2012
    Location
    Linux World
    Posts
    1,137
    Have you checked mysql Timout setting and try upping it a little?, check the mysql logs to see aborted queries.
    Kevin Cheri : Senior Server Administrator / Freelancer : 13+ years Exp, reach me out for any help
    Server Optimization Expert / Mysql Guru / Migration Specialist
    Skype : lynxmaestro
    Gmail : cheri.kevin@gmail.com

  3. #3
    Join Date
    Apr 2004
    Location
    Pacific Palisades, CA
    Posts
    3,641
    I think you need to check how many open connections you have while the application is running. You can use perfmon.exe to do this
    Collabora Hosting - Unlimited Windows and Linux Hosting
    Web Security - VPS - Dedicated Servers
    Cloud and Managed WordPress Hosting
    Read how we do Unlimited Hosting at the Unlimited FAQ

Similar Threads

  1. apr_poll: The timeout specified has expired (70007)
    By nikola8 in forum Hosting Security and Technology
    Replies: 1
    Last Post: 04-02-2011, 03:59 PM
  2. Just Released: Expired Doman Name Finder (available expired names)
    By BlackMail in forum Software & Scripts Offers
    Replies: 0
    Last Post: 04-15-2009, 05:28 PM
  3. Replies: 0
    Last Post: 09-14-2008, 01:53 AM
  4. Replies: 3
    Last Post: 08-08-2007, 04:44 PM
  5. Replies: 4
    Last Post: 05-18-2003, 01:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •