Oracle Connection Pool Timeout RSWEB errors

Aug 22 2008 3:21 PM

Does anyone have any experience with the following error?

Thanks,  Will

Server Error in '/RSWeb' 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.OracleClient.OracleConnectionPoolManager.GetPooledConnection(String encryptedConnectionString, OracleConnectionString options, OracleConnection owningObject, Boolean& isInTransaction) +202
   System.Data.OracleClient.OracleConnection.OpenInternal(OracleConnectionString parsedConnectionString, Object transact) +600
   System.Data.OracleClient.OracleConnection.Open() +32
   AMAT.DataAccess.Utilities.DAMapHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, OracleParameter[] commandParameters) +54
   AMAT.DataAccess.MasterDB.Master.GetSingleDRValue(String MOPConnection, String sql, String defaultValue) +43
   AMAT.DataAccess.Utilities.DataStore.GetSysmonConnection() +152
   RSWeb.RSSM.web.WebUsage.LogRequest(String user_id, String user_name, String url, String query, String remote_addr, String remote_host, String server_name, String server_port) +38
   RiverSide.Global.Application_PreRequestHandlerExecute(Object sender, EventArgs e) +1047
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
 

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

 


Answers (1)