<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:03:34 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-3623] [journal] User Assertion: 13646:stat() failed for file: /data/db/ errno:2 The system cannot find the file specified.</title>
                <link>https://jira.mongodb.org/browse/SERVER-3623</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I&apos;m getting this when I start mongod with the --journal option. Not sure if it&apos;s a bug, thanks!&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;journal&amp;#93;&lt;/span&gt; User Assertion: 13646:stat() failed for file: /data/db/ errno:2 The system cannot find the file specified.&lt;/p&gt;</description>
                <environment>Windows 7 Enterprise 64-bit, VMware Fusion</environment>
        <key id="21104">SERVER-3623</key>
            <summary>[journal] User Assertion: 13646:stat() failed for file: /data/db/ errno:2 The system cannot find the file specified.</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="tad">Tad Marshall</assignee>
                                    <reporter username="travispaxton">Travis Paxton</reporter>
                        <labels>
                            <label>journal</label>
                    </labels>
                <created>Wed, 17 Aug 2011 14:54:19 +0000</created>
                <updated>Wed, 15 Aug 2012 14:24:17 +0000</updated>
                            <resolved>Sun, 4 Mar 2012 22:00:49 +0000</resolved>
                                    <version>2.0.0-rc0</version>
                                                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="81196" author="tad" created="Fri, 20 Jan 2012 10:51:33 +0000"  >&lt;p&gt;For whatever reason (I haven&apos;t looked at the code), the mongod.lock file is never deleted on Windows on a clean exit, but it is reduced to zero bytes and this functions the same way that deleted the file works on Linux &amp;#8211; it marks the directory as available for a new instance of mongod.exe.  So, this isn&apos;t a problem and seems to be &quot;by design&quot;.&lt;/p&gt;</comment>
                            <comment id="71671" author="travispaxton" created="Thu, 8 Dec 2011 13:35:19 +0000"  >&lt;p&gt;I&apos;ve attached mongodb_3.log. The assertion error no longer appears, but as Chris pointed out, the mongod.lock file does not get removed.&lt;/p&gt;</comment>
                            <comment id="71667" author="tad" created="Thu, 8 Dec 2011 12:55:52 +0000"  >&lt;p&gt;Most (or maybe even all) Win32 APIs accept the Unix-style path, but the Windows command prompt CMD.EXE doesn&apos;t at all.  This is because of the legacy of using forward slash as a command line switch, which dates back to TOPS-10, TOPS-20 and CP/M.  You may get mixed results with C and C++ APIs.&lt;/p&gt;</comment>
                            <comment id="60927" author="redbeard0531" created="Mon, 17 Oct 2011 19:57:55 +0000"  >&lt;p&gt;have you tried 2.0.0-final&lt;/p&gt;</comment>
                            <comment id="50235" author="cwestin" created="Tue, 23 Aug 2011 21:29:07 +0000"  >&lt;p&gt;Seems to work fine:&lt;/p&gt;

&lt;p&gt;$ ./mongod&lt;br/&gt;
C:\cygwin\home\cwestin\mongo\mongod.exe --help for help and startup options&lt;br/&gt;
Tue Aug 23 14:26:45 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; MongoDB starting : pid=9360 port=27017 dbpat&lt;br/&gt;
h=/data/db/ 64-bit host=tellus&lt;br/&gt;
Tue Aug 23 14:26:45 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; _DEBUG build (which is slower)&lt;br/&gt;
Tue Aug 23 14:26:45 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; db version v2.0.0-rc0-pre-, pdfile version 4&lt;br/&gt;
.5&lt;br/&gt;
Tue Aug 23 14:26:45 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; git version: 6d5188ea67f5487b74e755333f5467e&lt;br/&gt;
1be1abb32&lt;br/&gt;
Tue Aug 23 14:26:45 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; build info: windows (6, 1, 7601, 2, &apos;Service&lt;br/&gt;
 Pack 1&apos;) BOOST_LIB_VERSION=1_42&lt;br/&gt;
Tue Aug 23 14:26:45 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; options: {}&lt;br/&gt;
Tue Aug 23 14:26:45 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; journal dir=/data/db/journal&lt;br/&gt;
Tue Aug 23 14:26:45 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; recover : no journal files present, no recov&lt;br/&gt;
ery needed&lt;br/&gt;
Tue Aug 23 14:26:45 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; waiting for connections on port 27017&lt;br/&gt;
Tue Aug 23 14:26:45 &lt;span class=&quot;error&quot;&gt;&amp;#91;websvr&amp;#93;&lt;/span&gt; admin web console waiting for connections on port 2&lt;br/&gt;
8017&lt;br/&gt;
Tue Aug 23 14:27:01 Ctrl-C signal&lt;br/&gt;
Tue Aug 23 14:27:01 got kill or ctrl-c signal, will terminate after current cmd&lt;br/&gt;
ends&lt;br/&gt;
Tue Aug 23 14:27:01 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; now exiting&lt;br/&gt;
Tue Aug 23 14:27:01 dbexit:&lt;br/&gt;
Tue Aug 23 14:27:01 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; shutdown: going to close listening sockets.&lt;br/&gt;
..&lt;br/&gt;
Tue Aug 23 14:27:01 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; closing listening socket: 468&lt;br/&gt;
Tue Aug 23 14:27:01 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; closing listening socket: 484&lt;br/&gt;
Tue Aug 23 14:27:01 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; shutdown: going to flush diaglog...&lt;br/&gt;
Tue Aug 23 14:27:01 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; shutdown: going to close sockets...&lt;br/&gt;
Tue Aug 23 14:27:01 &lt;span class=&quot;error&quot;&gt;&amp;#91;websvr&amp;#93;&lt;/span&gt; thread websvr stack usage was 20928 bytes&lt;br/&gt;
Tue Aug 23 14:27:01 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; shutdown: waiting for fs preallocator...&lt;br/&gt;
Tue Aug 23 14:27:01 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; shutdown: lock for final commit...&lt;br/&gt;
Tue Aug 23 14:27:01 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; shutdown: final commit...&lt;br/&gt;
Tue Aug 23 14:27:01 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; shutdown: closing all files...&lt;br/&gt;
Tue Aug 23 14:27:01 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; closeAllFiles() finished&lt;br/&gt;
Tue Aug 23 14:27:01 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; journalCleanup...&lt;br/&gt;
Tue Aug 23 14:27:01 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; removeJournalFiles&lt;br/&gt;
Tue Aug 23 14:27:01 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; shutdown: removing fs lock...&lt;br/&gt;
Tue Aug 23 14:27:01 dbexit: really exiting now&lt;/p&gt;

&lt;p&gt;It created the lock file and journal directory.  It did &lt;b&gt;not&lt;/b&gt; remove mongod.lock when I stopped mongod, as it should.&lt;/p&gt;</comment>
                            <comment id="50204" author="redbeard0531" created="Tue, 23 Aug 2011 19:26:18 +0000"  >&lt;p&gt;what if you have an existing but empty C:\data\db?&lt;/p&gt;</comment>
                            <comment id="49654" author="cwestin" created="Fri, 19 Aug 2011 22:12:13 +0000"  >&lt;p&gt;Same as the above on 2.0.0-rc0-pre.&lt;/p&gt;</comment>
                            <comment id="49641" author="cwestin" created="Fri, 19 Aug 2011 21:40:53 +0000"  >&lt;p&gt;I made sure I didn&apos;t have a c:\data\db.  I commented out dbpath from my config file and started up current 1.9.2 head.  I get&lt;br/&gt;
...&lt;br/&gt;
Fri Aug 19 14:37:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; db version v1.9.2-pre-, pdfile version 4.5&lt;br/&gt;
Fri Aug 19 14:37:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; git version: b74c9b8fd811c0ebde47705c1f09074b60261d18&lt;br/&gt;
Fri Aug 19 14:37:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; build info: windows (6, 1, 7601, 2, &apos;Service Pack 1&apos;) BOOST_LIB_VERSION=1_42&lt;br/&gt;
Fri Aug 19 14:37:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; options: &lt;/p&gt;
{ config: &quot;../sandbox/mongodb.conf&quot;, directoryperdb: &quot;true&quot;, journal: &quot;true&quot;, logappend: &quot;true&quot;, logpath: &quot;c:/cygwin/home/cwestin/sandbox/mongodb.log&quot;, rest: &quot;true&quot; }
&lt;p&gt;Fri Aug 19 14:37:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; exception in initAndListen: 10296 dbpath (/data/db/) does not exist, terminating&lt;br/&gt;
Fri Aug 19 14:37:44 dbexit: &lt;br/&gt;
Fri Aug 19 14:37:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; shutdown: going to close listening sockets..&lt;br/&gt;
...&lt;/p&gt;</comment>
                            <comment id="49497" author="redbeard0531" created="Fri, 19 Aug 2011 15:27:14 +0000"  >&lt;p&gt;@Chris Are you able to repro this on your Win7 box? Feel free to assign back to me.&lt;/p&gt;</comment>
                            <comment id="49475" author="travispaxton" created="Fri, 19 Aug 2011 14:26:23 +0000"  >&lt;p&gt;Commands executed from c:\mongodb:&lt;/p&gt;

&lt;p&gt;bin\mongod.exe -vvvvv --journal --logpath mongodb.log --dbpath c:\data\db&lt;/p&gt;

&lt;p&gt;bin\mongod.exe -vvvvv --journal --logpath mongodb.log&lt;/p&gt;</comment>
                            <comment id="49288" author="redbeard0531" created="Thu, 18 Aug 2011 15:41:24 +0000"  >&lt;p&gt;Could you include the full command line you use to launch mongod both with and without --dbpath?&lt;/p&gt;</comment>
                            <comment id="49285" author="travispaxton" created="Thu, 18 Aug 2011 15:28:52 +0000"  >&lt;p&gt;I have only one drive. I&apos;m launching mongod.exe from c:\mongodb\bin\mongod.exe&lt;/p&gt;</comment>
                            <comment id="49283" author="redbeard0531" created="Thu, 18 Aug 2011 15:15:47 +0000"  >&lt;p&gt;Do you have more than one drive? Which drive is \data\db on? Which drive are you launching mongod from?&lt;/p&gt;</comment>
                            <comment id="49281" author="travispaxton" created="Thu, 18 Aug 2011 15:09:08 +0000"  >&lt;p&gt;I tried the new nightly, but it looks like it&apos;s still throwing the assertion error (see mongodb_2.log). The error isn&apos;t thrown when I manually set the path.&lt;/p&gt;</comment>
                            <comment id="49165" author="travispaxton" created="Wed, 17 Aug 2011 21:34:23 +0000"  >&lt;p&gt;I&apos;ll wait for a new nightly and test it tomorrow, thanks!&lt;/p&gt;</comment>
                            <comment id="49126" author="redbeard0531" created="Wed, 17 Aug 2011 20:40:44 +0000"  >&lt;p&gt;Could you try either rebuilding mongodb with the patch mentioned above or try again with tomorrow&apos;s nightlies?&lt;/p&gt;</comment>
                            <comment id="49084" author="auto" created="Wed, 17 Aug 2011 19:00:28 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;RedBeard0531&apos;, u&apos;name&apos;: u&apos;Mathias Stearn&apos;, u&apos;email&apos;: u&apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: localized fix for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3623&quot; title=&quot;[journal] User Assertion: 13646:stat() failed for file: /data/db/ errno:2 The system cannot find the file specified.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3623&quot;&gt;&lt;del&gt;SERVER-3623&lt;/del&gt;&lt;/a&gt;. Broader fix is &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3632&quot; title=&quot;dbpath should use windows syntax on windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3632&quot;&gt;&lt;del&gt;SERVER-3632&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/e9759a516c6ecd82a991f2150cbc7767f0eccb0e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/e9759a516c6ecd82a991f2150cbc7767f0eccb0e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="49076" author="travispaxton" created="Wed, 17 Aug 2011 18:32:50 +0000"  >&lt;p&gt;It looks like setting the dbpath does fix it. I&apos;ve uploaded an updated log. I&apos;ll go ahead and manually set the dbpath for now. Thanks!&lt;/p&gt;</comment>
                            <comment id="49069" author="redbeard0531" created="Wed, 17 Aug 2011 18:19:40 +0000"  >&lt;p&gt;Hmm, this could be a Windows thing. Could you try using windows-style syntax for --dbpath (c:\data\db)? If that fixes it that will confirm where the bug is and it should be easy to fix. Luckily that assertion is thrown in a block of code that ignores errors because it is an optional optimization. Everything should still work, but you could be missing out on some performance&lt;/p&gt;</comment>
                            <comment id="49061" author="travispaxton" created="Wed, 17 Aug 2011 17:42:58 +0000"  >&lt;p&gt;Eliot: MongoDB does continue to load and it even creates the journaling file under /data/db/journal so it should have read/write access to that location.&lt;/p&gt;

&lt;p&gt;Mathias: I&apos;ve uploaded the log with full verbose output.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;</comment>
                            <comment id="49038" author="redbeard0531" created="Wed, 17 Aug 2011 16:39:19 +0000"  >&lt;p&gt;could you upload the full log file?&lt;/p&gt;</comment>
                            <comment id="49030" author="eliot" created="Wed, 17 Aug 2011 16:17:33 +0000"  >&lt;p&gt;Do you have a /data/db directory that is readable by the user you&apos;re starting mongod with?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="21116">SERVER-3632</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="12714" name="mongodb.log" size="3084" author="travispaxton" created="Wed, 17 Aug 2011 17:40:49 +0000"/>
                            <attachment id="12715" name="mongodb_1.log" size="3101" author="travispaxton" created="Wed, 17 Aug 2011 18:31:12 +0000"/>
                            <attachment id="12724" name="mongodb_2.log" size="3095" author="travispaxton" created="Thu, 18 Aug 2011 15:07:52 +0000"/>
                            <attachment id="14042" name="mongodb_3.log" size="2943" author="travispaxton" created="Thu, 8 Dec 2011 13:34:07 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>22.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 17 Aug 2011 16:17:33 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 4 weeks, 5 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>ian@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            12 years, 4 weeks, 5 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>auto</customfieldvalue>
            <customfieldvalue>cwestin</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>mathias@mongodb.com</customfieldvalue>
            <customfieldvalue>tad</customfieldvalue>
            <customfieldvalue>travispaxton</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hroth3:</customfieldvalue>

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

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

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