|
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:
Line 98: using (SqlConnection conn = new SqlConnection(System.Web.Configuration.WebConfigurationManager.ConnectionStrings["OSP_DB"].ToString())) Line 99: { Line 100: conn.Open(); Line 101: SqlCommand cmd = new SqlCommand("select * from " + (CHelperFile.Demo ? "MSPDEMO_" : "") + "PROSPECTOR..BLOG where id=@id", conn); Line 102: cmd.Parameters.AddWithValue("id", id);
Source File: c:\inetpub\wwwroot\mystockprospector.com\App_Code\DB\DataAccess\Blog\Blog.cs Line: 100
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.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) +440 System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +315 System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) +128 System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) +265 System.Data.SqlClient.SqlConnection.Open() +133 Blog..ctor(Int32 id) in c:\inetpub\wwwroot\mystockprospector.com\App_Code\DB\DataAccess\Blog\Blog.cs:100 _UserControls_General_FeaturedScreens.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\mystockprospector.com\_UserControls\FeaturedScreens.ascx.cs:12 System.Web.UI.Control.OnLoad(EventArgs e) +108 System.Web.UI.Control.LoadRecursive() +90 System.Web.UI.Control.LoadRecursive() +185 System.Web.UI.Control.LoadRecursive() +185 System.Web.UI.Control.LoadRecursive() +185 System.Web.UI.Control.LoadRecursive() +185 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4494.0
|
|
|
|
|
Hello Cjwatk,
I had our Engineer take a look at this error you received in mystockprospector and he mentioned the error referred to a database timeout, which means the database was busy at the time and could not handle the request in a reasonable time.
He stated it is working fine now.
Please try to use your mystockprospector.com again.
Thank you, Treava
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.