<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:55: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-1070] mongod.exe does not run from a path with spaces in it, and does not give a good error message</title>
                <link>https://jira.mongodb.org/browse/SERVER-1070</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Steps to reproduce on windows:&lt;/p&gt;

&lt;p&gt;Unzip mongo to &quot;C:\Program Files\mongodb- &lt;br/&gt;
win32-i386-1.4.2&quot;&lt;br/&gt;
from a command prompt run &quot;C:\Program Files\mongodb- &lt;br/&gt;
win32-i386-1.4.2\bin\mongod&quot; &amp;#8211; install&lt;/p&gt;

&lt;p&gt;You will get the following output &lt;br/&gt;
C:\Program Files\mongodb-win32-i386-1.4.2&amp;gt;&quot;c:\Program Files\mongodb- &lt;br/&gt;
win32-i386-1.4.2\bin\mongod.exe&quot; --install &lt;br/&gt;
Wed Apr 28 12:49:30  dbexit: &lt;br/&gt;
Wed Apr 28 12:49:30      shutdown: going to close listening sockets... &lt;br/&gt;
Wed Apr 28 12:49:30      shutdown: going to flush oplog... &lt;br/&gt;
Wed Apr 28 12:49:30      shutdown: going to close sockets... &lt;br/&gt;
Wed Apr 28 12:49:30      shutdown: waiting for fs preallocator... &lt;br/&gt;
Wed Apr 28 12:49:30      shutdown: closing all files... &lt;br/&gt;
Wed Apr 28 12:49:30      closeAllFiles() finished &lt;br/&gt;
Wed Apr 28 12:49:30  dbexit: really exiting now &lt;br/&gt;
C:\Program Files\mongodb-win32-i386-1.4.2&amp;gt;&quot;c:\Program Files\mongodb- &lt;br/&gt;
win32-i386-1.4.2\bin\mongod.exe&quot; --service &lt;br/&gt;
Wed Apr 28 12:49:37  dbexit: &lt;br/&gt;
Wed Apr 28 12:49:37      shutdown: going to close listening sockets... &lt;br/&gt;
Wed Apr 28 12:49:37      shutdown: going to flush oplog... &lt;br/&gt;
Wed Apr 28 12:49:37      shutdown: going to close sockets... &lt;br/&gt;
Wed Apr 28 12:49:37      shutdown: waiting for fs preallocator... &lt;br/&gt;
Wed Apr 28 12:49:37      shutdown: closing all files... &lt;br/&gt;
Wed Apr 28 12:49:37      closeAllFiles() finished &lt;br/&gt;
Wed Apr 28 12:49:37  dbexit: really exiting now &lt;/p&gt;

&lt;p&gt;Mongod choked on the space in the path name, but does not properly report it. One of two things should happen:&lt;br/&gt;
1) A helpful error message when this occurs. &lt;br/&gt;
2) Let mongod handle paths with spaces with them, at least on windows. &lt;br/&gt;
Its not common to have spaces in paths on windows, but as a windows &lt;br/&gt;
guy I want to stick all my stuff in &quot;c:\Program Files&quot;. &lt;/p&gt;</description>
                <environment>Confirmed on Windows 7 and windows 2008 server. Most likely all versions of windows, and likely other OSes</environment>
        <key id="11870">SERVER-1070</key>
            <summary>mongod.exe does not run from a path with spaces in it, and does not give a good error message</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="mathias@mongodb.com">Mathias Stearn</assignee>
                                    <reporter username="zippy1981">Justin Dearing</reporter>
                        <labels>
                    </labels>
                <created>Fri, 30 Apr 2010 14:27:21 +0000</created>
                <updated>Tue, 12 Jul 2016 00:28:43 +0000</updated>
                            <resolved>Mon, 24 May 2010 11:28:03 +0000</resolved>
                                    <version>1.4.2</version>
                                    <fixVersion>1.4.3</fixVersion>
                    <fixVersion>1.5.2</fixVersion>
                                                        <votes>1</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="14393" author="redbeard0531" created="Mon, 24 May 2010 11:28:03 +0000"  >&lt;p&gt;if the service is currently installed, you will need to --remove and re --install it.&lt;/p&gt;</comment>
                            <comment id="14391" author="auto" created="Mon, 24 May 2010 11:22:00 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;login&apos;: &apos;RedBeard0531&apos;, &apos;name&apos;: &apos;Mathias Stearn&apos;, &apos;email&apos;: &apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: fix windows service registration&lt;br/&gt;
(cherry picked from commit d0eccc9c80123e1d7e1fbfad32431d044b925008)&lt;/p&gt;

&lt;p&gt;(Backport of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1070&quot; title=&quot;mongod.exe does not run from a path with spaces in it, and does not give a good error message&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1070&quot;&gt;&lt;del&gt;SERVER-1070&lt;/del&gt;&lt;/a&gt; to v1.4)&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/commit/dc461306241ec2263f16220947ac6d49b6d77ee7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/dc461306241ec2263f16220947ac6d49b6d77ee7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="14384" author="eliot" created="Mon, 24 May 2010 09:37:47 +0000"  >&lt;p&gt;re-opening till committed on 1.4.3&lt;/p&gt;</comment>
                            <comment id="14383" author="zippy1981" created="Mon, 24 May 2010 08:52:22 +0000"  >&lt;p&gt;Any chance this could be added to 1.4.3?&lt;/p&gt;</comment>
                            <comment id="14182" author="redbeard0531" created="Tue, 11 May 2010 15:38:52 +0000"  >&lt;p&gt;mongod ran fine, it just didn&apos;t properly register itself as a service. Fixed in git master with &lt;a href=&quot;http://github.com/mongodb/mongo/commit/d0eccc9c80123e1d7e1fbfad32431d044b925008&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/commit/d0eccc9c80123e1d7e1fbfad32431d044b925008&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="13979" author="redbeard0531" created="Mon, 3 May 2010 14:37:48 +0000"  >&lt;p&gt;I can confirm that this works correctly on linux if there is a space in the path name. I&apos;ll take a look at windows soon.&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>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 3 May 2010 14:37:48 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 39 weeks, 2 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>false</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>
                            13 years, 39 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>zippy1981</customfieldvalue>
            <customfieldvalue>mathias@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpmy7:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>22712</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|hsndrr:</customfieldvalue>

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