<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:51:45 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>[JAVA-208] NullPointerException in DBApiLayer.requestDone</title>
                <link>https://jira.mongodb.org/browse/JAVA-208</link>
                <project id="10006" key="JAVA">Java Driver</project>
                    <description>&lt;p&gt;Under load we get the following NullPointerException&lt;/p&gt;

&lt;p&gt;java.lang.NullPointerException&lt;br/&gt;
    at com.mongodb.DBTCPConnector$MyPort.requestDone(DBTCPConnector.java:334)&lt;br/&gt;
    at com.mongodb.DBTCPConnector.requestDone(DBTCPConnector.java:106)&lt;br/&gt;
    at com.mongodb.DBApiLayer.requestDone(DBApiLayer.java:71)&lt;/p&gt;

&lt;p&gt;This seems not to be an issue with  2.2 or 2.1&lt;/p&gt;

&lt;p&gt;Thank&lt;/p&gt;</description>
                <environment>mongod 1.6.1 (64 bit) Linux</environment>
        <key id="13618">JAVA-208</key>
            <summary>NullPointerException in DBApiLayer.requestDone</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="antoine">Antoine Girbal</assignee>
                                    <reporter username="redsyd">Sydney Redelinghuys</reporter>
                        <labels>
                    </labels>
                <created>Thu, 4 Nov 2010 10:42:11 +0000</created>
                <updated>Wed, 4 Dec 2013 16:07:28 +0000</updated>
                            <resolved>Tue, 22 Feb 2011 18:18:18 +0000</resolved>
                                    <version>2.3</version>
                                                    <component>API</component>
                                        <votes>1</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="24964" author="martin.grotzke" created="Tue, 1 Mar 2011 16:51:07 +0000"  >&lt;p&gt;Ok, great!&lt;/p&gt;

&lt;p&gt;Will this one (&lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-208&quot; title=&quot;NullPointerException in DBApiLayer.requestDone&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-208&quot;&gt;&lt;del&gt;JAVA-208&lt;/del&gt;&lt;/a&gt;) be part of 2.5?&lt;/p&gt;</comment>
                            <comment id="24959" author="scotthernandez" created="Tue, 1 Mar 2011 16:20:13 +0000"  >&lt;p&gt;The 2.5 release is just waiting on updating the release notes and doing the final push. It should happen today.&lt;/p&gt;</comment>
                            <comment id="24946" author="martin.grotzke" created="Tue, 1 Mar 2011 12:56:50 +0000"  >&lt;p&gt;Will this fix be part of 2.5? It has not set 2.5 as fix version. Also 2.5 is still open, is there s.th. blocking the release?&lt;/p&gt;</comment>
                            <comment id="24429" author="martin.grotzke" created="Tue, 22 Feb 2011 14:12:15 +0000"  >&lt;p&gt;Intended release in 2 days sounds rather cool!&lt;br/&gt;
Thanx for this info, Eliot!&lt;/p&gt;</comment>
                            <comment id="24424" author="eliot" created="Tue, 22 Feb 2011 13:06:18 +0000"  >&lt;p&gt;@martin no, just master for github.&lt;/p&gt;

&lt;p&gt;You can see the intended release date for 2.5 here: &lt;a href=&quot;http://jira.mongodb.org/browse/JAVA/fixforversion/10215&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;http://jira.mongodb.org/browse/JAVA/fixforversion/10215&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="24420" author="martin.grotzke" created="Tue, 22 Feb 2011 09:04:56 +0000"  >&lt;p&gt;Are maven SNAPSHOT releases available somewhere btw? Is there a release ETA of 2.5?&lt;/p&gt;</comment>
                            <comment id="24419" author="redsyd" created="Tue, 22 Feb 2011 08:50:00 +0000"  >&lt;p&gt;Just tried b1a588d and it passes all our tests. Thanks&lt;/p&gt;</comment>
                            <comment id="24376" author="martin.grotzke" created="Mon, 21 Feb 2011 18:08:40 +0000"  >&lt;p&gt;I think we ran into the same issue, with Driver 2.4:&lt;/p&gt;

&lt;p&gt;java.lang.NullPointerException&lt;br/&gt;
        at com.mongodb.DBTCPConnector$MyPort.requestDone(DBTCPConnector.java:336)&lt;br/&gt;
        at com.mongodb.DBTCPConnector.requestDone(DBTCPConnector.java:106)&lt;br/&gt;
        at com.mongodb.DBApiLayer.requestDone(DBApiLayer.java:75)&lt;br/&gt;
        at com.freiheit.shopping24.adm.util.mongodb.MongoDBConstistencyAdvice.performConsistently(MongoDBConstistencyAdvice.java:49)&lt;/p&gt;

&lt;p&gt;Just tested against the current master (commit b1a588dbc, 2.5-pre), with this it works for us.&lt;/p&gt;</comment>
                            <comment id="24107" author="antoine" created="Thu, 17 Feb 2011 07:38:37 +0000"  >&lt;p&gt;could you try again to reproduce with the head from git?&lt;br/&gt;
we&apos;ve done some clean up in driver.&lt;br/&gt;
thx&lt;/p&gt;</comment>
                            <comment id="20571" author="eliot" created="Mon, 22 Nov 2010 04:58:08 +0000"  >&lt;p&gt;We&apos;ve tried a variety of systems, etc... and can&apos;t reproduce.&lt;br/&gt;
If you can send us more info or a different script...&lt;br/&gt;
Also, can you try master of the java driver just in case.&lt;/p&gt;</comment>
                            <comment id="20544" author="eliot" created="Sun, 21 Nov 2010 05:25:18 +0000"  >&lt;p&gt;Robert - can you try on windows?&lt;br/&gt;
I can&apos;t reproduce on mac or linux.&lt;/p&gt;</comment>
                            <comment id="20351" author="redsyd" created="Tue, 16 Nov 2010 10:25:02 +0000"  >&lt;p&gt;The attached class reproduces the bug for me in Windows XP 32 bit.&lt;/p&gt;</comment>
                            <comment id="20296" author="eliot" created="Sat, 13 Nov 2010 07:09:01 +0000"  >&lt;p&gt;Has this happened again?&lt;br/&gt;
Can&apos;t reproduce&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="10599" name="Java208.java" size="585" author="redsyd" created="Tue, 16 Nov 2010 10:25:02 +0000"/>
                            <attachment id="10651" name="Java208_2.java" size="715" author="redsyd" created="Fri, 10 Dec 2010 08:33:20 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrhcnj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>14850</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>