<!-- 
RSS generated by JIRA (5.2.4#845-sha1:c9f4cc41abe72fb236945343a1f485c2c844dac9) at Tue May 21 11:44:58 CDT 2013

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 add field=key&field=summary to the URL of your request.
For example:
http://www.couchbase.com/issues/si/jira.issueviews:issue-xml/JCBC-113/JCBC-113.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Couchbase</title>
    <link>http://www.couchbase.com/issues</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>5.2.4</version>
        <build-number>845</build-number>
        <build-date>26-12-2012</build-date>
    </build-info>

<item>
            <title>[JCBC-113] code injection during development/debug causing IllegalStateException</title>
                <link>http://www.couchbase.com/issues/browse/JCBC-113</link>
                <project id="10080" key="JCBC">Couchbase Java Client</project>
                        <description>Caused by: java.lang.IllegalStateException: Shutting down&lt;br/&gt;
at net.spy.memcached.MemcachedConnection.checkState(MemcachedConnection.java:824) ~[spymemcached-2.8.4.jar:2.8.4]&lt;br/&gt;
at net.spy.memcached.MemcachedConnection.enqueueOperation(MemcachedConnection.java:640) ~[spymemcached-2.8.4.jar:2.8.4]&lt;br/&gt;
at net.spy.memcached.MemcachedClient.asyncGet(MemcachedClient.java:841) ~[spymemcached-2.8.4.jar:2.8.4]&lt;br/&gt;
at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:1003) ~[spymemcached-2.8.4.jar:2.8.4]&lt;br/&gt;
at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:1024) ~[spymemcached-2.8.4.jar:2.8.4]&lt;br/&gt;
&lt;br/&gt;
It happens everytime I change the code in debug mode (JVM code injection)&lt;br/&gt;
&lt;br/&gt;
From thread: &lt;a href=&quot;http://www.couchbase.com/forums/thread/java-client-issue-after-code-injection&quot;&gt;http://www.couchbase.com/forums/thread/java-client-issue-after-code-injection&lt;/a&gt;</description>
                <environment></environment>
            <key id="19756">JCBC-113</key>
            <summary>code injection during development/debug causing IllegalStateException</summary>
                <type id="1" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="4" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10011">Public</security>
                        <assignee username="daschl">Michael Nitschinger</assignee>
                                <reporter username="ingenthr">Matt Ingenthron</reporter>
                        <labels>
                    </labels>
                <created>Thu, 13 Sep 2012 18:25:28 -0500</created>
                <updated>Mon, 20 May 2013 14:30:48 -0500</updated>
                                    <version>1.1dp</version>
                <version>1.1dp2</version>
                <version>1.1.0</version>
                                <fixVersion>1.1.7</fixVersion>
                                <component>library</component>
                                <votes>1</votes>
                        <watches>1</watches>
                                                    <comments>
                    <comment id="44184" author="daschl" created="Fri, 16 Nov 2012 04:54:29 -0600"  >Asked &amp;quot;cb&amp;quot; on the forums for more information to be able to reproduce the issue.</comment>
                    <comment id="46542" author="cb" created="Sun, 23 Dec 2012 22:26:26 -0600"  >I tested on v1.1 and there are still issues:&lt;br/&gt;
&lt;br/&gt;
Caused by: java.lang.IllegalStateException: Shutting down&lt;br/&gt;
	at net.spy.memcached.MemcachedConnection.checkState(MemcachedConnection.java:825) ~[spymemcached-2.8.9.jar:2.8.9]&lt;br/&gt;
	at net.spy.memcached.MemcachedConnection.enqueueOperation(MemcachedConnection.java:641) ~[spymemcached-2.8.9.jar:2.8.9]&lt;br/&gt;
	at net.spy.memcached.MemcachedClient.asyncGetAndTouch(MemcachedClient.java:1284) ~[spymemcached-2.8.9.jar:2.8.9]&lt;br/&gt;
	at net.spy.memcached.MemcachedClient.getAndTouch(MemcachedClient.java:955) ~[spymemcached-2.8.9.jar:2.8.9]&lt;br/&gt;
	at net.spy.memcached.MemcachedClient.getAndTouch(MemcachedClient.java:978) ~[spymemcached-2.8.9.jar:2.8.9]&lt;br/&gt;
	at models.AdminUserSession.findByKey(AdminUserSession.java:35) ~[classes/:na]</comment>
                    <comment id="46547" author="daschl" created="Mon, 24 Dec 2012 01:11:45 -0600"  >Hi cb,&lt;br/&gt;
&lt;br/&gt;
thanks for responding. Would it be possible to help me out reproducing it? What kind of setup are you using? (OS, IDE, App Server) and so on? I never encountered this in my environments here... thanks very much!</comment>
                    <comment id="46548" author="cb" created="Mon, 24 Dec 2012 01:30:02 -0600"  >Play Framewok 1.0.4&lt;br/&gt;
Couchbase 2 GA&lt;br/&gt;
Java Client 1.1&lt;br/&gt;
&lt;br/&gt;
You can use the example app that you created in your Blog Post. (BTW - Still looking forward for the rest of the parts of this super good post!!)&lt;br/&gt;
Change something in the code - while running in sbt like this:&lt;br/&gt;
&lt;br/&gt;
~run   (note the &amp;quot;~&amp;quot;) which tells sbt to inject any change into the running process.&lt;br/&gt;
&lt;br/&gt;
Let me know if you can reproduce the bug.&lt;br/&gt;
&lt;br/&gt;
</comment>
                    <comment id="46549" author="daschl" created="Mon, 24 Dec 2012 01:33:21 -0600"  >You mean 2.0.4? &lt;br/&gt;
&lt;br/&gt;
Are you running on 1.6 or 1.7 java? Or which scala version? On which operating system are you running it?&lt;br/&gt;
&lt;br/&gt;
Never came across this (neither while working on the blog posts nor working on it from other apps).&lt;br/&gt;
&lt;br/&gt;
</comment>
                    <comment id="46555" author="cb" created="Mon, 24 Dec 2012 02:10:25 -0600"  >sorry 2.0.4&lt;br/&gt;
&lt;br/&gt;
Jave Version:&lt;br/&gt;
&lt;br/&gt;
Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909)&lt;br/&gt;
Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed mode)&lt;br/&gt;
&lt;br/&gt;
OSX 10.8.2</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>8594</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>