System.NullReferenceException on FindAndRender object
-----------------------------------------------------

                 Key: LOG4NET-146
                 URL: https://issues.apache.org/jira/browse/LOG4NET-146
             Project: Log4net
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.2.10
         Environment: Windows 2003 Server Release 2
Oracle ODP Version (Oracle.DataAccess.dll) 1.102.3.0
.Net 1.1.4332
            Reporter: Matthias Krause
             Fix For: 1.2.10


Get following error text:

<log4net.Error>Exception rendering object type 
[System.NullReferenceException]<stackTrace>System.NullReferenceException: 
Object reference not set to an instance of an object.
   at System.Diagnostics.StackTrace.GetStackFramesInternal(StackFrameHelper 
sfh, Int32 iSkip, Exception e)
   at System.Diagnostics.StackTrace.CaptureStackTrace(Int32 iSkip, Boolean 
fNeedFileInfo, Thread targetThread, Exception e)
   at System.Diagnostics.StackTrace..ctor(Exception e, Boolean fNeedFileInfo)
   at System.Environment.GetStackTrace(Exception e)
   at System.Environment.GetStackTrace(Exception e)
   at System.Exception.get_StackTrace()
   at System.Exception.ToString()
   at System.Exception.ToString()
   at log4net.ObjectRenderer.DefaultRenderer.RenderObject(RendererMap 
rendererMap, Object obj, TextWriter writer)
   at log4net.ObjectRenderer.RendererMap.FindAndRender(Object obj, TextWriter 
writer)</stackTrace></log4net.Error>

Exception come form a OracleDataAdapter Fill call from a C# application.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to