<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:22:11 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-10068] authentication_table.cpp missing from src\mongo\client\mongo_client_lib.cpp</title>
                <link>https://jira.mongodb.org/browse/SERVER-10068</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I&apos;ve been trying to get the C++ client driver to work on Windows, but I haven&apos;t been able to build a simple example.&lt;/p&gt;

&lt;p&gt;The error I&apos;m getting is this:&lt;br/&gt;
src\mongo\client\mongo_client_lib.cpp(68): fatal error C1083: Cannot open include file: &apos;authentication_table.cpp&apos;: No such file or directory&lt;/p&gt;</description>
                <environment>Windows 7 x64 MSVC 2012 Boost 1.42</environment>
        <key id="80886">SERVER-10068</key>
            <summary>authentication_table.cpp missing from src\mongo\client\mongo_client_lib.cpp</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="9">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="raulgd">Raul Guerrero</reporter>
                        <labels>
                    </labels>
                <created>Mon, 1 Jul 2013 15:45:25 +0000</created>
                <updated>Wed, 10 Dec 2014 23:10:20 +0000</updated>
                            <resolved>Tue, 13 Aug 2013 11:17:07 +0000</resolved>
                                    <version>2.4.4</version>
                                                    <component>Internal Client</component>
                                        <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="401810" author="stennie" created="Tue, 13 Aug 2013 11:17:07 +0000"  >&lt;p&gt;Hi Raul,&lt;/p&gt;

&lt;p&gt;Sorry you had difficulties getting the C++ driver to work on Windows.&lt;/p&gt;

&lt;p&gt;As per Andrew&apos;s reply, the mongo_client_lib.cpp approach to building the client library is deprecated.&lt;/p&gt;

&lt;p&gt;We are working on improving the C++ build process on Windows including issues like &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9771&quot; title=&quot;Enable support for building the C++ driver as a DLL on windows.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9771&quot;&gt;&lt;del&gt;SERVER-9771&lt;/del&gt;&lt;/a&gt; (support for building the C++ driver as a DLL on Windows).&lt;/p&gt;

&lt;p&gt;Per your comment, I will close this issue.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Stephen&lt;/p&gt;</comment>
                            <comment id="400956" author="raulgd" created="Mon, 12 Aug 2013 13:16:32 +0000"  >&lt;p&gt;Hi Andrew,&lt;/p&gt;

&lt;p&gt;This issue has been open for a while, I never got around to get the C++ mongo driver to work in Windows so I just gave up, for the moment we moved the services we have on C++ to Java, and the ones we couldn&apos;t, the new POCO C++ library version has a basic mongo driver implemented by themselves, and it works like a charm, it still doesn&apos;t support as much features as the Java version, but supports the basic CRUDs and searches, and, unlike the official one, this one builds easily in all platforms that POCO supports.&lt;br/&gt;
Could you please close this one? it wasn&apos;t resolved but from what you said, it will never be.&lt;br/&gt;
thanks&lt;/p&gt;</comment>
                            <comment id="372505" author="acm" created="Tue, 2 Jul 2013 14:39:40 +0000"  >&lt;p&gt;Hi Raul -&lt;/p&gt;

&lt;p&gt;The mongo_client_lib.cpp approach to building the client library should be considered deprecated (it is not maintained and is slated for removal). The file that it is referencing was deleted on master last year.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Andrew&lt;/p&gt;</comment>
                            <comment id="371709" author="raulgd" created="Mon, 1 Jul 2013 15:48:20 +0000"  >&lt;p&gt;After removing the include file from mongo_client_lib.cpp, I still get all this build errors:&lt;/p&gt;


&lt;p&gt;1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;class std::basic_ostream&amp;lt;char,struct std::char_traits&amp;lt;char&amp;gt; &amp;gt; &amp;amp; __cdecl mongo::operator&amp;lt;&amp;lt;(class std::basic_ostream&amp;lt;char,struct std::char_traits&amp;lt;char&amp;gt; &amp;gt; &amp;amp;,class mongo::StringData const &amp;amp;)&quot; (??6mongo@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV12@ABVStringData@0@@Z) referenced in function &quot;public: virtual class mongo::Logstream &amp;amp; __thiscall mongo::Logstream::operator&amp;lt;&amp;lt;(class mongo::StringData const &amp;amp;)&quot; (??6Logstream@mongo@@UAEAAV01@ABVStringData@1@@Z)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;public: static char const * __cdecl mongo::ErrorCodes::errorString(enum mongo::ErrorCodes::Error)&quot; (?errorString@ErrorCodes@mongo@@SAPBDW4Error@12@@Z) referenced in function &quot;public: char const * __thiscall mongo::Status::codeString(void)const &quot; (?codeString@Status@mongo@@QBEPBDXZ)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;public: __thiscall mongo::Status::Status(enum mongo::ErrorCodes::Error,class std::basic_string&amp;lt;char,struct std::char_traits&amp;lt;char&amp;gt;,class std::allocator&amp;lt;char&amp;gt; &amp;gt; const &amp;amp;,int)&quot; (??0Status@mongo@@QAE@W4Error@ErrorCodes@1@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) referenced in function &quot;private: class mongo::Status __thiscall mongo::JParse::parseError(class mongo::StringData const &amp;amp;)&quot; (?parseError@JParse@mongo@@AAE?AVStatus@2@ABVStringData@2@@Z)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;public: _&lt;em&gt;thiscall mongo::Status::Status(enum mongo::ErrorCodes::Error,char const &lt;b&gt;,int)&quot; (??0Status@mongo@@QAE@W4Error@ErrorCodes@1@PBDH@Z) referenced in function &quot;public: static class mongo::Status __cdecl mongo::Logstream::registerExtraLogContextFn(void (&lt;/em&gt;_cdecl&lt;/b&gt;)(class mongo::_BufBuilder&amp;lt;class mongo::TrivialAllocator&amp;gt; &amp;amp;))&quot; (?registerExtraLogContextFn@Logstream@mongo@@SA?AVStatus@2@P6AXAAV?$_BufBuilder@VTrivialAllocator@mongo@@@2@@Z@Z)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;public: __thiscall mongo::Status::Status(class mongo::Status const &amp;amp;)&quot; (??0Status@mongo@@QAE@ABV01@@Z) referenced in function &quot;protected: virtual void __thiscall mongo::DBClientWithCommands::_auth(class mongo::BSONObj const &amp;amp;)&quot; (?_auth@DBClientWithCommands@mongo@@MAEXABVBSONObj@2@@Z)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;public: __thiscall mongo::Status::~Status(void)&quot; (??1Status@mongo@@QAE@XZ) referenced in function &quot;public: class std::vector&amp;lt;class mongo::BSONElement,class std::allocator&amp;lt;class mongo::BSONElement&amp;gt; &amp;gt; __thiscall mongo::BSONElement::Array(void)const &quot; (?Array@BSONElement@mongo@@QBE?AV?$vector@VBSONElement@mongo@@V?$allocator@VBSONElement@mongo@@@std@@@std@@XZ)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;public: bool __thiscall mongo::Status::operator!=(class mongo::Status const &amp;amp;)const &quot; (??9Status@mongo@@QBE_NABV01@@Z) referenced in function &quot;private: bool __thiscall mongo::JParse::acceptField(class mongo::StringData const &amp;amp;)&quot; (?acceptField@JParse@mongo@@AAE_NABVStringData@2@@Z)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;private: static struct mongo::Status::ErrorInfo * __cdecl mongo::Status::getOKInfo(void)&quot; (?getOKInfo@Status@mongo@@CAPAUErrorInfo@12@XZ) referenced in function &quot;public: static class mongo::Status __cdecl mongo::Status::OK(void)&quot; (?OK@Status@mongo@@SA?AV12@XZ)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;private: __thiscall mongo::Status::Status(struct mongo::Status::ErrorInfo *)&quot; (??0Status@mongo@@AAE@PAUErrorInfo@01@@Z) referenced in function &quot;public: static class mongo::Status __cdecl mongo::Status::OK(void)&quot; (?OK@Status@mongo@@SA?AV12@XZ)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;class std::basic_ostream&amp;lt;char,struct std::char_traits&amp;lt;char&amp;gt; &amp;gt; &amp;amp; __cdecl mongo::operator&amp;lt;&amp;lt;(class std::basic_ostream&amp;lt;char,struct std::char_traits&amp;lt;char&amp;gt; &amp;gt; &amp;amp;,enum mongo::ErrorCodes::Error)&quot; (??6mongo@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@std@@AAV12@W4Error@ErrorCodes@0@@Z) referenced in function &quot;class mongo::BSONObj __cdecl mongo::fromjson(char const *,int *)&quot; (?fromjson@mongo@@YA?AVBSONObj@1@PBDPAH@Z)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;class mongo::Status __cdecl mongo::parseNumberFromStringWithBase&amp;lt;long&amp;gt;(class mongo::StringData const &amp;amp;,int,long *)&quot; (??$parseNumberFromStringWithBase@J@mongo@@YA?AVStatus@0@ABVStringData@0@HPAJ@Z) referenced in function &quot;private: void __thiscall mongo::BSONArrayBuilder::fill(class mongo::StringData const &amp;amp;)&quot; (?fill@BSONArrayBuilder@mongo@@AAEXABVStringData@2@@Z)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;public: _&lt;em&gt;thiscall mongo::GlobalInitializerRegisterer::GlobalInitializerRegisterer(class std::basic_string&amp;lt;char,struct std::char_traits&amp;lt;char&amp;gt;,class std::allocator&amp;lt;char&amp;gt; &amp;gt; const &amp;amp;,class boost::function&amp;lt;class mongo::Status __cdecl(class mongo::InitializerContext *)&amp;gt; const &amp;amp;,class std::vector&amp;lt;class std::basic_string&amp;lt;char,struct std::char_traits&amp;lt;char&amp;gt;,class std::allocator&amp;lt;char&amp;gt; &amp;gt;,class std::allocator&amp;lt;class std::basic_string&amp;lt;char,struct std::char_traits&amp;lt;char&amp;gt;,class std::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; &amp;gt; const &amp;amp;,class std::vector&amp;lt;class std::basic_string&amp;lt;char,struct std::char_traits&amp;lt;char&amp;gt;,class std::allocator&amp;lt;char&amp;gt; &amp;gt;,class std::allocator&amp;lt;class std::basic_string&amp;lt;char,struct std::char_traits&amp;lt;char&amp;gt;,class std::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; &amp;gt; const &amp;amp;)&quot; (&lt;cite&gt;0GlobalInitializerRegisterer@mongo@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABV?$function@$$A6A?AVStatus@mongo@@PAVInitializerContext@2@@Z@boost@@ABV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@3@2@Z) referenced in function &quot;void __cdecl mongo::`anonymous namespace&apos;::`dynamic initializer for &apos;_mongoInitializerRegisterer_throwSockExcep&apos;&apos;(void)&quot; (&lt;/cite&gt;&lt;/em&gt;_E_mongoInitializerRegisterer_throwSockExcep@?A0x335d1ab3@mongo@@YAXXZ)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;class std::vector&amp;lt;class std::basic_string&amp;lt;char,struct std::char_traits&amp;lt;char&amp;gt;,class std::allocator&amp;lt;char&amp;gt; &amp;gt;,class std::allocator&amp;lt;class std::basic_string&amp;lt;char,struct std::char_traits&amp;lt;char&amp;gt;,class std::allocator&amp;lt;char&amp;gt; &amp;gt; &amp;gt; &amp;gt; _&lt;em&gt;cdecl mongo::_makeStringVector(int,...)&quot; (?_makeStringVector@mongo@@YA?AV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@HZZ) referenced in function &quot;void __cdecl mongo::`anonymous namespace&apos;::`dynamic initializer for &apos;_mongoInitializerRegisterer_throwSockExcep&apos;&apos;(void)&quot; (??&lt;/em&gt;_E_mongoInitializerRegisterer_throwSockExcep@?A0x335d1ab3@mongo@@YAXXZ)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;public: _&lt;em&gt;thiscall mongo::FailPoint::FailPoint(void)&quot; (&lt;cite&gt;0FailPoint@mongo@@QAE@XZ) referenced in function &quot;void __cdecl mongo::`dynamic initializer for &apos;throwSockExcep&apos;&apos;(void)&quot; (&lt;/cite&gt;&lt;/em&gt;_EthrowSockExcep@mongo@@YAXXZ)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;public: void __thiscall mongo::FailPoint::shouldFailCloseBlock(void)&quot; (?shouldFailCloseBlock@FailPoint@mongo@@QAEXXZ) referenced in function &quot;public: bool __thiscall mongo::FailPoint::shouldFail(void)&quot; (?shouldFail@FailPoint@mongo@@QAE_NXZ)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;private: enum mongo::FailPoint::RetCode __thiscall mongo::FailPoint::slowShouldFailOpenBlock(void)&quot; (?slowShouldFailOpenBlock@FailPoint@mongo@@AAE?AW4RetCode@12@XZ) referenced in function &quot;public: enum mongo::FailPoint::RetCode __thiscall mongo::FailPoint::shouldFailOpenBlock(void)&quot; (?shouldFailOpenBlock@FailPoint@mongo@@QAE?AW4RetCode@12@XZ)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;public: class mongo::Status __thiscall mongo::FailPointRegistry::addFailPoint(class std::basic_string&amp;lt;char,struct std::char_traits&amp;lt;char&amp;gt;,class std::allocator&amp;lt;char&amp;gt; &amp;gt; const &amp;amp;,class mongo::FailPoint *)&quot; (?addFailPoint@FailPointRegistry@mongo@@QAE?AVStatus@2@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVFailPoint@2@@Z) referenced in function &quot;class mongo::Status __cdecl mongo::_mongoInitializerFunction_throwSockExcep(class mongo::InitializerContext *)&quot; (?_mongoInitializerFunction_throwSockExcep@mongo@@YA?AVStatus@1@PAVInitializerContext@1@@Z)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;class mongo::FailPointRegistry * __cdecl mongo::getGlobalFailPointRegistry(void)&quot; (?getGlobalFailPointRegistry@mongo@@YAPAVFailPointRegistry@1@XZ) referenced in function &quot;class mongo::Status __cdecl mongo::_mongoInitializerFunction_throwSockExcep(class mongo::InitializerContext *)&quot; (?_mongoInitializerFunction_throwSockExcep@mongo@@YA?AVStatus@1@PAVInitializerContext@1@@Z)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;class mongo::Status __cdecl mongo::validateBSON(char const *,unsigned __int64)&quot; (?validateBSON@mongo@@YA?AVStatus@1@PBD_K@Z) referenced in function &quot;public: class mongo::BSONObj __thiscall mongo::DbMessage::nextJsObj(void)&quot; (?nextJsObj@DbMessage@mongo@@QAE?AVBSONObj@2@XZ)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;class mongo::Status __cdecl mongo::bsonExtractStringField(class mongo::BSONObj const &amp;amp;,class mongo::StringData const &amp;amp;,class std::basic_string&amp;lt;char,struct std::char_traits&amp;lt;char&amp;gt;,class std::allocator&amp;lt;char&amp;gt; &amp;gt; *)&quot; (?bsonExtractStringField@mongo@@YA?AVStatus@1@ABVBSONObj@1@ABVStringData@1@PAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function &quot;protected: virtual void __thiscall mongo::DBClientWithCommands::_auth(class mongo::BSONObj const &amp;amp;)&quot; (?_auth@DBClientWithCommands@mongo@@MAEXABVBSONObj@2@@Z)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;class mongo::Status __cdecl mongo::bsonExtractBooleanFieldWithDefault(class mongo::BSONObj const &amp;amp;,class mongo::StringData const &amp;amp;,bool,bool *)&quot; (?bsonExtractBooleanFieldWithDefault@mongo@@YA?AVStatus@1@ABVBSONObj@1@ABVStringData@1@_NPA_N@Z) referenced in function &quot;protected: virtual void __thiscall mongo::DBClientWithCommands::_auth(class mongo::BSONObj const &amp;amp;)&quot; (?_auth@DBClientWithCommands@mongo@@MAEXABVBSONObj@2@@Z)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;public: static class mongo::SecureRandom * __cdecl mongo::SecureRandom::create(void)&quot; (?create@SecureRandom@mongo@@SAPAV12@XZ) referenced in function &quot;private: static struct mongo::OID::MachineAndPid __cdecl mongo::OID::genMachineAndPid(void)&quot; (?genMachineAndPid@OID@mongo@@CA?AUMachineAndPid@12@XZ)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2019: unresolved external symbol &quot;class mongo::Status __cdecl mongo::parseNumberFromStringWithBase&amp;lt;unsigned int&amp;gt;(class mongo::StringData const &amp;amp;,int,unsigned int *)&quot; (&lt;cite&gt;$parseNumberFromStringWithBase@I@mongo@@YA?AVStatus@0@ABVStringData@0@HPAI@Z) referenced in function &quot;class mongo::Status __cdecl mongo::parseNumberFromString&amp;lt;unsigned int&amp;gt;(class mongo::StringData const &amp;amp;,unsigned int *)&quot; (&lt;/cite&gt;$parseNumberFromString@I@mongo@@YA?AVStatus@0@ABVStringData@0@PAI@Z)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2001: unresolved external symbol &quot;class mongo::Status (__cdecl* mongo::saslClientAuthenticate)(class mongo::DBClientWithCommands *,class mongo::BSONObj const &amp;amp;)&quot; (?saslClientAuthenticate@mongo@@3P6A?AVStatus@1@PAVDBClientWithCommands@1@ABVBSONObj@1@@ZA)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2001: unresolved external symbol &quot;char const * const mongo::saslCommandMechanismFieldName&quot; (?saslCommandMechanismFieldName@mongo@@3QBDB)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2001: unresolved external symbol &quot;char const * const mongo::saslCommandPasswordFieldName&quot; (?saslCommandPasswordFieldName@mongo@@3QBDB)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2001: unresolved external symbol &quot;char const * const mongo::saslCommandPrincipalFieldName&quot; (?saslCommandPrincipalFieldName@mongo@@3QBDB)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2001: unresolved external symbol &quot;char const * const mongo::saslCommandPrincipalSourceFieldName&quot; (?saslCommandPrincipalSourceFieldName@mongo@@3QBDB)&lt;br/&gt;
1&amp;gt;mongo_client_lib.obj : error LNK2001: unresolved external symbol &quot;char const * const mongo::saslCommandDigestPasswordFieldName&quot; (?saslCommandDigestPasswordFieldName@mongo@@3QBDB)&lt;br/&gt;
1&amp;gt;C:\mongodb-src-r2.4.4\src\mongo\client\examples\Debug\simple_client_demo.exe : fatal error LNK1120: 29 unresolved externals&lt;br/&gt;
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========&lt;/p&gt;</comment>
                            <comment id="371706" author="raulgd" created="Mon, 1 Jul 2013 15:46:11 +0000"  >&lt;p&gt;I&apos;ve also looked at the github repository, and the file is missing in there as well.&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>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 1 Jul 2013 15:53:55 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 27 weeks, 1 day 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, 27 weeks, 1 day 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="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>andrew.morrow@mongodb.com</customfieldvalue>
            <customfieldvalue>raulgd</customfieldvalue>
            <customfieldvalue>stephen.steneker@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrmolj:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>73942</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;Open the simple_client_demo VS project.&lt;br/&gt;
Add all needed include paths for the project to run.&lt;br/&gt;
Run the project.&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|hrvfqn:</customfieldvalue>

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