<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:51:59 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>[CONTROLLER-25] java.lang.ArrayIndexOutOfBoundsException when trying to ping between two nodes in Mininet</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-25</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;I have the OpenDaylight controller running on my PC (native) and am using a VM for mininet. ODP is up and running, I can connect to the UI no problem. After setting a gateway address of 10.0.0.254/8 and trying to ping between two hosts in Mininet I get errors for each ping (log attached)&lt;/p&gt;

&lt;p&gt;the switches have registered to the controller ad shown by this output: BST &lt;span class=&quot;error&quot;&gt;&amp;#91;ControllerI/O Thread&amp;#93;&lt;/span&gt; INFO  o.o.c.p.o.core.internal.Controller - Switch:1.1.1.102:2063 is connected to the Controller&lt;/p&gt;

&lt;p&gt;the following trace statements were applied: &lt;br/&gt;
setloglevel org.opendaylight.controller.arphandler TRACE&lt;br/&gt;
setloglevel org.opendaylight.controller.sal.packet.Packet TRACE&lt;br/&gt;
setloglevel org.opendaylight.controller.sal.packet.BitBufferHelper TRACE&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Windows&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="24579">CONTROLLER-25</key>
            <summary>java.lang.ArrayIndexOutOfBoundsException when trying to ping between two nodes in Mininet</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="10003">Cannot Reproduce</resolution>
                                        <assignee username="vbhamidipati@ebaysf.com">Venkata Siva Vijayendra Bhamidipati</assignee>
                                    <reporter username="stace@real-status.com">Stace Hipperson</reporter>
                        <labels>
                    </labels>
                <created>Mon, 22 Jul 2013 22:03:58 +0000</created>
                <updated>Mon, 4 May 2015 23:44:14 +0000</updated>
                            <resolved>Mon, 4 May 2015 23:44:14 +0000</resolved>
                                    <version>0.4.0</version>
                                                    <component>adsal</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="47317" author="stace@real-status.com" created="Mon, 22 Jul 2013 22:03:58 +0000"  >&lt;p&gt;Attachment opendaylight-22-07-13.log has been added with description: opendaylight controller log&lt;/p&gt;</comment>
                            <comment id="47315" author="vbhamidipati@ebaysf.com" created="Wed, 22 Jan 2014 03:17:29 +0000"  >&lt;p&gt;Hi Stace,&lt;/p&gt;

&lt;p&gt;I tried to reproduce this bug on my setup, but wasn&apos;t able to. I started up the ODL controller on one VM (192.168.52.99). Then installed mininet on a different VM (192.168.52.56), then created a switch topology this way on mininet:&lt;/p&gt;

&lt;p&gt;root@controllernode:~# sudo mn --controller=remote,ip=192.168.52.99 --topo tree,3&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;
		&lt;ul&gt;
			&lt;li&gt;Creating network&lt;/li&gt;
			&lt;li&gt;Adding controller&lt;/li&gt;
			&lt;li&gt;Adding hosts:&lt;br/&gt;
h1 h2 h3 h4 h5 h6 h7 h8 &lt;/li&gt;
			&lt;li&gt;Adding switches:&lt;br/&gt;
s1 s2 s3 s4 s5 s6 s7 &lt;/li&gt;
			&lt;li&gt;Adding links:&lt;br/&gt;
(h1, s3) (h2, s3) (h3, s4) (h4, s4) (h5, s6) (h6, s6) (h7, s7) (h8, s7) (s1, s2) (s1, s5) (s2, s3) (s2, s4) (s5, s6) (s5, s7) &lt;/li&gt;
			&lt;li&gt;Configuring hosts&lt;br/&gt;
h1 h2 h3 h4 h5 h6 h7 h8 &lt;/li&gt;
			&lt;li&gt;Starting controller&lt;/li&gt;
			&lt;li&gt;Starting 7 switches&lt;br/&gt;
s1 s2 s3 s4 s5 s6 s7 &lt;/li&gt;
			&lt;li&gt;Starting CLI:&lt;br/&gt;
mininet&amp;gt; &lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Then went to the ODL controller GUI, the topology showed up fine on ODL. I clicked on &quot;Add Gateway IP address&quot; under &quot;Subnet Gateway Configuration&quot;, giving subnet1 and 10.0.0.254/8 as the CIDR. I then set the log level in the OSGI console the same way you did, and did a few pings (h1 ping h7, h2 ping h4 etc), but the trace messages on the OSGI console didn&apos;t hit any exceptions.&lt;/p&gt;

&lt;p&gt;It looks like this bug has been fixed upstream. I will close this as not reproducible. Please reopen this bug if you still see the bug - please also provide the exact mininet commands you used to set up the topology - this may be dependent on that.&lt;/p&gt;</comment>
                            <comment id="47316" author="carolsand@gmail.com" created="Mon, 4 May 2015 23:44:14 +0000"  >&lt;p&gt;This bug is part of the project to Move all ADSAL associated component bugs to ADSAL&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13332" name="opendaylight-22-07-13.log" size="72146" author="stace@real-status.com" created="Mon, 22 Jul 2013 22:03:58 +0000"/>
                    </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>31</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=31]]></customfieldvalue>

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

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