<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:42:05 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CSHARP-2272] too many open files in system socket connection exception</title>
                <link>https://jira.mongodb.org/browse/CSHARP-2272</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description></description>
                <environment></environment>
        <key id="545376">CSHARP-2272</key>
            <summary>too many open files in system socket connection exception</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="wan.bachtiar@mongodb.com">Wan Bachtiar</assignee>
                                    <reporter username="khancyai">cihan kaya</reporter>
                        <labels>
                            <label>question</label>
                    </labels>
                <created>Thu, 17 May 2018 14:25:05 +0000</created>
                <updated>Mon, 29 Apr 2019 14:47:35 +0000</updated>
                            <resolved>Mon, 29 Apr 2019 14:47:35 +0000</resolved>
                                                                    <component>Connectivity</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="2136250" author="wan.bachtiar" created="Mon, 4 Feb 2019 06:55:50 +0000"  >&lt;blockquote&gt;&lt;p&gt;System.Net.Sockets.SocketException: Too many open files in system&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Hi Cihan,&lt;br/&gt;
How do you create &lt;a href=&quot;https://mongodb.github.io/mongo-csharp-driver/2.7/apidocs/html/T_MongoDB_Driver_MongoClient.htm&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;MongoClient&lt;/a&gt; instance within your application ?&lt;/p&gt;

&lt;p&gt;Typically you only create one MongoClient instance for a given cluster and use it across your application. Creating multiple MongoClients will, however, still share the same pool of connections if and only if the &lt;tt&gt;MongoClientSettings&lt;/tt&gt; are identical. However there are some conditions under which the MongoClient instances are unable to determine that they can share a connection pool, and if that&apos;s the case then each MongoClient instance will have its own connection pool which might be a possible explanation for this error.&lt;/p&gt;

&lt;p&gt;Could you also provide the MongoDB C# driver version that you&apos;re using ? &lt;/p&gt;





&lt;p&gt;Please note that the CSHARP project is for reporting bugs or feature suggestions for the MongoDB .NET/C# driver. If you have any follow-up questions on the use of the driver, please post a question on &lt;a href=&quot;https://groups.google.com/forum/#!forum/mongodb-user&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb-user&lt;/a&gt; group with relevant the information.&lt;/p&gt;

&lt;p&gt;Regards, &lt;br/&gt;
Wan. &lt;/p&gt;</comment>
                            <comment id="1893910" author="jmikola@gmail.com" created="Thu, 17 May 2018 14:52:06 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=khancyai&quot; class=&quot;user-hover&quot; rel=&quot;khancyai&quot;&gt;khancyai&lt;/a&gt;: You originally opened this in the &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;CDRIVER&lt;/a&gt; project, which is for the C driver. It appears you&apos;re using the C# driver, so I&apos;ve moved this over to the &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;CSHARP&lt;/a&gt; project. For future reference, the &lt;a href=&quot;https://docs.mongodb.com/ecosystem/drivers/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;MongoDB Drivers Ecosystem page&lt;/a&gt; has links to the appropriate JIRA projects for each language.&lt;/p&gt;</comment>
                            <comment id="1893842" author="khancyai" created="Thu, 17 May 2018 14:26:09 +0000"  >&lt;p&gt;our software containing:&lt;/p&gt;

&lt;p&gt;centos, nginx, kestrel http server, dotnet core (v2.0.8) application work with mongodb (v3.6.7)&lt;/p&gt;

&lt;p&gt;kestrel http server sometimes stop responding, it seems that an error from mongodb driver connection like below logs on 3th line&lt;/p&gt;

&lt;p&gt;what is causing this problem ?&lt;/p&gt;

&lt;p&gt;i have configured max open files option to 640000 with this topic&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://medium.com/@mshanak/soved-dotnet-core-too-many-open-files-in-system-when-using-postgress-with-entity-framework-c6e30eeff6d1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://medium.com/@mshanak/soved-dotnet-core-too-many-open-files-in-system-when-using-postgress-with-entity-framework-c6e30eeff6d1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;but nothing fixed please can you help to solve this problem thank you all.&lt;br/&gt;
&#160;&lt;br/&gt;
&lt;tt&gt;May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: fail: Microsoft.AspNetCore.Server.Kestrel&lt;span class=&quot;error&quot;&gt;&amp;#91;13&amp;#93;&lt;/span&gt;May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: Connection id &quot;0HLDRQRA00CP4&quot;, Request id &quot;0HLDRQRA00CP4:00000001&quot;: An unhandled exception was thrown by the application.May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---&amp;gt; System.Net.Sockets.SocketException: Too many open files in systemMay 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Net.Sockets.Socket..ctor(AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at MongoDB.Driver.Core.Connections.TcpStreamFactory.CreateSocket(EndPoint endPoint)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at MongoDB.Driver.Core.Connections.TcpStreamFactory.&amp;lt;CreateStreamAsync&amp;gt;d_&lt;em&gt;4.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at MongoDB.Driver.Core.Connections.BinaryConnection.&amp;lt;OpenHelperAsync&amp;gt;d&lt;/em&gt;&lt;em&gt;48.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of inner exception stack trace ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at MongoDB.Driver.Core.Connections.BinaryConnection.&amp;lt;OpenHelperAsync&amp;gt;d&lt;/em&gt;&lt;em&gt;48.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at MongoDB.Driver.Core.Servers.Server.&amp;lt;GetChannelAsync&amp;gt;d&lt;/em&gt;&lt;em&gt;30.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at MongoDB.Driver.Core.Operations.FindOperation`1.&amp;lt;ExecuteAsync&amp;gt;d&lt;/em&gt;&lt;em&gt;111.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at MongoDB.Driver.OperationExecutor.&amp;lt;ExecuteReadOperationAsync&amp;gt;d&lt;/em&gt;&lt;em&gt;3`1.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at MongoDB.Driver.MongoCollectionImpl`1.&amp;lt;ExecuteReadOperationAsync&amp;gt;d&lt;/em&gt;&lt;em&gt;83`1.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at MongoDB.Driver.MongoCollectionImpl`1.&amp;lt;UsingImplicitSessionAsync&amp;gt;d&lt;/em&gt;&lt;em&gt;91`1.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at MongoDB.Driver.IAsyncCursorSourceExtensions.&amp;lt;FirstOrDefaultAsync&amp;gt;d&lt;/em&gt;&lt;em&gt;5`1.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at MYData.UserCollection.&amp;lt;GetByIdAsync&amp;gt;d&lt;/em&gt;&lt;em&gt;2.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at MYAPI.Controllers.PostController.&amp;lt;GetForExplore&amp;gt;d&lt;/em&gt;&lt;em&gt;8.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.&amp;lt;InvokeActionMethodAsync&amp;gt;d&lt;/em&gt;&lt;em&gt;12.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.&amp;lt;InvokeNextActionFilterAsync&amp;gt;d&lt;/em&gt;&lt;em&gt;10.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State&amp;amp; next, Scope&amp;amp; scope, Object&amp;amp; state, Boolean&amp;amp; isCompleted)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.&amp;lt;InvokeInnerFilterAsync&amp;gt;d&lt;/em&gt;&lt;em&gt;14.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.&amp;lt;InvokeNextResourceFilter&amp;gt;d&lt;/em&gt;&lt;em&gt;22.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ResourceExecutedContext context)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(State&amp;amp; next, Scope&amp;amp; scope, Object&amp;amp; state, Boolean&amp;amp; isCompleted)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.&amp;lt;InvokeFilterPipelineAsync&amp;gt;d&lt;/em&gt;&lt;em&gt;17.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.&amp;lt;InvokeAsync&amp;gt;d&lt;/em&gt;&lt;em&gt;15.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at Microsoft.AspNetCore.Builder.RouterMiddleware.&amp;lt;Invoke&amp;gt;d&lt;/em&gt;&lt;em&gt;4.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.&amp;lt;Invoke&amp;gt;d&lt;/em&gt;&lt;em&gt;6.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.&amp;lt;Invoke&amp;gt;d&lt;/em&gt;_3.MoveNext()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: &amp;#8212; End of stack trace from previous location where exception was thrown ---May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)May 17 12:37:36 myserver&lt;span class=&quot;error&quot;&gt;&amp;#91;14611&amp;#93;&lt;/span&gt;: at Microsoft.AspNetCore.Se&lt;/tt&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="545364">CDRIVER-2652</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htpbsf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>