<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:41:32 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-2073] I am need in some assistance setting up my MongoDB.</title>
                <link>https://jira.mongodb.org/browse/CSHARP-2073</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;p&gt;I&apos;m running a version of MongoDB on a digitalocean hosted server and I&apos;m trying to connect to it from my own C# Project.&lt;/p&gt;

&lt;p&gt;414-550-5404&lt;br/&gt;
Mrmclaughli@gmail.com&lt;/p&gt;



&lt;p&gt;An exception of type &apos;System.TimeoutException&apos; occurred in MongoDB.Driver.Core.dll but was not handled in user code&lt;/p&gt;

&lt;p&gt;Additional information: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = WritableServerSelector, LatencyLimitingServerSelector&lt;/p&gt;
{ AllowedLatencyRange = 00:00:00.0150000 }
&lt;p&gt; }. Client view of cluster state is { ClusterId : &quot;1&quot;, ConnectionMode : &quot;Automatic&quot;, Type : &quot;Unknown&quot;, State : &quot;Disconnected&quot;, Servers : [{ ServerId: &quot;&lt;/p&gt;
{ ClusterId : 1, EndPoint : &quot;138.68.232.146:27017&quot; }
&lt;p&gt;&quot;, EndPoint: &quot;138.68.232.146:27017&quot;, State: &quot;Disconnected&quot;, Type: &quot;Unknown&quot;, HeartbeatException: &quot;MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---&amp;gt; MongoDB.Driver.MongoAuthenticationException: Unable to authenticate username &apos;ShutGo&apos; on database &apos;admin&apos;. ---&amp;gt; MongoDB.Driver.MongoCommandException: Command authenticate failed: auth failed.&lt;/p&gt;

&lt;p&gt;   at MongoDB.Driver.Core.WireProtocol.CommandWireProtocol`1.ProcessReply(ConnectionId connectionId, ReplyMessage`1 reply)&lt;/p&gt;

&lt;p&gt;   at MongoDB.Driver.Core.WireProtocol.CommandWireProtocol`1.&amp;lt;ExecuteAsync&amp;gt;d__11.MoveNext()&lt;/p&gt;

&lt;p&gt;&amp;#8212; End of stack trace from previous location where exception was thrown &amp;#8212;&lt;/p&gt;

&lt;p&gt;   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/p&gt;

&lt;p&gt;   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/p&gt;

&lt;p&gt;   at MongoDB.Driver.Core.Authentication.MongoDBCRAuthenticator.&amp;lt;AuthenticateAsync&amp;gt;d__7.MoveNext()&lt;/p&gt;

&lt;p&gt;   &amp;#8212; End of inner exception stack trace &amp;#8212;&lt;/p&gt;

&lt;p&gt;   at MongoDB.Driver.Core.Authentication.MongoDBCRAuthenticator.&amp;lt;AuthenticateAsync&amp;gt;d__7.MoveNext()&lt;/p&gt;

&lt;p&gt;&amp;#8212; End of stack trace from previous location where exception was thrown &amp;#8212;&lt;/p&gt;

&lt;p&gt;   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/p&gt;

&lt;p&gt;   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/p&gt;

&lt;p&gt;   at MongoDB.Driver.Core.Authentication.AuthenticationHelper.&amp;lt;AuthenticateAsync&amp;gt;d__1.MoveNext()&lt;/p&gt;

&lt;p&gt;&amp;#8212; End of stack trace from previous location where exception was thrown &amp;#8212;&lt;/p&gt;

&lt;p&gt;   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/p&gt;

&lt;p&gt;   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/p&gt;

&lt;p&gt;   at MongoDB.Driver.Core.Connections.ConnectionInitializer.&amp;lt;InitializeConnectionAsync&amp;gt;d__3.MoveNext()&lt;/p&gt;

&lt;p&gt;&amp;#8212; End of stack trace from previous location where exception was thrown &amp;#8212;&lt;/p&gt;

&lt;p&gt;   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/p&gt;

&lt;p&gt;   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/p&gt;

&lt;p&gt;   at MongoDB.Driver.Core.Connections.BinaryConnection.&amp;lt;OpenHelperAsync&amp;gt;d__48.MoveNext()&lt;/p&gt;

&lt;p&gt;   &amp;#8212; End of inner exception stack trace &amp;#8212;&lt;/p&gt;

&lt;p&gt;   at MongoDB.Driver.Core.Connections.BinaryConnection.&amp;lt;OpenHelperAsync&amp;gt;d__48.MoveNext()&lt;/p&gt;

&lt;p&gt;&amp;#8212; End of stack trace from previous location where exception was thrown &amp;#8212;&lt;/p&gt;

&lt;p&gt;   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;/p&gt;

&lt;p&gt;   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;/p&gt;

&lt;p&gt;   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)&lt;/p&gt;

&lt;p&gt;   at MongoDB.Driver.Core.Servers.ServerMonitor.&amp;lt;HeartbeatAsync&amp;gt;d__27.MoveNext()&quot; }] }.&lt;/p&gt;</description>
                <environment></environment>
        <key id="451263">CSHARP-2073</key>
            <summary>I am need in some assistance setting up my MongoDB.</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="robert@mongodb.com">Robert Stam</assignee>
                                    <reporter username="Mrmclaughli">Mitchell McLaughlin [X]</reporter>
                        <labels>
                    </labels>
                <created>Thu, 26 Oct 2017 01:36:28 +0000</created>
                <updated>Fri, 5 Apr 2019 14:05:29 +0000</updated>
                            <resolved>Mon, 8 Jan 2018 21:17:29 +0000</resolved>
                                                                    <component>Configuration</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1709698" author="rstam" created="Thu, 26 Oct 2017 03:10:01 +0000"  >&lt;p&gt;The error message says that it was unable to authenticate.&lt;/p&gt;

&lt;p&gt;Check that you are using the correct username and password.&lt;/p&gt;</comment>
                    </comments>
                    <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|htakqf:</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>