<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:35:18 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>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[OVSDB-24] Nmap scan of port 6640 causes exception</title>
                <link>https://jira.opendaylight.org/browse/OVSDB-24</link>
                <project id="10158" key="OVSDB">ovsdb</project>
                    <description>&lt;p&gt;This is a third of &lt;a href=&quot;https://jira.opendaylight.org/browse/CONTROLLER-530&quot; title=&quot;Nmap scans cause erroneous switch connection messages and exceptions&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CONTROLLER-530&quot;&gt;&lt;del&gt;CONTROLLER-530&lt;/del&gt;&lt;/a&gt; which I was told by Devin Avery to split.&lt;/p&gt;

&lt;p&gt;Steps to recreate:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Starting with a fresh Fedora 20 Cloud VM on an OpenStack deployment with an IP I can reach&lt;br/&gt;
sudo yum update -y&lt;br/&gt;
sudo yum install -y java-1.7.0-openjdk unzip wget which&lt;br/&gt;
wget -P /home/fedora &apos;https://jenkins.opendaylight.org/integration/job/integration-project-centralized-integration/lastSuccessfulBuild/artifact/distributions/base/target/distributions-base-0.1.2-SNAPSHOT-osgipackage.zip&apos;&lt;br/&gt;
unzip distributions-base-0.1.2-SNAPSHOT-osgipackage.zip&lt;br/&gt;
cd /home/fedora/opendaylight&lt;br/&gt;
./run.sh&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;From another machine, in my case a second fresh Fedora 20 VM on an OpenStack deployment&lt;br/&gt;
sudo yum update -y&lt;br/&gt;
sudo yum install -y nmap&lt;br/&gt;
nmap -Pn -p 6640 172.18.14.10  # IP of first VM&lt;/li&gt;
&lt;/ol&gt;



&lt;p&gt;That nmap scan of port 6640 results in the following exception on the first VM (running ODL):&lt;/p&gt;

&lt;p&gt;    osgi&amp;gt; 2014-06-09 21:39:21.228 UTC &lt;span class=&quot;error&quot;&gt;&amp;#91;nioEventLoopGroup-9-2&amp;#93;&lt;/span&gt; WARN  i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.&lt;br/&gt;
    java.io.IOException: Connection reset by peer&lt;br/&gt;
            at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_55&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_55&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_55&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at sun.nio.ch.IOUtil.read(IOUtil.java:192) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_55&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:379) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_55&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:446) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.19.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:871) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.19.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:225) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.19.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:115) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.19.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:507) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.19.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:464) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.19.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:378) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.19.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:350) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.19.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) &lt;span class=&quot;error&quot;&gt;&amp;#91;bundlefile:4.0.19.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
            at java.lang.Thread.run(Thread.java:744) &lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_55&amp;#93;&lt;/span&gt;&lt;br/&gt;
    2014-06-09 21:39:21.231 UTC &lt;span class=&quot;error&quot;&gt;&amp;#91;nioEventLoopGroup-9-2&amp;#93;&lt;/span&gt; INFO  o.o.ovsdb.plugin.ConnectionService - Connection to Node : OVS|172.18.14.12:43906 closed&lt;/p&gt;

&lt;p&gt;    osgi&amp;gt; &lt;/p&gt;


&lt;p&gt;Here&apos;s the nmap output from the scan:&lt;/p&gt;

&lt;p&gt;    &lt;span class=&quot;error&quot;&gt;&amp;#91;fedora@dfarrell-opendaylight-bug1124-2 ~&amp;#93;&lt;/span&gt;$ nmap -Pn -p 6640 172.18.14.10&lt;/p&gt;

&lt;p&gt;    Starting Nmap 6.45 ( &lt;a href=&quot;http://nmap.org&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://nmap.org&lt;/a&gt; ) at 2014-06-09 21:39 UTC&lt;br/&gt;
    Nmap scan report for 172.18.14.10&lt;br/&gt;
    Host is up (0.0022s latency).&lt;br/&gt;
    PORT     STATE SERVICE&lt;br/&gt;
    6640/tcp open  unknown&lt;/p&gt;

&lt;p&gt;    Nmap done: 1 IP address (1 host up) scanned in 0.12 seconds&lt;/p&gt;


&lt;p&gt;I filed this under OVSDB because the log message (last line printed) comes from ovsdb/ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/ConnectionService.java:296. I&apos;m not confident about this classification. If it should be moved, please let me know and forgive my ignorance.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="21716">OVSDB-24</key>
            <summary>Nmap scan of port 6640 causes exception</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="dave@dtucker.co.uk">Dave Tucker</assignee>
                                    <reporter username="dfarrell07">Daniel Farrell</reporter>
                        <labels>
                    </labels>
                <created>Mon, 9 Jun 2014 22:09:48 +0000</created>
                <updated>Tue, 8 Jul 2014 00:13:22 +0000</updated>
                            <resolved>Tue, 8 Jul 2014 00:13:22 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>Library</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="40646" author="dave@dtucker.co.uk" created="Mon, 7 Jul 2014 18:26:42 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/8744&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/8744&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1175</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=1175]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0206f:</customfieldvalue>

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