<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:24:46 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-11060] unable to start server with GCC 3.4.3 runtime libraries</title>
                <link>https://jira.mongodb.org/browse/SERVER-11060</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;3 main issues identified with the GCC runtime libraries installed on the user&apos;s machine:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;GCC was installed as a sunfreeware.com package in /usr/sfw/lib/64
	&lt;ul&gt;
		&lt;li&gt;mongod does not search directories in /usr/sfw for required dynamic libraries&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;GCC version installed was 3.4.3
	&lt;ul&gt;
		&lt;li&gt;mongod is built using GCC 4.6.3&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;user&apos;s initial search path for dynamic libraries included the directory /usr/sfw/lib
	&lt;ul&gt;
		&lt;li&gt;this directory is for 32-bit binaries which caused mongod to try to load the 32-bit version of the gcc library libstdc++.so&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;---------------&lt;br/&gt;
Installed mongo 2.4.6 on sun solaris, when trying to start mongod, got below error:&lt;/p&gt;

&lt;p&gt;&amp;gt;./bin/mongod&lt;br/&gt;
ld.so.1: mongod: fatal: /usr/sfw/lib/libstdc++.so.6: wrong ELF class: ELFCLASS32&lt;br/&gt;
Killed&lt;/p&gt;

&lt;p&gt;My env is SunOS Generic_127128-11 i86pc i386 i86pc&lt;/p&gt;

&lt;p&gt;Please advise how to fix this&lt;/p&gt;</description>
                <environment>Solaris 10 64-bit Intel&lt;br/&gt;
SunOS Generic_127128-11 i86pc i386 i86pc&lt;br/&gt;
</environment>
        <key id="93048">SERVER-11060</key>
            <summary>unable to start server with GCC 3.4.3 runtime libraries</summary>
                <type id="6" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14720&amp;avatarType=issuetype">Question</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="2">Won&apos;t Fix</resolution>
                                        <assignee username="benety.goh@mongodb.com">Benety Goh</assignee>
                                    <reporter username="amy">Amy Cui</reporter>
                        <labels>
                    </labels>
                <created>Mon, 7 Oct 2013 17:40:04 +0000</created>
                <updated>Wed, 10 Dec 2014 23:15:19 +0000</updated>
                            <resolved>Mon, 28 Oct 2013 13:42:15 +0000</resolved>
                                    <version>2.4.6</version>
                                                    <component>Admin</component>
                    <component>Build</component>
                    <component>Packaging</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="447522" author="benety.goh" created="Mon, 28 Oct 2013 13:42:15 +0000"  >&lt;p&gt;The version of GCC on the user&apos;s machine needs to be upgraded to 4.6.3 or newer.&lt;/p&gt;</comment>
                            <comment id="446337" author="benety.goh" created="Thu, 24 Oct 2013 20:35:14 +0000"  >&lt;p&gt;Hi Amy,&lt;/p&gt;

&lt;p&gt;Our Solaris binary is built using GCC 4.6.3. Do you have access to a machine with a more recent version of GCC?&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Ben&lt;/p&gt;</comment>
                            <comment id="446254" author="amy" created="Thu, 24 Oct 2013 19:08:43 +0000"  >&lt;p&gt;Hi Ben,&lt;/p&gt;

&lt;p&gt;Here are the details:&lt;/p&gt;

&lt;p&gt;&amp;gt;gcc -v&lt;br/&gt;
Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs&lt;br/&gt;
Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared&lt;br/&gt;
Thread model: posix&lt;br/&gt;
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)&lt;/p&gt;

&lt;p&gt;&amp;gt;cat /etc/release&lt;br/&gt;
                        Solaris 10 5/08 s10x_u5wos_10 X86&lt;br/&gt;
           Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.&lt;br/&gt;
                        Use is subject to license terms.&lt;br/&gt;
                             Assembled 24 March 2008&lt;/p&gt;

&lt;p&gt;&amp;gt;ls -l /usr/sfw/lib/64/libstdc++.so.6*&lt;br/&gt;
lrwxrwxrwx   1 root     root          18 May 15  2008 /usr/sfw/lib/64/libstdc+&lt;ins&gt;.so.6 -&amp;gt; libstdc&lt;/ins&gt;+.so.6.0.3*&lt;br/&gt;
-r-xr-xr-x   1 root     bin      5625312 Jan 22  2005 /usr/sfw/lib/64/libstdc++.so.6.0.3*&lt;/p&gt;

&lt;p&gt;&amp;gt; nm /usr/sfw/lib/64/libgcc_s.so.1 | grep GCC&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;215&amp;#93;&lt;/span&gt;   |             0|           0|OBJT |GLOB |0    |ABS    |GCC_3.0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;219&amp;#93;&lt;/span&gt;   |             0|           0|OBJT |GLOB |0    |ABS    |GCC_3.3&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;246&amp;#93;&lt;/span&gt;   |             0|           0|OBJT |GLOB |0    |ABS    |GCC_3.3.1&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;220&amp;#93;&lt;/span&gt;   |             0|           0|OBJT |GLOB |0    |ABS    |GCC_3.4&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;290&amp;#93;&lt;/span&gt;   |             0|           0|OBJT |GLOB |0    |ABS    |GCC_3.4.2&lt;/p&gt;


&lt;p&gt;Thanks&lt;br/&gt;
Amy&lt;/p&gt;
</comment>
                            <comment id="446051" author="benety.goh" created="Thu, 24 Oct 2013 15:11:50 +0000"  >&lt;p&gt;Hi Amy,&lt;/p&gt;

&lt;p&gt;1) What version of GCC do you have installed?&lt;br/&gt;
2) Here are a few more commands you can run to help us find out more about your environment:&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;% cat /etc/release&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;   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;% ls -l /usr/sfw/lib/64/libstdc++.so.6*&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;% nm /usr/sfw/lib/64/libgcc_s.so.1 | grep GCC&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;Thanks&lt;br/&gt;
Ben&lt;/p&gt;</comment>
                            <comment id="445681" author="amy" created="Wed, 23 Oct 2013 21:35:21 +0000"  >&lt;p&gt;Here is the output: &lt;br/&gt;
/u/tcui&amp;gt;lib -follow -type f -name &quot;libgcc_s.so.1*&quot;               &amp;lt;&lt;br/&gt;
find: cannot read dir /usr/lib/scn/bin: Permission denied&lt;br/&gt;
find: cannot read dir /usr/lib/scn/lib: Permission denied&lt;br/&gt;
find: cannot read dir /usr/lib/cc-cfw: Permission denied&lt;br/&gt;
/usr/sfw/lib/amd64/libgcc_s.so.1&lt;br/&gt;
/usr/sfw/lib/64/libgcc_s.so.1&lt;br/&gt;
/usr/sfw/lib/libgcc_s.so.1&lt;/p&gt;</comment>
                            <comment id="444944" author="benety.goh" created="Tue, 22 Oct 2013 22:02:17 +0000"  >&lt;p&gt;Hi Amy,&lt;/p&gt;

&lt;p&gt;Let&apos;s see if there&apos;s a version of libgcc_s.so.1 on your system that we might be able to use. Could you please run:&lt;/p&gt;

&lt;p&gt;% find /lib /usr/lib /usr/sfw/lib -follow -type f -name &quot;libgcc_s.so.1*&quot; &lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Ben&lt;/p&gt;</comment>
                            <comment id="444913" author="amy" created="Tue, 22 Oct 2013 21:23:44 +0000"  >&lt;p&gt;Hi Ben,&lt;/p&gt;

&lt;p&gt;I tried this:&lt;br/&gt;
1) export LD_LIBRARY_PATH_64=/usr/sfw/lib/64&lt;br/&gt;
./bin/mongod &lt;/p&gt;

&lt;p&gt;got below error:&lt;/p&gt;

&lt;p&gt; ld.so.1: mongod: fatal: libgcc_s.so.1: version `GCC_4.0.0&apos; not found (required by file bin/mongod)&lt;br/&gt;
ld.so.1: mongod: fatal: libgcc_s.so.1: open failed: No such file or directory&lt;br/&gt;
Killed&lt;/p&gt;

&lt;p&gt;2) env LD_LIBRARY_PATH_64=/usr/sfw/lib/64 ./bin/mongod&lt;/p&gt;

&lt;p&gt;prints out my env varialbes and then garbage characters live below:&lt;br/&gt;
&#174;x&#174;&#172;&#174;&#192;&#174;&#212;&#168;&#174;&#232;&#184;&#174;&#252;&#200;&#174;&#216;&#174;$&#232;&#174;8&#248;&#174;&#174;`&#174;t(&#174;8&#174;H&#174;&#176;X&#174;&#196;h&#174;&#216;x&#174;&#236;&#174;&#174;&#168;&#174;(&#184;&#174;&amp;lt;&lt;br/&gt;
&#200;&#174;P&#216;&#174;d&#232;&#174;x&#248;&#174;&#160;&#174;&#180;(&#174;&#200;8&#174;&#220;H&#174;&#240;X&#174;h&#174;x&#174;,&#174;@&#174;T&#168;&#174;h&#184;&#174;|&#200;&#174;&#216;&#174;&#164;&#232;&#174;&#184;&#248;&#174;&#174;&#224;&#174;&#244;&lt;br/&gt;
(8&#174;H&#174;0X&#174;Dh&#174;Xx&#174;l&#174;&#174;&#168;&#174;&#168;&#184;&#174;&#188;&#200;&#174;&#208;&#216;&#174;&#228;&#232;&#174;&#248;&#248;&#174;^&#174; &#174;4(&#174;H8&#174;\H&#174;pX&#174;&lt;br/&gt;
                                                  h&#174;&lt;/p&gt;


&lt;p&gt;Thanks&lt;br/&gt;
Amy&lt;/p&gt;</comment>
                            <comment id="444897" author="benety.goh" created="Tue, 22 Oct 2013 21:12:34 +0000"  >&lt;p&gt;Hi Amy,&lt;/p&gt;

&lt;p&gt;Could you please try running ./mongod like this?&lt;/p&gt;

&lt;p&gt;% env LD_LIBRARY_PATH_64=/usr/sfw/lib/64 ./bin/mongod&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Ben&lt;/p&gt;</comment>
                            <comment id="444854" author="amy" created="Tue, 22 Oct 2013 20:10:18 +0000"  >&lt;p&gt;Hi Ben,&lt;/p&gt;

&lt;p&gt;here is the output:&lt;br/&gt;
&amp;gt;uname -a&lt;br/&gt;
SunOS inafp06wk23 5.10 Generic_127128-11 i86pc i386 i86pc/usr/sfw/lib/amd64/libstdc++.so.6&lt;/p&gt;

&lt;p&gt;&amp;gt;find /usr/sfw/ /usr/lib -follow -type f -name &quot;libstdc++.so.6&quot;&lt;br/&gt;
/usr/sfw/lib/64/libstdc++.so.6&lt;br/&gt;
/usr/sfw/lib/libstdc++.so.6&lt;br/&gt;
find: cannot read dir /usr/lib/scn/bin: Permission denied&lt;br/&gt;
find: cannot read dir /usr/lib/scn/lib: Permission denied&lt;br/&gt;
find: cannot read dir /usr/lib/cc-cfw: Permission denied&lt;/p&gt;

&lt;p&gt;set | grep LIBRARY_PATH&lt;br/&gt;
LD_LIBRARY_PATH=/u/tcui/pcfn/dev/sunlib:/opt/mqm/lib:/oracle_home/oracle/product/9.2.0/lib32:/oracle_home/oracle/product/9.2.0/lib:/usr/sfw/lib&lt;/p&gt;


</comment>
                            <comment id="444750" author="benety.goh" created="Tue, 22 Oct 2013 18:29:50 +0000"  >&lt;p&gt;Hi Amy,&lt;/p&gt;

&lt;p&gt;Could you please run the following commands on the amd64 machine? We&apos;d like to figure out if you have the 64-bit version of libstdc++.so.6 installed.&lt;/p&gt;

&lt;p&gt;% uname -a&lt;br/&gt;
% find /usr/sfw/ /usr/lib -follow -type f -name &quot;libstdc++.so.6&quot;&lt;br/&gt;
% set | grep LIBRARY_PATH&lt;/p&gt;

&lt;p&gt;Thanks&lt;br/&gt;
Ben&lt;/p&gt;</comment>
                            <comment id="444522" author="amy" created="Tue, 22 Oct 2013 13:19:04 +0000"  >&lt;p&gt;Of course. Here is the file name: mongodb-sunos5-x86_64-2.4.6.tgz&lt;/p&gt;</comment>
                            <comment id="444400" author="dan@10gen.com" created="Tue, 22 Oct 2013 05:17:54 +0000"  >&lt;p&gt;Did you download the binaries from &lt;a href=&quot;http://downloads.mongodb.org?&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://downloads.mongodb.org?&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="444190" author="amy" created="Mon, 21 Oct 2013 21:20:37 +0000"  >&lt;p&gt;Any suggestions??&lt;/p&gt;</comment>
                            <comment id="438479" author="amy" created="Wed, 9 Oct 2013 20:52:42 +0000"  >&lt;p&gt;Dan, &lt;/p&gt;

&lt;p&gt;thanks for the reply. I tried in two unix boxes, looks like both of them are 64bit. but mongod won&apos;t start:&lt;/p&gt;

&lt;p&gt;&amp;gt;isainfo -kv&lt;br/&gt;
&amp;gt;64-bit sparcv9 kernel modules&lt;/p&gt;

&lt;p&gt;&amp;gt;isainfo -kv&lt;br/&gt;
&amp;gt;64-bit amd64 kernel modules&lt;/p&gt;

&lt;p&gt;Please advise.&lt;br/&gt;
Thanks&lt;/p&gt;

&lt;p&gt;Amy&lt;/p&gt;</comment>
                            <comment id="437912" author="dan@10gen.com" created="Wed, 9 Oct 2013 04:25:34 +0000"  >&lt;p&gt;can you check if you&apos;re running the 32-bit version of the OS?  MongoDB only supports 64-bit Solaris version.&lt;/p&gt;

&lt;p&gt;Run: &lt;tt&gt;isainfo -v&lt;/tt&gt;&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>15.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 9 Oct 2013 04:25:34 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 16 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>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>
                            10 years, 16 weeks, 2 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>amy</customfieldvalue>
            <customfieldvalue>benety.goh@mongodb.com</customfieldvalue>
            <customfieldvalue>dan@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrmd6v:</customfieldvalue>

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

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

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