You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Davyd McColl (Jira)" <ji...@apache.org> on 2020/09/29 19:20:00 UTC

[jira] [Closed] (LOG4NET-628) Log4net : WARN Exception while disposing cached connection object

     [ https://issues.apache.org/jira/browse/LOG4NET-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davyd McColl closed LOG4NET-628.
--------------------------------
    Resolution: Fixed

In an effort to clean up old issues, I'm closing this because there is no feedback. Please open a new issue if the problem persists – I'd really like to solve it if it's still an issue.

> Log4net : WARN Exception while disposing cached connection object
> -----------------------------------------------------------------
>
>                 Key: LOG4NET-628
>                 URL: https://issues.apache.org/jira/browse/LOG4NET-628
>             Project: Log4net
>          Issue Type: Bug
>          Components: Appenders
>            Reporter: Pramod Jaiswal
>            Priority: Critical
>
> Dear Community Members,
> We are using log4net component in one of the C# project. When application is about to finish, suddenly below error message popups on the application console-
>  
> System.InvalidOperationException: Internal .Net Framework Data Provider error 1.
>     at System.Data.ProviderBase.DbConnectionInternal.PrePush(Object expectedOwner
> )   at System.Data.ProviderBase.DbConnectionPool.PutObject(DbConnectionInternal o
> bj, Object owningObject)
>    at System.Data.ProviderBase.DbConnectionInternal.CloseConnection(DbConnection
> owningObject, DbConnectionFactory connectionFactory)
>    at System.Data.SqlClient.SqlConnection.CloseInnerConnection()
>    at System.Data.SqlClient.SqlConnection.Close()
>   at log4net.Appender.AdoNetAppender.DiposeConnection()
> log4net:WARN Exception while disposing cached connection object
> System.InvalidOperationException: Internal .Net Framework Data Provider error 1.
>     at System.Data.ProviderBase.DbConnectionInternal.PrePush(Object expectedOwner
> )   at System.Data.ProviderBase.DbConnectionPool.PutObject(DbConnectionInternal o
> bj, Object owningObject)
>    at System.Data.ProviderBase.DbConnectionInternal.CloseConnection(DbConnection
> owningObject, DbConnectionFactory connectionFactory)
>    at System.Data.SqlClient.SqlConnection.CloseInnerConnection()
>    at System.Data.SqlClient.SqlConnection.Close()
>    *at log4net.Appender.AdoNetAppender.DiposeConnection()*
>  
> Could you please let me know why this error message is coming and how to avoid this error message on console screen as this issue is coming on PROD environment and our client has escalated this issue.
>  
> Thanks in advance for providing the solution.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)