Page 1 of 1

Background Thread Unhandled InvalidOperationException again

Posted: Mon 16 May 2011 07:21
by crazypit
Hello,

Using the latest LinqConnect build 2.20.21, i still get the first unhandled exception as described in http://www.devart.com/forums/viewtopic.php?t=20504.

Application: Exis.eXray.AppServerService.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException
Stack:
at Devart.Common.DbConnectionInternal.d(System.Object)
at Devart.Common.DbConnectionPoolGroup.a(Devart.Common.DbConnectionPool)
at Devart.Common.DbConnectionPoolGroup.a(System.Object)
at System.Threading.ExecutionContext.runTryCode(System.Object)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode, CleanupCode, System.Object)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading._TimerCallback.PerformTimerCallback(System.Object)


System is an Oracle 11.2.0.1. We do not use Direct mode. We use the default Devart pooling with min 10 max 100 connections for each of a number of 5-6 application domains loaded in a Windows Service process. Oracle client used, is an Oracle Instant Client version 11.2.0.1. Database and application server are 2 different Windows Server 2008 R2 64-bit machines.

Posted: Thu 19 May 2011 12:54
by StanislavK
Sorry for the delay. We will investigate this situation and inform you about the results as soon as possible.

Posted: Thu 29 Sep 2011 16:25
by StanislavK
Could you please specify if you are still encountering this error? Though we couldn't reproduce it, we can send you a test build with logging enabled to localize the error's cause.

Posted: Wed 12 Oct 2011 12:42
by crazypit
Hello,

For the time being, we do not still encounter this error. We had some changes in our RAC configuration and setup and it seems that the problem went away.