Hello,
When enabling log4net, i get this error on my application.
Im Running AppSelfHostBase on Mono 3.2.8. On Debugger i don’t see this error, but as soon as i put it on Mono 3.2.8 on a Debian distribution, i see this with every web request.
Tried switching between SelfHostBase / Pool / Smart, etc… but it doesn’t matter.
How can i find out what it’s missing, and how that’s caused?
Regards,
2017-03-03 09:23:02,404 ERROR [STP SmartThreadPool Thread #0] ServiceStackHost.Release
System.Collections.Generic.KeyNotFoundException: __disposables
at System.Collections.Concurrent.ConcurrentDictionary`2[System.Object,System.Object].GetValue (System.Object key) [0x00000] in <filename unknown>:0
at System.Collections.Concurrent.ConcurrentDictionary`2[System.Object,System.Object].get_Item (System.Object key) [0x00000] in <filename unknown>:0
at System.Collections.Concurrent.ConcurrentDictionary`2[System.Object,System.Object].System.Collections.IDictionary.get_Item (System.Object key) [0x00000] in <filename unknown>:0
at ServiceStack.RequestContext.ReleaseDisposables () [0x00000] in <filename unknown>:0
at ServiceStack.Service.Dispose () [0x00000] in <filename unknown>:0
at ServiceStack.ServiceStackHost.Release (System.Object instance) [0x00000] in <filename unknown>:0