<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:17:05 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>[NETIDE-7] BindException should be caught and sent to karaf.log instead of console</title>
                <link>https://jira.opendaylight.org/browse/NETIDE-7</link>
                <project id="10143" key="NETIDE">netide</project>
                    <description>&lt;p&gt;to reproduce this first install &quot;odl-vpnservice-openstack&quot; then install&lt;br/&gt;
&quot;odl-netide-rest&quot;&lt;/p&gt;

&lt;p&gt;on the karaf console, you will see the below exception.  This issue is&lt;br/&gt;
only to address the fact that we should not be seeing trouble on the &lt;br/&gt;
karaf console, but in the log.  The port (6644) in conflict needs to be&lt;br/&gt;
addressed with vpnservice as well, but that is a separate issue:&lt;/p&gt;


&lt;p&gt;Exception in thread &quot;Thread-100&quot; java.net.BindException: Address already in use&lt;br/&gt;
	at sun.nio.ch.Net.bind0(Native Method)&lt;br/&gt;
	at sun.nio.ch.Net.bind(Net.java:433)&lt;br/&gt;
	at sun.nio.ch.Net.bind(Net.java:425)&lt;br/&gt;
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)&lt;br/&gt;
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)&lt;br/&gt;
	at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:125)&lt;br/&gt;
	at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:485)&lt;br/&gt;
	at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1089)&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:440)&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:425)&lt;br/&gt;
	at io.netty.channel.ChannelDuplexHandler.bind(ChannelDuplexHandler.java:38)&lt;br/&gt;
	at io.netty.handler.logging.LoggingHandler.bind(LoggingHandler.java:197)&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:440)&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:425)&lt;br/&gt;
	at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:903)&lt;br/&gt;
	at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:198)&lt;br/&gt;
	at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:348)&lt;br/&gt;
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358)&lt;br/&gt;
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)&lt;br/&gt;
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)&lt;br/&gt;
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)&lt;br/&gt;
	at java.lang.Thread.run(Thread.java:745)&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="27121">NETIDE-7</key>
            <summary>BindException should be caught and sent to karaf.log instead of console</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="10003" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Confirmed</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="jluhrsen">Jamo Luhrsen</reporter>
                        <labels>
                    </labels>
                <created>Wed, 23 Mar 2016 17:46:53 +0000</created>
                <updated>Thu, 19 Oct 2017 21:25:06 +0000</updated>
                                            <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="54790" author="vorburger" created="Wed, 29 Mar 2017 11:23:53 +0000"  >&lt;p&gt;&amp;gt; The port (6644) in conflict needs to be&lt;br/&gt;
&amp;gt; addressed with vpnservice as well, but that is a separate issue:&lt;/p&gt;

&lt;p&gt;NB: &lt;a href=&quot;https://jira.opendaylight.org/browse/OPNFLWPLUG-796&quot; title=&quot;Flow matching function (operational flow reconciliation) is not stable&quot; class=&quot;issue-link&quot; data-issue-key=&quot;OPNFLWPLUG-796&quot;&gt;&lt;del&gt;OPNFLWPLUG-796&lt;/del&gt;&lt;/a&gt; chases something very similar..&lt;/p&gt;</comment>
                            <comment id="54791" author="rovarga" created="Wed, 29 Mar 2017 11:52:42 +0000"  >&lt;p&gt;Well, that seems to indicate that the services are not shutting down on bundle refresh, as  the &apos;first install ... then install ...&apos; causes bundles being refreshed (still).&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>5597</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=5597]]></customfieldvalue>

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

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