<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:31:58 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-13515] Cannot install MongoDB as a service on Windows</title>
                <link>https://jira.mongodb.org/browse/SERVER-13515</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;div class=&quot;panel&quot; style=&quot;background-color: #EEEEEE;border-color: #ccc;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelHeader&quot; style=&quot;border-bottom-width: 1px;border-bottom-color: #ccc;background-color: #6CB33F;&quot;&gt;&lt;b&gt;Issue Status as of May 07, 2014&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;panelContent&quot; style=&quot;background-color: #EEEEEE;&quot;&gt;
&lt;p&gt;&lt;b&gt;ISSUE SUMMARY&lt;/b&gt;&lt;br/&gt;
The server options were canonicalized for 2.6 (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-13379&quot; title=&quot;Canonicalize options for getCmdlineOpts.parsed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-13379&quot;&gt;&lt;del&gt;SERVER-13379&lt;/del&gt;&lt;/a&gt;) to ensure compatibility between config file and parsed command line options. An oversight in the Windows service code regarding this change made it impossible to use the &lt;tt&gt;--install&lt;/tt&gt; option to install MongoDB as a service on Windows.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;USER IMPACT&lt;/b&gt;&lt;br/&gt;
Users upgrading to 2.6.0 were unable to install MongoDB as a service automatically and have to revert to a more complex manual process.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;WORKAROUNDS&lt;/b&gt;&lt;br/&gt;
The service can be installed manually. The details of this workaround are described in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-13515?focusedCommentId=544367&amp;amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-544367&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;this comment&lt;/a&gt; and on our documentation page &lt;a href=&quot;http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/#manually-create-windows-service&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Install MongoDB on Windows&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;RESOLUTION&lt;/b&gt;&lt;br/&gt;
The changes from &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-13379&quot; title=&quot;Canonicalize options for getCmdlineOpts.parsed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-13379&quot;&gt;&lt;del&gt;SERVER-13379&lt;/del&gt;&lt;/a&gt; impact the Windows service code and have to be applied there as well.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;AFFECTED VERSIONS&lt;/b&gt;&lt;br/&gt;
Version 2.6.0 is affected by this bug.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;PATCHES&lt;/b&gt;&lt;br/&gt;
The patch is included in the 2.6.1 production release.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;h6&gt;&lt;a name=&quot;Originaldescription.&quot;&gt;&lt;/a&gt;Original description.&lt;/h6&gt;


&lt;p&gt;Using the MongoDB 2.6 standard installer:&lt;/p&gt;

&lt;p&gt;The instructions on the website say that this command should work:&lt;/p&gt;

&lt;p&gt;mongod --config C:\mongodb\bin\mongod.cfg  --install&lt;/p&gt;

&lt;p&gt;mongod.cfg has dbpath and logpath set in it.&lt;/p&gt;

&lt;p&gt;But that writes this to the mongo.log file:&lt;/p&gt;

&lt;p&gt;2014-04-08T12:57:51.296-0700 --install has to be used with --logpath&lt;/p&gt;

&lt;p&gt;So I tried this:&lt;/p&gt;

&lt;p&gt;mongod --config C:\mongodb\bin\mongod.cfg --logpath C:\mongodb\bin\logs\mongo.log --install&lt;/p&gt;

&lt;p&gt;I still get the same log message about needing --logpath&lt;/p&gt;</description>
                <environment></environment>
        <key id="130044">SERVER-13515</key>
            <summary>Cannot install MongoDB as a service on Windows</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.mongodb.org/images/icons/priorities/critical.svg">Critical - P2</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="sverch">Shaun Verch</assignee>
                                    <reporter username="slolife">Chris Becker</reporter>
                        <labels>
                            <label>installation</label>
                            <label>service</label>
                            <label>windows</label>
                    </labels>
                <created>Tue, 8 Apr 2014 20:16:27 +0000</created>
                <updated>Mon, 11 Jul 2016 17:18:00 +0000</updated>
                            <resolved>Wed, 9 Apr 2014 17:31:20 +0000</resolved>
                                    <version>2.6.0</version>
                                    <fixVersion>2.6.1</fixVersion>
                    <fixVersion>2.7.0</fixVersion>
                                    <component>Admin</component>
                    <component>Usability</component>
                                        <votes>2</votes>
                                    <watches>21</watches>
                                                                                                                <comments>
                            <comment id="587979" author="dbasch" created="Sun, 18 May 2014 09:31:20 +0000"  >&lt;p&gt;@Sun Lifeng&lt;/p&gt;

&lt;p&gt;I fixed this error with the technique shown here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-3425&quot; title=&quot;Cannot install MongoDB 2.6.1 as a windows service&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-3425&quot;&gt;&lt;del&gt;SERVER-13982&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="568971" author="liffey" created="Thu, 1 May 2014 05:25:19 +0000"  >&lt;p&gt;I use the instruction above ,still got some error like this :&lt;/p&gt;

&lt;p&gt;2014-05-01T13:24:00.631+0800 SEVERE: Failed global initialization: FileNotOpen F&lt;br/&gt;
ailed to open &quot;&quot;D:\mongodb\log\mongo.log&quot;&quot;&lt;/p&gt;</comment>
                            <comment id="544367" author="stennie" created="Thu, 10 Apr 2014 21:18:31 +0000"  >&lt;h3&gt;&lt;a name=&quot;Workaroundtoinstallasaservice&quot;&gt;&lt;/a&gt;Workaround to install as a service&lt;/h3&gt;

&lt;p&gt;You can manually install 2.6.0 as a service on Windows from an Administrator &lt;tt&gt;cmd&lt;/tt&gt; prompt.&lt;/p&gt;

&lt;p&gt;Assuming you have installed MongoDB using the MSI installer, the default path will be &lt;tt&gt;C:\Program Files\MongoDB 2.6 Standard&lt;/tt&gt;. If you have installed in an alternative directory you will need to adjust the paths as appropriate.&lt;/p&gt;

&lt;h3&gt;&lt;a name=&quot;Stepstoinstall%3A&quot;&gt;&lt;/a&gt;Steps to install:&lt;/h3&gt;

&lt;p&gt;1)  Open an Administrator command prompt&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Windows 7 / Vista / Server 2008 (and R2)
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;Press Win + R, then type &quot;cmd&quot;, then press Ctrl + Shift + Enter.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Windows 8 / 8.1
	&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
		&lt;li&gt;Press Win + X, then press A.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;2. Make directories for your database and log files&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;mkdir c:\data\db&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;mkdir c:\data\log&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;3. Create a configuration file. This file can include any of the &lt;a href=&quot;http://docs.mongodb.org/manual/reference/configuration-options/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;configuration options&lt;/a&gt; for &lt;tt&gt;mongod&lt;/tt&gt;, but at a minimum must include a valid setting for &lt;tt&gt;logpath&lt;/tt&gt;:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;echo logpath=c:\data\log\mongod.log&amp;gt; &quot;C:\Program Files\MongoDB 2.6 Standard\mongod.cfg&quot;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;echo dbpath=c:\data\db&amp;gt;&amp;gt; &quot;C:\Program Files\MongoDB 2.6 Standard\mongod.cfg&quot;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;4. Create the &lt;tt&gt;MongoDB&lt;/tt&gt; service&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;sc.exe create MongoDB binPath= &quot;\&quot;C:\Program Files\MongoDB 2.6 Standard\bin\mongod.exe\&quot; --service --config=\&quot;C:\Program Files\MongoDB 2.6 Standard\mongod.cfg\&quot;&quot; DisplayName= &quot;MongoDB 2.6 Standard&quot; start= &quot;auto&quot;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;Note that &lt;tt&gt;sc.exe&lt;/tt&gt; requires a space between &quot;=&quot; and the configuration values (eg &quot;binPath= &quot;), and a &quot;\&quot; to escape double quotes.&lt;/p&gt;

&lt;p&gt;If this works you should see:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;[SC] CreateService SUCCESS&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;5. Start the MongoDB service:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;net start MongoDB&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;If successful you should be able to connect using the &lt;tt&gt;mongo&lt;/tt&gt; shell. If the service did not start successfully, the log file should contain information to help you troubleshoot.&lt;/p&gt;</comment>
                            <comment id="543017" author="xgen-internal-githook" created="Wed, 9 Apr 2014 23:00:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-13515&quot; title=&quot;Cannot install MongoDB as a service on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-13515&quot;&gt;&lt;del&gt;SERVER-13515&lt;/del&gt;&lt;/a&gt; Check canonicalized version of logpath in Windows service startup&lt;/p&gt;

&lt;p&gt;(cherry picked from commit b5c283687ce6c4a753f6c4ddfc5b79c464b23c75)&lt;br/&gt;
Branch: v2.6&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2af46bcef99628210d00a24edc5bfa37966cd9a4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2af46bcef99628210d00a24edc5bfa37966cd9a4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="542514" author="xgen-internal-githook" created="Wed, 9 Apr 2014 17:29:44 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;name&apos;: u&apos;Shaun Verch&apos;, u&apos;email&apos;: u&apos;shaun.verch@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-13515&quot; title=&quot;Cannot install MongoDB as a service on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-13515&quot;&gt;&lt;del&gt;SERVER-13515&lt;/del&gt;&lt;/a&gt; Check canonicalized version of logpath in Windows service startup&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b5c283687ce6c4a753f6c4ddfc5b79c464b23c75&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b5c283687ce6c4a753f6c4ddfc5b79c464b23c75&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="542331" author="sverch" created="Wed, 9 Apr 2014 15:39:28 +0000"  >&lt;p&gt;Until this is fixed, there is a workaround that involves using an older binary:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Install a previous version of MongoDB (eg. 2.4.9) as a service&lt;/li&gt;
	&lt;li&gt;Upgrade to 2.6.0 by stopping the service, replacing the previous binaries with 2.6.0 ones, and starting the service again&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="542145" author="bniemyjski" created="Wed, 9 Apr 2014 13:47:55 +0000"  >&lt;p&gt;I&apos;m also seeing this issue.&lt;/p&gt;</comment>
                            <comment id="541320" author="sverch" created="Tue, 8 Apr 2014 20:52:05 +0000"  >&lt;p&gt;The internal representation of the options was changed as part of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-13379&quot; title=&quot;Canonicalize options for getCmdlineOpts.parsed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-13379&quot;&gt;&lt;del&gt;SERVER-13379&lt;/del&gt;&lt;/a&gt;, but this check was not updated.  Unfortunately, there is no workaround for this issue.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="131180">SERVER-13590</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="131931">SERVER-13652</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="133086">SERVER-13708</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="130558">DOCS-3119</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="131418">DOCS-3182</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="142245">SERVER-14263</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12451" key="com.atlassian.jira.plugin.system.customfieldtypes:multiversion">
                        <customfieldname>Backport Completed</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="13794">2.6.1</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 8 Apr 2014 20:42:11 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 39 weeks, 3 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>
                            9 years, 39 weeks, 3 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>bniemyjski</customfieldvalue>
            <customfieldvalue>slolife</customfieldvalue>
            <customfieldvalue>dbasch</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>sverch</customfieldvalue>
            <customfieldvalue>stephen.steneker@mongodb.com</customfieldvalue>
            <customfieldvalue>liffey</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrlx8n:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>111480</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_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;Install MongoDB 2.6 to c:\mongodb&lt;/p&gt;

&lt;p&gt;create c:\mongodb\bin\data\db&lt;br/&gt;
create c:\mongodb\bin\logs&lt;/p&gt;

&lt;p&gt;create mongod.cfg file with logpath and dbpath specified:&lt;/p&gt;

&lt;p&gt;dbpath=c:\mongodb\bin\data\db&lt;br/&gt;
logpath=c:\mongodb\bin\logs\mongo.log&lt;/p&gt;

&lt;p&gt;open cmd prompt as admin&lt;/p&gt;

&lt;p&gt;cd \mongodb&lt;/p&gt;

&lt;p&gt;run:&lt;br/&gt;
mongod --config C:\mongodb\bin\mongod.cfg  --install&lt;/p&gt;</customfieldvalue>

                        </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_11861" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>User Summary</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11858"><![CDATA[Completed]]></customfieldvalue>

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

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