Bob blew out the server.
Bob Grant show got more viewers then the server can handle. Time to buy upgrades and more bandwidth. ------ 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 38: void Application_BeginRequest(object sender, EventArgs e)
Line 39: {
Line 40: UbaTV.BusinessLogic.SessionManager.Instance.BeginTransaction();
Line 41: }
Line 42:
Source File: d:\Webs\ubatv\Global.asax Line: 40
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) +4861594
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
System.Data.SqlClient.SqlConnection.Open() +122
NHibernate.Connection.DriverConnectionProvider.GetConnection() +60
NHibernate.Impl.SessionFactoryImpl.OpenConnection() +41
[ADOException: cannot open connection]
NHibernate.Impl.SessionFactoryImpl.OpenConnection() +96
NHibernate.AdoNet.ConnectionManager.GetConnection() +50
NHibernate.Impl.SessionImpl.get_Connection() +12
NHibernate.Transaction.AdoTransaction.Begin(IsolationLevel isolationLevel) +215
NHibernate.Transaction.AdoTransaction.Begin() +8
NHibernate.AdoNet.ConnectionManager.BeginTransaction() +21
NHibernate.Impl.SessionImpl.BeginTransaction() +58
UbaTV.BusinessLogic.SessionManager.BeginTransaction() +94
ASP.global_asax.Application_BeginRequest(Object sender, EventArgs e) in d:\Webs\ubatv\Global.asax:40
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053