<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:05:48 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>[L2SWITCH-56] Exception in thread &quot;pool-31-thread-1&quot; java.lang.RuntimeException: java.lang.NumberFormatException: For input string: &quot;0xff&quot;</title>
                <link>https://jira.opendaylight.org/browse/L2SWITCH-56</link>
                <project id="10134" key="L2SWITCH">l2switch</project>
                    <description>&lt;p&gt;Displaying all SWITCHES and only one HOSTS in DLUX topology GUI.&lt;/p&gt;

&lt;p&gt;I have started karaf and installed the following features.&lt;/p&gt;

&lt;p&gt;feature:install odl-restconf&lt;br/&gt;
feature:install odl-l2switch-switch&lt;br/&gt;
feature:install odl-mdsal-apidocs	&lt;br/&gt;
feature:install odl-l2switch-switch-ui&lt;br/&gt;
feature:install odl-adsal-all&lt;br/&gt;
feature:install odl-adsal-northbound&lt;br/&gt;
feature:install odl-dlux-core&lt;br/&gt;
feature:install odl-dlux-node&lt;br/&gt;
feature:install odl-dlux-yangui&lt;/p&gt;

&lt;p&gt;Then started MININET with following command&lt;br/&gt;
&amp;gt;&amp;gt; sudo mn --topo tree,3  --controller &apos;remote,ip=172.16.69.13,port=6633&apos; --switch ovsk,protocols=OpenFlow13&lt;/p&gt;

&lt;p&gt;I am able to ping the hosts without fail.&lt;/p&gt;

&lt;p&gt;mininet&amp;gt; pingall&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;
		&lt;ul&gt;
			&lt;li&gt;Ping: testing ping reachability&lt;br/&gt;
h1 -&amp;gt; h2 h3 h4 h5 h6 h7 h8 &lt;br/&gt;
h2 -&amp;gt; h1 h3 h4 h5 h6 h7 h8 &lt;br/&gt;
h3 -&amp;gt; h1 h2 h4 h5 h6 h7 h8 &lt;br/&gt;
h4 -&amp;gt; h1 h2 h3 h5 h6 h7 h8 &lt;br/&gt;
h5 -&amp;gt; h1 h2 h3 h4 h6 h7 h8 &lt;br/&gt;
h6 -&amp;gt; h1 h2 h3 h4 h5 h7 h8 &lt;br/&gt;
h7 -&amp;gt; h1 h2 h3 h4 h5 h6 h8 &lt;br/&gt;
h8 -&amp;gt; h1 h2 h3 h4 h5 h6 h7 &lt;/li&gt;
			&lt;li&gt;Results: 0% dropped (56/56 received)&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Now I have opened the DLUX GUI, in the topology section we are able to see the Switches and only one host.&lt;/p&gt;

&lt;p&gt;Apart from that we are getting the following Error in Karaf console.&lt;/p&gt;

&lt;p&gt;opendaylight-user@root&amp;gt;&lt;br/&gt;
opendaylight-user@root&amp;gt;&lt;br/&gt;
opendaylight-user@root&amp;gt;Exception in thread &quot;pool-31-thread-1&quot; java.lang.RuntimeException: java.lang.NumberFormatException: For input string: &quot;0xff&quot;&lt;br/&gt;
        at com.lmax.disruptor.FatalExceptionHandler.handleEventException(FatalExceptionHandler.java:45)&lt;br/&gt;
        at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:147)&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)&lt;br/&gt;
        at java.lang.Thread.run(Thread.java:745)&lt;br/&gt;
Caused by: java.lang.NumberFormatException: For input string: &quot;0xff&quot;&lt;br/&gt;
        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)&lt;br/&gt;
        at java.lang.Integer.parseInt(Integer.java:492)&lt;br/&gt;
        at java.lang.Short.parseShort(Short.java:117)&lt;br/&gt;
        at java.lang.Short.parseShort(Short.java:143)&lt;br/&gt;
        at org.opendaylight.l2switch.flow.ReactiveFlowWriter.ignoreThisMac(ReactiveFlowWriter.java:45)&lt;br/&gt;
        at org.opendaylight.l2switch.flow.ReactiveFlowWriter.onArpPacketReceived(ReactiveFlowWriter.java:77)&lt;br/&gt;
        at org.opendaylight.yangtools.yang.binding.util.NotificationListenerInvoker.invokeNotification(NotificationListenerInvoker.java:91)&lt;br/&gt;
        at org.opendaylight.controller.md.sal.binding.impl.BindingDOMNotificationListenerAdapter.onNotification(BindingDOMNotificationListenerAdapter.java:44)&lt;br/&gt;
        at org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouterEvent.deliverNotification(DOMNotificationRouterEvent.java:50)&lt;br/&gt;
        at org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouter$1.onEvent(DOMNotificationRouter.java:68)&lt;br/&gt;
        at org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouter$1.onEvent(DOMNotificationRouter.java:65)&lt;br/&gt;
        at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)&lt;br/&gt;
        ... 3 more&lt;/p&gt;


&lt;p&gt;Could you please help me to resolve the issue, i.e. display all SWITCHES and HOSTS in topology GUI.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="21569">L2SWITCH-56</key>
            <summary>Exception in thread &quot;pool-31-thread-1&quot; java.lang.RuntimeException: java.lang.NumberFormatException: For input string: &quot;0xff&quot;</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="-1">Unassigned</assignee>
                                    <reporter username="v.kumarbaburavi@tcs.com">Ravi</reporter>
                        <labels>
                    </labels>
                <created>Fri, 16 Oct 2015 09:16:54 +0000</created>
                <updated>Thu, 19 Oct 2017 21:27:56 +0000</updated>
                            <resolved>Tue, 9 Feb 2016 17:00:55 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="40398" author="v.kumarbaburavi@tcs.com" created="Fri, 16 Oct 2015 09:18:29 +0000"  >&lt;p&gt;Attachment Karaflogg.zip has been added with description: Karaf logger&lt;/p&gt;</comment>
                            <comment id="40393" author="v.kumarbaburavi@tcs.com" created="Fri, 16 Oct 2015 10:42:33 +0000"  >&lt;p&gt;How to reproduce?&lt;/p&gt;

&lt;p&gt;1) Start the Karaf &quot;&amp;lt;DLUX&amp;gt;/bin/karaf&quot;&lt;/p&gt;

&lt;p&gt;2) Wait until the following message comes&lt;/p&gt;

&lt;p&gt;opendaylight-user@root&amp;gt;GossipRouter started at Fri Oct 16 16:05:34 IST 2015&lt;br/&gt;
Listening on port 12001 bound on address 0.0.0.0/0.0.0.0&lt;br/&gt;
Backlog is 1000, linger timeout is 2000, and read timeout is 0&lt;/p&gt;

&lt;p&gt;3) Start mininet with following command, the following Exception is came.&lt;br/&gt;
Exception in thread &quot;Thread-116&quot; java.lang.IllegalStateException: Expected state: HANDSHAKING, actual state:RIP&lt;br/&gt;
        at org.opendaylight.openflowplugin.openflow.md.core.ConnectionConductorImpl.checkState(ConnectionConductorImpl.java:393)&lt;/p&gt;

&lt;p&gt;4) Execute &quot;pingall&quot; command in Mininet console, then following exception came.&lt;/p&gt;

&lt;p&gt;Exception in thread &quot;pool-29-thread-1&quot; java.lang.RuntimeException: java.lang.NumberFormatException: For input string: &quot;0xff&quot;&lt;/p&gt;

&lt;p&gt;5) Start the DLUX GUI in browser, select the topology,--&amp;gt;  All SWITCHES are displayed with only one HOST&lt;/p&gt;

&lt;p&gt;Full Trace:&lt;/p&gt;

&lt;p&gt;opendaylight-user@root&amp;gt;Exception in thread &quot;Thread-116&quot; java.lang.IllegalStateException: Expected state: HANDSHAKING, actual state:RIP&lt;br/&gt;
        at org.opendaylight.openflowplugin.openflow.md.core.ConnectionConductorImpl.checkState(ConnectionConductorImpl.java:393)&lt;br/&gt;
        at org.opendaylight.openflowplugin.openflow.md.core.ConnectionConductorImpl.onConnectionReady(ConnectionConductorImpl.java:455)&lt;br/&gt;
        at org.opendaylight.openflowjava.protocol.impl.core.connection.ConnectionAdapterImpl$3.run(ConnectionAdapterImpl.java:472)&lt;br/&gt;
        at java.lang.Thread.run(Thread.java:745)&lt;/p&gt;



&lt;p&gt;opendaylight-user@root&amp;gt;Exception in thread &quot;pool-29-thread-1&quot; java.lang.RuntimeException: java.lang.NumberFormatException: For input string: &quot;0xff&quot;&lt;br/&gt;
        at com.lmax.disruptor.FatalExceptionHandler.handleEventException(FatalExceptionHandler.java:45)&lt;br/&gt;
        at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:147)&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)&lt;br/&gt;
        at java.lang.Thread.run(Thread.java:745)&lt;br/&gt;
Caused by: java.lang.NumberFormatException: For input string: &quot;0xff&quot;&lt;br/&gt;
        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)&lt;br/&gt;
        at java.lang.Integer.parseInt(Integer.java:492)&lt;br/&gt;
        at java.lang.Short.parseShort(Short.java:117)&lt;br/&gt;
        at java.lang.Short.parseShort(Short.java:143)&lt;br/&gt;
        at org.opendaylight.l2switch.flow.ReactiveFlowWriter.ignoreThisMac(ReactiveFlowWriter.java:45)&lt;br/&gt;
        at org.opendaylight.l2switch.flow.ReactiveFlowWriter.onArpPacketReceived(ReactiveFlowWriter.java:77)&lt;br/&gt;
        at org.opendaylight.yangtools.yang.binding.util.NotificationListenerInvoker.invokeNotification(NotificationListenerInvoker.java:91)&lt;br/&gt;
        at org.opendaylight.controller.md.sal.binding.impl.BindingDOMNotificationListenerAdapter.onNotification(BindingDOMNotificationListenerAdapter.java:44)&lt;br/&gt;
        at org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouterEvent.deliverNotification(DOMNotificationRouterEvent.java:50)&lt;br/&gt;
        at org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouter$1.onEvent(DOMNotificationRouter.java:68)&lt;br/&gt;
        at org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouter$1.onEvent(DOMNotificationRouter.java:65)&lt;br/&gt;
        at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)&lt;br/&gt;
        ... 3 more&lt;/p&gt;</comment>
                            <comment id="40394" author="rovarga" created="Fri, 16 Oct 2015 10:43:05 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/28472&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/28472&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="40399" author="v.kumarbaburavi@tcs.com" created="Fri, 16 Oct 2015 11:09:10 +0000"  >&lt;p&gt;Attachment karaf.log has been added with description: Karaf logger&lt;/p&gt;</comment>
                            <comment id="40395" author="v.kumarbaburavi@tcs.com" created="Fri, 16 Oct 2015 11:09:42 +0000"  >&lt;p&gt;&amp;gt;Exception in thread &quot;pool-27-thread-1&quot; java.lang.RuntimeException: java.lang.NumberFormatException: For input string: &quot;0x5e&quot;&lt;br/&gt;
        at com.lmax.disruptor.FatalExceptionHandler.handleEventException(FatalExceptionHandler.java:45)&lt;br/&gt;
        at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:147)&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)&lt;br/&gt;
        at java.lang.Thread.run(Thread.java:745)&lt;br/&gt;
Caused by: java.lang.NumberFormatException: For input string: &quot;0x5e&quot;&lt;br/&gt;
        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)&lt;br/&gt;
        at java.lang.Integer.parseInt(Integer.java:492)&lt;br/&gt;
        at java.lang.Short.parseShort(Short.java:117)&lt;br/&gt;
        at java.lang.Short.parseShort(Short.java:143)&lt;br/&gt;
        at org.opendaylight.l2switch.flow.ReactiveFlowWriter.ignoreThisMac(ReactiveFlowWriter.java:45)&lt;br/&gt;
        at org.opendaylight.l2switch.flow.ReactiveFlowWriter.onArpPacketReceived(ReactiveFlowWriter.java:77)&lt;br/&gt;
        at org.opendaylight.yangtools.yang.binding.util.NotificationListenerInvoker.invokeNotification(NotificationListenerInvoker.java:91)&lt;br/&gt;
        at org.opendaylight.controller.md.sal.binding.impl.BindingDOMNotificationListenerAdapter.onNotification(BindingDOMNotificationListenerAdapter.java:44)&lt;br/&gt;
        at org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouterEvent.deliverNotification(DOMNotificationRouterEvent.java:50)&lt;br/&gt;
        at org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouter$1.onEvent(DOMNotificationRouter.java:68)&lt;br/&gt;
        at org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouter$1.onEvent(DOMNotificationRouter.java:65)&lt;br/&gt;
        at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)&lt;br/&gt;
        ... 3 more&lt;/p&gt;</comment>
                            <comment id="40396" author="v.kumarbaburavi@tcs.com" created="Fri, 16 Oct 2015 11:13:42 +0000"  >&lt;p&gt;Verified, not working for me... please find the attached Karaf logger  (Karaf logger (666.53 KB, application/octet-stream) 2015-10-16 11:09 UTC, KumarBabu )&lt;/p&gt;</comment>
                            <comment id="40397" author="anipbu" created="Tue, 2 Feb 2016 21:40:33 +0000"  >&lt;p&gt;Adding ammandke@cisco.com.  Amit Mandke, could you confirm this bug and determine if this is a blocker for Beryllium?&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12752" name="Karaflogg.zip" size="260524" author="v.kumarbaburavi@tcs.com" created="Fri, 16 Oct 2015 09:18:29 +0000"/>
                            <attachment id="12753" name="karaf.log" size="682526" author="v.kumarbaburavi@tcs.com" created="Fri, 16 Oct 2015 11:09:10 +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>4485</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=4485]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10362"><![CDATA[Beryllium-M3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10312"><![CDATA[High]]></customfieldvalue>

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

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