<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:19:44 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-9219] init script is not working after upgrade </title>
                <link>https://jira.mongodb.org/browse/SERVER-9219</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Installation fails. &lt;/p&gt;

&lt;p&gt;Then init scripts does not work anymore. The only way to restart is rebooting server.&lt;/p&gt;

&lt;p&gt;Then the secondary won&#180;t catch up to the master, claiming it&#180;s too far behind. &lt;/p&gt;

&lt;p&gt;Cleaned the data dir and then the secondary begins to do initial sync.&lt;/p&gt;
</description>
                <environment>Ubuntu 12.04 LTS, mongodb 2.2.2 upgrade to 2.4.1</environment>
        <key id="70532">SERVER-9219</key>
            <summary>init script is not working after upgrade </summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="3">Duplicate</resolution>
                                        <assignee username="ernie.hershey@mongodb.com">Ernie Hershey</assignee>
                                    <reporter username="miagao">Luciano Issoe</reporter>
                        <labels>
                            <label>init</label>
                            <label>scripts</label>
                    </labels>
                <created>Tue, 2 Apr 2013 23:11:14 +0000</created>
                <updated>Tue, 9 Apr 2013 18:52:49 +0000</updated>
                            <resolved>Fri, 5 Apr 2013 18:24:04 +0000</resolved>
                                    <version>2.4.1</version>
                                                    <component>Packaging</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="306942" author="ernie.hershey@10gen.com" created="Fri, 5 Apr 2013 18:23:41 +0000"  >&lt;p&gt;That&apos;s great! I&apos;m glad to hear it. I&apos;ll close this ticket and you can track the bug itself here: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9032&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/SERVER-9032&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="306934" author="miagao" created="Fri, 5 Apr 2013 18:17:04 +0000"  >&lt;p&gt;Thanks, Ernie. &lt;/p&gt;

&lt;p&gt;Did that and also included LC_CTYPE=en_US.UTF-8 in ~/.bashrc.&lt;/p&gt;

&lt;p&gt;Now restarts are working.&lt;/p&gt;
</comment>
                            <comment id="306023" author="ernie.hershey@10gen.com" created="Thu, 4 Apr 2013 17:03:21 +0000"  >&lt;p&gt;Hi Luciano,&lt;/p&gt;

&lt;p&gt;This may also be the issue from &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9032&quot; title=&quot;mongod fails when launched with misconfigured locale&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9032&quot;&gt;&lt;del&gt;SERVER-9032&lt;/del&gt;&lt;/a&gt;. To help determine if that might be the case can you send the output of the &quot;locale&quot; and &quot;locale -a&quot; commands? &lt;/p&gt;

&lt;p&gt;Also these steps may help correct the issue:&lt;br/&gt;
sudo dpkg-reconfigure locales&lt;br/&gt;
sudo locale-gen locale-name to install one not mentioned in locale -a, e.g. &quot;sudo locale-gen fr_FR.UTF-8&quot;&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Ernie&lt;/p&gt;</comment>
                            <comment id="305397" author="ernie.hershey@10gen.com" created="Wed, 3 Apr 2013 20:33:27 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;That doesn&apos;t look like an init script issue since it&apos;s occurring outside of the init script. Are you familiar with the considerations in our 2.4 upgrade documentation? (&lt;a href=&quot;http://docs.mongodb.org/manual/release-notes/2.4-upgrade/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docs.mongodb.org/manual/release-notes/2.4-upgrade/&lt;/a&gt;) In particular, what are the versions of your other instances and did you shut down the running instance before upgrading? &lt;/p&gt;</comment>
                            <comment id="305243" author="miagao" created="Wed, 3 Apr 2013 17:46:20 +0000"  >&lt;p&gt;Hi Ernie,&lt;/p&gt;

&lt;p&gt;There&#180;s almost nothing happening... &lt;/p&gt;

&lt;p&gt;1- &lt;span class=&quot;error&quot;&gt;&amp;#91;Fail&amp;#93;&lt;/span&gt;&lt;br/&gt;
2- no output &lt;br/&gt;
3- no output &lt;br/&gt;
4- &lt;/p&gt;


&lt;p&gt;port = 27017&lt;br/&gt;
replSet = rs3&lt;br/&gt;
dbpath=/var/lib/mongodb&lt;br/&gt;
logpath=/var/log/mongodb/mongodb.log&lt;br/&gt;
logappend=true&lt;br/&gt;
auth = true&lt;br/&gt;
keyFile = /etc/secret&lt;br/&gt;
rest = true&lt;br/&gt;
quiet = true &lt;br/&gt;
slowms = 20&lt;br/&gt;
oplogSize = 150000&lt;/p&gt;

&lt;p&gt;But here is what happens when I try to run mongod in the shell without the init wrapper:&lt;/p&gt;

&lt;p&gt;ubuntu@rs3-ssd03:/data$ /usr/bin/mongod --dbpath /data/db --logpath /var/log/mongodb/mongodb2.log run --config /etc/mongodb2.conf&lt;br/&gt;
Wed Apr  3 17:43:53.557 terminate() called, printing stack (if implemented for platform):&lt;br/&gt;
0xdc7f71 0x6cd30e 0x7fa188043846 0x7fa188043873 0x7fa18804396e 0x7fa187ff0a07 0x7fa188000284 0x7fa187ff4a74 0x7fa187ff5b6b 0xde584f 0xde619b 0xde2e40 0x9e356f 0x6db623 0x6dd3c9 0x7fa1876de76d 0x6cd0f9 &lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo15printStackTraceERSo+0x21) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xdc7f71&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11myterminateEv+0x3e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6cd30e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb5846) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa188043846&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb5873) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa188043873&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb596e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa18804396e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(&lt;em&gt;ZSt21&lt;/em&gt;_throw_runtime_errorPKc+0x57) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa187ff0a07&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x72284) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa188000284&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(_ZNSt6locale5_ImplC1EPKcm+0x44) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa187ff4a74&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(_ZNSt6localeC1EPKc+0x73b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa187ff5b6b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5boost11filesystem34path21wchar_t_codecvt_facetEv+0x4f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xde584f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZNK5boost11filesystem34path14root_directoryEv+0xbb) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xde619b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(&lt;em&gt;ZN5boost11filesystem38absoluteERKNS0_4pathES3&lt;/em&gt;+0x40) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xde2e40&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo27initializeServerGlobalStateEb+0x15f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x9e356f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod() &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6db623&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(main+0x9) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6dd3c9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa1876de76d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod() &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6cd0f9&amp;#93;&lt;/span&gt;&lt;br/&gt;
Wed Apr  3 17:43:53.572 Got signal: 6 (Aborted).&lt;/p&gt;

&lt;p&gt;Wed Apr  3 17:43:53.575 Backtrace:&lt;br/&gt;
0xdc7f71 0x6ce459 0x7fa1876f34a0 0x7fa1876f3425 0x7fa1876f6b8b 0x6cd313 0x7fa188043846 0x7fa188043873 0x7fa18804396e 0x7fa187ff0a07 0x7fa188000284 0x7fa187ff4a74 0x7fa187ff5b6b 0xde584f 0xde619b 0xde2e40 0x9e356f 0x6db623 0x6dd3c9 0x7fa1876de76d &lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo15printStackTraceERSo+0x21) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xdc7f71&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo10abruptQuitEi+0x399) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6ce459&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(+0x364a0) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa1876f34a0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x35) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa1876f3425&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(abort+0x17b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa1876f6b8b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo11myterminateEv+0x43) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6cd313&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb5846) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa188043846&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb5873) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa188043873&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xb596e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa18804396e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(&lt;em&gt;ZSt21&lt;/em&gt;_throw_runtime_errorPKc+0x57) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa187ff0a07&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0x72284) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa188000284&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(_ZNSt6locale5_ImplC1EPKcm+0x44) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa187ff4a74&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/x86_64-linux-gnu/libstdc++.so.6(_ZNSt6localeC1EPKc+0x73b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa187ff5b6b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5boost11filesystem34path21wchar_t_codecvt_facetEv+0x4f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xde584f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZNK5boost11filesystem34path14root_directoryEv+0xbb) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xde619b&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(&lt;em&gt;ZN5boost11filesystem38absoluteERKNS0_4pathES3&lt;/em&gt;+0x40) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xde2e40&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(_ZN5mongo27initializeServerGlobalStateEb+0x15f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x9e356f&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod() &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6db623&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/bin/mongod(main+0x9) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6dd3c9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x7fa1876de76d&amp;#93;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="305090" author="ernie.hershey@10gen.com" created="Wed, 3 Apr 2013 14:54:18 +0000"  >&lt;p&gt;Hi Luciano,&lt;/p&gt;

&lt;p&gt;To help me diagnose the problem you&apos;re having, can you paste a few things here? &lt;/p&gt;

&lt;p&gt;1) The output you get when you run /etc/init.d/mongodb restart and it doesn&apos;t work? &lt;br/&gt;
2) Pertinent info from /var/log/mongodb/mongodb.log (if it exists)&lt;br/&gt;
3) Pertinent info from /var/log/upstart/mongodb.log (if it exists)&lt;br/&gt;
4) /etc/mongodb.conf (if it exists)&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Ernie&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="69096">SERVER-9032</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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>Wed, 3 Apr 2013 14:54:18 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 45 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>
                            10 years, 45 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_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10020"><![CDATA[Linux]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>ernie.hershey@mongodb.com</customfieldvalue>
            <customfieldvalue>miagao</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrmynj:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>48264</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;apt-get update&lt;br/&gt;
apt-get upgrade&lt;br/&gt;
/etc/init.d/mongodb restart &lt;/p&gt;

&lt;p&gt;Tried both mongodb 2.4.1 init-script and older 2.2.2. Both fail.&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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrygdr:</customfieldvalue>

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