<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:06:55 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>[SERVER-4764] problem connecting to config svr</title>
                <link>https://jira.mongodb.org/browse/SERVER-4764</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Setting up sharding architecture based on &quot;simple initial sharding architecture document.  when trying to connect mongos to the config server i get the following error.  brought up a second config server and got the same message.  thoughts?&lt;/p&gt;


&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;mongodb@my07apl01 ~&amp;#93;&lt;/span&gt;$ ./mongodb-linux-x86_64-2.0.2/bin/mongos --configdb my07or                                                                                                                               l03:27019&lt;br/&gt;
Tue Jan 24 15:32:56 ./mongodb-linux-x86_64-2.0.2/bin/mongos db version v2.0.2, p                                                                                                                               dfile version 4.5 starting (--help for usage)&lt;br/&gt;
Tue Jan 24 15:32:56 git version: 514b122d308928517f5841888ceaa4246a7f18e3&lt;br/&gt;
Tue Jan 24 15:32:56 build info: Linux bs-linux64.10gen.cc 2.6.21.7-2.ec2.v1.2.fc                                                                                                                               8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41&lt;br/&gt;
Tue Jan 24 15:32:56 &lt;span class=&quot;error&quot;&gt;&amp;#91;mongosMain&amp;#93;&lt;/span&gt; ERROR: listen(): bind() failed errno:98 Address                                                                                                                                already in use for socket: 0.0.0.0:27017&lt;br/&gt;
Tue Jan 24 15:32:56 &lt;span class=&quot;error&quot;&gt;&amp;#91;mongosMain&amp;#93;&lt;/span&gt; ERROR:   addr already in use&lt;br/&gt;
Tue Jan 24 15:32:56 &lt;span class=&quot;error&quot;&gt;&amp;#91;mongosMain&amp;#93;&lt;/span&gt; dbexit:  rc:0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;mongodb@my07apl01 ~&amp;#93;&lt;/span&gt;$&lt;/p&gt;</description>
                <environment></environment>
        <key id="29054">SERVER-4764</key>
            <summary>problem connecting to config svr</summary>
                <type id="6" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14720&amp;avatarType=issuetype">Question</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="spf13">Steve Francia</assignee>
                                    <reporter username="brett.goldstein@cityofchicago.org">Brett Goldstein</reporter>
                        <labels>
                    </labels>
                <created>Tue, 24 Jan 2012 21:33:28 +0000</created>
                <updated>Mon, 11 Jul 2016 18:32:59 +0000</updated>
                            <resolved>Fri, 10 Feb 2012 15:26:22 +0000</resolved>
                                    <version>2.0.2</version>
                                                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="82517" author="brett.goldstein@cityofchicago.org" created="Thu, 26 Jan 2012 14:12:42 +0000"  >&lt;p&gt;ok...i figured it out.  the problem was 27017 was in use locally.  interestingly, the call above was for a remote machine but the local issue prevented it.  i brought down the local service and the issue was resolved.&lt;/p&gt;</comment>
                            <comment id="82166" author="brett.goldstein@cityofchicago.org" created="Wed, 25 Jan 2012 00:30:06 +0000"  >&lt;p&gt;here you go:&lt;/p&gt;


&lt;p&gt;-bash-4.1$ netstat -an | grep 27017&lt;br/&gt;
-bash-4.1$&lt;/p&gt;

&lt;p&gt;ran again on the other machine:&lt;/p&gt;


&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;mongodb@my07apl01 ~&amp;#93;&lt;/span&gt;$ ./mongodb-linux-x86_64-2.0.2/bin/mongos --configdb my07orl02&lt;br/&gt;
Tue Jan 24 18:27:59 ./mongodb-linux-x86_64-2.0.2/bin/mongos db version v2.0.2, pdfile version 4.5 starting (--help for usage)&lt;br/&gt;
Tue Jan 24 18:27:59 git version: 514b122d308928517f5841888ceaa4246a7f18e3&lt;br/&gt;
Tue Jan 24 18:27:59 build info: Linux bs-linux64.10gen.cc 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41&lt;br/&gt;
Tue Jan 24 18:27:59 &lt;span class=&quot;error&quot;&gt;&amp;#91;mongosMain&amp;#93;&lt;/span&gt; ERROR: listen(): bind() failed errno:98 Address already in use for socket: 0.0.0.0:27017&lt;br/&gt;
Tue Jan 24 18:27:59 &lt;span class=&quot;error&quot;&gt;&amp;#91;mongosMain&amp;#93;&lt;/span&gt; ERROR:   addr already in use&lt;br/&gt;
Tue Jan 24 18:27:59 &lt;span class=&quot;error&quot;&gt;&amp;#91;mongosMain&amp;#93;&lt;/span&gt; dbexit:  rc:0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;mongodb@my07apl01 ~&amp;#93;&lt;/span&gt;$&lt;/p&gt;</comment>
                            <comment id="82146" author="eliot" created="Tue, 24 Jan 2012 23:16:22 +0000"  >&lt;p&gt;Can you do a &quot;netstat -an | grep 27017&quot;&lt;/p&gt;</comment>
                            <comment id="82114" author="brett.goldstein@cityofchicago.org" created="Tue, 24 Jan 2012 22:06:37 +0000"  >&lt;p&gt;that is what i thought but i am still running into issues.  first block is from server i am running --shardsvr and --configsvr .  second is where i am trying to connect mongos &lt;/p&gt;


&lt;p&gt;-bash-4.1$ ./mongodb-linux-x86_64-2.0.2/bin/mongod --dbpath /app/data/db/ --fork --logpath /home/mongodb/mongodb.log --shardsvr&lt;br/&gt;
-bash-4.1$ forked process: 21374&lt;br/&gt;
all output going to: /home/mongodb/mongodb.log&lt;/p&gt;

&lt;p&gt;-bash-4.1$ ./mongodb-linux-x86_64-2.0.2/bin/mongo --port 27018&lt;br/&gt;
MongoDB shell version: 2.0.2&lt;br/&gt;
connecting to: 127.0.0.1:27018/test&lt;br/&gt;
&amp;gt; quit()&lt;br/&gt;
-bash-4.1$ ./mongodb-linux-x86_64-2.0.2/bin/mongod --dbpath /app/data/db/config/ --fork --logpath /home/mongodb/mongodbconfig.log --configsvr&lt;br/&gt;
-bash-4.1$ forked process: 21390&lt;br/&gt;
all output going to: /home/mongodb/mongodbconfig.log&lt;/p&gt;

&lt;p&gt;-bash-4.1$ ./mongodb-linux-x86_64-2.0.2/bin/mongo --port 27019&lt;br/&gt;
MongoDB shell version: 2.0.2&lt;br/&gt;
connecting to: 127.0.0.1:27019/test&lt;br/&gt;
&amp;gt; quit()&lt;br/&gt;
-bash-4.1$ lsof -i&lt;br/&gt;
COMMAND   PID    USER   FD   TYPE DEVICE SIZE/OFF NODE NAME&lt;br/&gt;
mongod  21374 mongodb    6u  IPv4 840009      0t0  TCP *:27018 (LISTEN)&lt;br/&gt;
mongod  21374 mongodb    7u  IPv4 840010      0t0  TCP *:28018 (LISTEN)&lt;br/&gt;
mongod  21390 mongodb    6u  IPv4 840024      0t0  TCP *:27019 (LISTEN)&lt;br/&gt;
mongod  21390 mongodb    8u  IPv4 840028      0t0  TCP *:28019 (LISTEN)&lt;br/&gt;
-bash-4.1$&lt;/p&gt;

&lt;p&gt;-------------------------------------------------------------&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;mongodb@my07apl01 ~&amp;#93;&lt;/span&gt;$ ./mongodb-linux-x86_64-2.0.2/bin/mongos --configdb my07orl02:27019&lt;br/&gt;
Tue Jan 24 16:04:54 ./mongodb-linux-x86_64-2.0.2/bin/mongos db version v2.0.2, pdfile version 4.5 starting (--help for usage)&lt;br/&gt;
Tue Jan 24 16:04:54 git version: 514b122d308928517f5841888ceaa4246a7f18e3&lt;br/&gt;
Tue Jan 24 16:04:54 build info: Linux bs-linux64.10gen.cc 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41&lt;br/&gt;
Tue Jan 24 16:04:54 &lt;span class=&quot;error&quot;&gt;&amp;#91;mongosMain&amp;#93;&lt;/span&gt; ERROR: listen(): bind() failed errno:98 Address already in use for socket: 0.0.0.0:27017&lt;br/&gt;
Tue Jan 24 16:04:54 &lt;span class=&quot;error&quot;&gt;&amp;#91;mongosMain&amp;#93;&lt;/span&gt; ERROR:   addr already in use&lt;br/&gt;
Tue Jan 24 16:04:54 &lt;span class=&quot;error&quot;&gt;&amp;#91;mongosMain&amp;#93;&lt;/span&gt; dbexit:  rc:0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;mongodb@my07apl01 ~&amp;#93;&lt;/span&gt;$&lt;/p&gt;</comment>
                            <comment id="82101" author="eliot" created="Tue, 24 Jan 2012 21:53:52 +0000"  >&lt;p&gt;That means you have something else running on port 27017 already.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 24 Jan 2012 21:53:52 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 3 weeks, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            12 years, 3 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>brett.goldstein@cityofchicago.org</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>spf13</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrofun:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hritqf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>23470</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hryy4n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>