Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Oracle client during heavy load causes error: System.Threading.SemaphoreFullException: Adding the specified count to the semaphore would cause it to exceed its maximum count. #190

Closed
PerIngeVaaje opened this issue Oct 29, 2021 · 0 comments · Fixed by PxTools/PCAxis.Sql#12
Labels
bug Something isn't working

Comments

@PerIngeVaaje
Copy link
Collaborator

During heavy database load sometimes error occurs on IIS-server/Oracle client

System.Threading.SemaphoreFullException: Adding the specified count to the semaphore would cause it to exceed its maximum count.
at System.Threading.Semaphore.Release(Int32 releaseCount)
at System.Threading.Semaphore.Release()
at OracleInternal.ConnectionPool.PoolManager3.Put(PR pr, OracleConnection connRefForCriteria) at OracleInternal.ConnectionPool.OraclePoolManager.Put(OracleConnectionImpl con, OracleConnection connRefForCriteria) at OracleInternal.ConnectionPool.OracleConnectionDispenser3.Put(PR pr, OracleConnection connRefForCriteria)
at OracleInternal.ConnectionPool.OracleConnectionDispenser`3.PutFromApp(PR pr, OracleConnection connRefForCriteria)
at Oracle.ManagedDataAccess.Client.OracleConnection.Close()
at PCAxis.Sql.DbClient.MyDbVendor.Dispose()
at PCAxis.Sql.DbClient.PxSqlCommandForTempTables.Dispose()
at PCAxis.Sql.QueryLib_24.MetaQuery.Dispose()
at PCAxis.Sql.Parser_24.PXSqlMeta_24.Dispose()
at PCAxis.Sql.Parser_24.PXSqlData_24.Dispose()
at PCAxis.PlugIn.Sql.PXSQLBuilder.BuildForPresentation(Selection[] selections)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant