<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:54:47 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-1139] EXI encode/decode failure with a specific config module</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-1139</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;How to reproduce with fully built master distribution from integration project:&lt;br/&gt;
1. Send POST request to&lt;br/&gt;
 &lt;a href=&quot;http://localhost:8181/restconf/config/opendaylight-inventory:nodes/node/controller-config/yang-ext:mount/config:modules&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/opendaylight-inventory:nodes/node/controller-config/yang-ext:mount/config:modules&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;with payload:&lt;br/&gt;
&amp;lt;module xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:config&quot;&amp;gt;&lt;br/&gt;
&amp;lt;type xmlns:x=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;x:bgp-application-peer&amp;lt;/type&amp;gt;&lt;br/&gt;
&amp;lt;name&amp;gt;example-bgp-peer-app&amp;lt;/name&amp;gt;&lt;br/&gt;
&amp;lt;bgp-peer-id xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;10.25.1.9&amp;lt;/bgp-peer-id&amp;gt;&lt;br/&gt;
&amp;lt;target-rib xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;&lt;br/&gt;
&amp;lt;type xmlns:x=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;x:rib-instance&amp;lt;/type&amp;gt;&lt;br/&gt;
&amp;lt;name&amp;gt;example-bgp-rib&amp;lt;/name&amp;gt;&lt;br/&gt;
&amp;lt;/target-rib&amp;gt;&lt;br/&gt;
&amp;lt;application-rib-id xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;example-app-rib&amp;lt;/application-rib-id&amp;gt;&lt;br/&gt;
&amp;lt;data-broker xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;&lt;br/&gt;
&amp;lt;type xmlns:x=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding&quot;&amp;gt;x:binding-async-data-broker&amp;lt;/type&amp;gt;&lt;br/&gt;
&amp;lt;name&amp;gt;pingpong-binding-data-broker&amp;lt;/name&amp;gt;&lt;br/&gt;
&amp;lt;/data-broker&amp;gt;&lt;br/&gt;
&amp;lt;/module&amp;gt;&lt;/p&gt;

&lt;p&gt;2. Send GET request to &lt;br/&gt;
 &lt;a href=&quot;http://localhost:8181/restconf/config/opendaylight-inventory:nodes/node/controller-config/yang-ext:mount/config:modules&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/opendaylight-inventory:nodes/node/controller-config/yang-ext:mount/config:modules&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The deserialization fails with following exception:&lt;br/&gt;
 2015-02-04 10:19:19,064 | WARN  | oupCloseable-3-1 | DefaultChannelPipeline           | 96 - io.netty.common - 4.0.23.Final | 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;
io.netty.handler.codec.DecoderException: java.lang.ArrayIndexOutOfBoundsException: -1&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:280)&lt;span class=&quot;error&quot;&gt;&amp;#91;162:io.netty.codec:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149)&lt;span class=&quot;error&quot;&gt;&amp;#91;162:io.netty.codec:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)&lt;span class=&quot;error&quot;&gt;&amp;#91;105:io.netty.transport:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)&lt;span class=&quot;error&quot;&gt;&amp;#91;105:io.netty.transport:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)&lt;span class=&quot;error&quot;&gt;&amp;#91;162:io.netty.codec:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)&lt;span class=&quot;error&quot;&gt;&amp;#91;105:io.netty.transport:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.access$700(AbstractChannelHandlerContext.java:32)&lt;span class=&quot;error&quot;&gt;&amp;#91;105:io.netty.transport:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext$8.run(AbstractChannelHandlerContext.java:324)&lt;span class=&quot;error&quot;&gt;&amp;#91;105:io.netty.transport:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380)&lt;span class=&quot;error&quot;&gt;&amp;#91;96:io.netty.common:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)&lt;span class=&quot;error&quot;&gt;&amp;#91;105:io.netty.transport:4.0.23.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;96:io.netty.common:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)&lt;span class=&quot;error&quot;&gt;&amp;#91;96:io.netty.common:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.lang.Thread.run(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_67&amp;#93;&lt;/span&gt;&lt;br/&gt;
Caused by: java.lang.ArrayIndexOutOfBoundsException: -1&lt;br/&gt;
	at org.openexi.proc.io.SimpleScanner.nextEvent(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;161:org.openexi.nagasena:0000.0002.0038.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.openexi.sax.EXIReader.doElement(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;161:org.openexi.nagasena:0000.0002.0038.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.openexi.sax.EXIReader.doElement(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;161:org.openexi.nagasena:0000.0002.0038.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.openexi.sax.EXIReader.doElement(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;161:org.openexi.nagasena:0000.0002.0038.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.openexi.sax.EXIReader.doElement(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;161:org.openexi.nagasena:0000.0002.0038.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.openexi.sax.EXIReader.doElement(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;161:org.openexi.nagasena:0000.0002.0038.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.openexi.sax.EXIReader.parse(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;161:org.openexi.nagasena:0000.0002.0038.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.openexi.sax.EXIReader.parse(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;161:org.openexi.nagasena:0000.0002.0038.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.netconf.nettyutil.handler.NetconfEXIToMessageDecoder.decode(NetconfEXIToMessageDecoder.java:78)&lt;span class=&quot;error&quot;&gt;&amp;#91;157:org.opendaylight.controller.netconf-netty-util:0.3.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249)&lt;span class=&quot;error&quot;&gt;&amp;#91;162:io.netty.codec:4.0.23.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
	... 12 more&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="25693">CONTROLLER-1139</key>
            <summary>EXI encode/decode failure with a specific config module</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="mmarsale@cisco.com">Maros Marsalek</assignee>
                                    <reporter username="mmarsale@cisco.com">Maros Marsalek</reporter>
                        <labels>
                    </labels>
                <created>Thu, 5 Feb 2015 09:23:17 +0000</created>
                <updated>Tue, 30 Jun 2015 08:27:20 +0000</updated>
                            <resolved>Tue, 30 Jun 2015 08:27:20 +0000</resolved>
                                    <version>Helium</version>
                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="50116" author="mmarsale@cisco.com" created="Thu, 5 Feb 2015 09:55:03 +0000"  >&lt;p&gt;Workaround:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/14903&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/14903&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Reverts the reuse of transmogrifier&lt;/p&gt;</comment>
                            <comment id="50119" author="mmarsale@cisco.com" created="Tue, 2 Jun 2015 11:15:48 +0000"  >&lt;p&gt;Attachment AbstractChannelInitializerTest.java has been added with description: Simple java class that demonstrates the issue without ODL stuff.&lt;/p&gt;</comment>
                            <comment id="50117" author="mmarsale@cisco.com" created="Wed, 3 Jun 2015 07:14:35 +0000"  >&lt;p&gt;&lt;a href=&quot;https://sourceforge.net/p/openexi/discussion/800031/thread/5a8554bd/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://sourceforge.net/p/openexi/discussion/800031/thread/5a8554bd/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="50118" author="tcere" created="Tue, 30 Jun 2015 08:27:20 +0000"  >&lt;p&gt;Nagasena fixed the bug on their end, we bumpoed nagasena version and reintroduced reuse of Transmogrifiers.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="25606">CONTROLLER-1052</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="13488" name="AbstractChannelInitializerTest.java" size="8784" author="mmarsale@cisco.com" created="Tue, 2 Jun 2015 11:15:48 +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>2679</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=2679]]></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="10373"><![CDATA[Lithium-RC3]]></customfieldvalue>

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

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