<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:02:06 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>[INFRAUTILS-38] showSvcStatus: Status retrieval JMX Operation failed for node 127.0.0.1 due to rmi.ConnectException: Connection refused to host: 127.0.0.1</title>
                <link>https://jira.opendaylight.org/browse/INFRAUTILS-38</link>
                <project id="10129" key="INFRAUTILS">infrautils</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=jluhrsen&quot; class=&quot;user-hover&quot; rel=&quot;jluhrsen&quot;&gt;jluhrsen&lt;/a&gt; is seeing this on particular environment (but not everywhere) :&lt;/p&gt;

&lt;p&gt;We initially had some confusion because 2 separate logs were submitted. This bug with the new log has nothing to do with&#160;&lt;a href=&quot;https://jira.opendaylight.org/browse/INFRAUTILS-36&quot; title=&quot;showSvcStatus: Status retrieval JMX Operation failed for node 127.0.0.1 (NoSuchElementException) at acquireServiceStatusDetailed(DiagStatusServiceMBeanImpl.java:119)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INFRAUTILS-36&quot;&gt;&lt;del&gt;INFRAUTILS-36&lt;/del&gt;&lt;/a&gt; (part&#160;of&#160;&lt;a href=&quot;https://jira.opendaylight.org/browse/INFRAUTILS-31&quot; title=&quot;diagstatus including cause of failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INFRAUTILS-31&quot;&gt;&lt;del&gt;INFRAUTILS-31&lt;/del&gt;&lt;/a&gt;) nor is it related to the technical enhancement proposed in&#160;&lt;a href=&quot;https://jira.opendaylight.org/browse/INFRAUTILS-37&quot; title=&quot;diagstatus CLI should not to use JMX to obtain information from local node to avoid ConnectException on 127.0.0.1&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INFRAUTILS-37&quot;&gt;&lt;del&gt;INFRAUTILS-37&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I suspect this could perhaps be related to that environment having a particular networking config.&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;2018-05-02T14:01:50,905 | ERROR | pipe-showSvcStatus | DiagStatusCommand | 233 - org.opendaylight.infrautils.diagstatus-shell - 1.4.0.SNAPSHOT | Exception while reaching Host 127.0.0.1
java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
java.net.ConnectException: Connection refused (Connection refused)]
at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:369) [?:?]
at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:270) [?:?]
at org.opendaylight.infrautils.diagstatus.MBeanUtils.invokeRemoteJMXOperation(MBeanUtils.java:160) [231:org.opendaylight.infrautils.diagstatus-api:1.4.0.SNAPSHOT]
at org.opendaylight.infrautils.diagstatus.shell.DiagStatusCommand.getRemoteStatusSummary(DiagStatusCommand.java:74) [233:org.opendaylight.infrautils.diagstatus-shell:1.4.0.SNAPSHOT]
at org.opendaylight.infrautils.diagstatus.shell.DiagStatusCommand.execute(DiagStatusCommand.java:47) [233:org.opendaylight.infrautils.diagstatus-shell:1.4.0.SNAPSHOT]
at org.apache.karaf.shell.commands.basic.AbstractCommand.execute(AbstractCommand.java:34) [49:org.apache.karaf.shell.core:4.1.5]
at Proxybdb3a43e_422e_473e_8dcb_4c63b2f0ef41.execute(Unknown Source) [?:?]
at org.apache.karaf.shell.compat.CommandTracker.execute(CommandTracker.java:120) [49:org.apache.karaf.shell.core:4.1.5]
at org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:68) [49:org.apache.karaf.shell.core:4.1.5]
at org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:86) [49:org.apache.karaf.shell.core:4.1.5]
at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:571) [49:org.apache.karaf.shell.core:4.1.5]
at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:497) [49:org.apache.karaf.shell.core:4.1.5]
at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:386) [49:org.apache.karaf.shell.core:4.1.5]
at org.apache.felix.gogo.runtime.Pipe.doCall(Pipe.java:417) [49:org.apache.karaf.shell.core:4.1.5]
at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:229) [49:org.apache.karaf.shell.core:4.1.5]
at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:59) [49:org.apache.karaf.shell.core:4.1.5]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:?]
at java.util.concurrent.ThreadPoolExecutor.run(ThreadPoolExecutor.java:624) [?:?]
at java.lang.Thread.run(Thread.java:748) [?:?]
Caused by: javax.naming.ServiceUnavailableException
at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:136) ~[?:?]
at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:205) ~[?:?]
at javax.naming.InitialContext.lookup(InitialContext.java:417) ~[?:?]
at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1955) ~[?:?]
at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1922) ~[?:?]
at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:287) ~[?:?]
... 19 more
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
java.net.ConnectException: Connection refused (Connection refused)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619) ~[?:?]
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216) ~[?:?]
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202) ~[?:?]
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:338) ~[?:?]
at sun.rmi.registry.RegistryImpl_Stub.lookup(RegistryImpl_Stub.java:112) ~[?:?]
at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:132) ~[?:?]
at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:205) ~[?:?]
at javax.naming.InitialContext.lookup(InitialContext.java:417) ~[?:?]
at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1955) ~[?:?]
at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1922) ~[?:?]
at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:287) ~[?:?]
... 19 more
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:?]
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[?:?]
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[?:?]
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[?:?]
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:?]
at java.net.Socket.connect(Socket.java:589) ~[?:?]
at java.net.Socket.connect(Socket.java:538) ~[?:?]
at java.net.Socket.&amp;lt;init&amp;gt;(Socket.java:434) ~[?:?]
at java.net.Socket.&amp;lt;init&amp;gt;(Socket.java:211) ~[?:?]
at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40) ~[?:?]
at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:148) ~[?:?]
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613) ~[?:?]
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216) ~[?:?]
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202) ~[?:?]
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:338) ~[?:?]
at sun.rmi.registry.RegistryImpl_Stub.lookup(RegistryImpl_Stub.java:112) ~[?:?]
at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:132) ~[?:?]
at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:205) ~[?:?]
at javax.naming.InitialContext.lookup(InitialContext.java:417) ~[?:?]
at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1955) ~[?:?]
at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1922) ~[?:?]
at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:287) ~[?:?]
... 19 more&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="29899">INFRAUTILS-38</key>
            <summary>showSvcStatus: Status retrieval JMX Operation failed for node 127.0.0.1 due to rmi.ConnectException: Connection refused to host: 127.0.0.1</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <status id="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="k.faseela">Faseela K</assignee>
                                    <reporter username="vorburger">Michael Vorburger</reporter>
                        <labels>
                    </labels>
                <created>Wed, 2 May 2018 16:19:23 +0000</created>
                <updated>Tue, 22 May 2018 18:07:31 +0000</updated>
                            <resolved>Tue, 22 May 2018 17:59:37 +0000</resolved>
                                                    <fixVersion>Fluorine</fixVersion>
                                    <component>diagstatus</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="62719" author="vorburger" created="Wed, 2 May 2018 16:20:07 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=k.faseela&quot; class=&quot;user-hover&quot; rel=&quot;k.faseela&quot;&gt;k.faseela&lt;/a&gt; do you want to assign this to yourself, add some logging, and follow up with &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=jluhrsen&quot; class=&quot;user-hover&quot; rel=&quot;jluhrsen&quot;&gt;jluhrsen&lt;/a&gt;, or were you hoping I would? &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/images/icons/emoticons/wink.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="62723" author="faseela.k@ericsson.com" created="Wed, 2 May 2018 17:56:42 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=jluhrsen&quot; class=&quot;user-hover&quot; rel=&quot;jluhrsen&quot;&gt;jluhrsen&lt;/a&gt; : Do you hit the issue in a script, or when you run this manually? Self-address is derived from an akka based configuration, wondering whether your script is executing showSvcStatus CLI too early, before this is exposed. And I am wondering whether DNS is not configured properly on your system, that it results in the error.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Else, if you are running this manually giving enough time, could you please give me the output of :&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://%3Ccic-ip/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://&amp;lt;ODL-IP&lt;/a&gt;&lt;ins&gt;&amp;gt;:8181/jolokia/read/akka:type=Cluster&lt;/ins&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="62729" author="jluhrsen" created="Wed, 2 May 2018 21:26:30 +0000"  >&lt;p&gt;ok, so I have learned more about this one. &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/images/icons/emoticons/star_red.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;a href=&quot;https://jira.opendaylight.org/browse/INFRAUTILS-37&quot; title=&quot;diagstatus CLI should not to use JMX to obtain information from local node to avoid ConnectException on 127.0.0.1&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INFRAUTILS-37&quot;&gt;&lt;del&gt;INFRAUTILS-37&lt;/del&gt;&lt;/a&gt; and this are not the same root cause.&lt;/p&gt;

&lt;p&gt;TL;DR the /etc/hosts file matters, and stuff internally with odl/jmx/etc will choke if the $(hostname) is not  there.&lt;/p&gt;

&lt;p&gt;This issue is something that used to show up for me in the karaf console log and I could never figure out what&lt;br/&gt;
was wrong, but did not try very hard as it didn&apos;t seem to bother anything I was doing. I don&apos;t have the old error&lt;br/&gt;
I&apos;d see on the console, but it was jmx related and errors connecting to 127.0.0.1&lt;/p&gt;

&lt;p&gt;So, the fix for me is to have a proper /etc/hosts file. It was this:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
127.0.0.1   localhost localhost.localdomain jamo-rc701.rdocloud
::1         localhost localhost.localdomain jamo-rc701.rdocloud
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;but, after changing it to this:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
127.0.0.1   localhost localhost.localdomain
::1         localhost localhost.localdomain
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;it works.&lt;/p&gt;

&lt;p&gt;This begs the question of what is going on under the hood, because the error says that it&apos;s a connection&lt;br/&gt;
refused to 127.0.0.1, because I am able to open a connection to 127.0.0.1 on port 6886 which is the&lt;br/&gt;
relevant port here. see below with 6886 working and 6887 being refused like we&apos;d expect:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
$ nc 127.0.0.1 6886
^C
]$ nc 127.0.0.1 6887
Ncat: Connection refused.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I can&apos;t think of how this matters yet, but we can chalk this up to a user configuration issue, but&lt;br/&gt;
that was pretty lame to hunt down.&lt;/p&gt;</comment>
                            <comment id="62733" author="faseela.k@ericsson.com" created="Thu, 3 May 2018 06:40:09 +0000"  >&lt;p&gt;Jamo, JMX RMI uses InetAddress.getHostByName() inside, and if /etc/hosts does not have the hostname, it does not work.&lt;/p&gt;

&lt;p&gt;But, what is still not clear to me is, why we go via JMX RMI for 127.0.0.1 which is local address.&lt;/p&gt;

&lt;p&gt;Output of this will help me to analyse that further :&#160;&lt;a href=&quot;http://%3Ccic-ip/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://&amp;lt;ODL-IP&lt;/a&gt;&lt;ins&gt;&amp;gt;:8181/jolokia/read/akka:type=Cluster&lt;/ins&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="62793" author="jluhrsen" created="Thu, 3 May 2018 14:46:37 +0000"  >&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;$ curl -u &lt;span class=&quot;code-quote&quot;&gt;&quot;admin:admin&quot;&lt;/span&gt; http:&lt;span class=&quot;code-comment&quot;&gt;//localhost:8181/jolokia/read/akka:type=Cluster | python -m json.tool
&lt;/span&gt;  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   651    0   651    0     0  83482      0 --:--:-- --:--:-- --:--:-- 93000
{
    &lt;span class=&quot;code-quote&quot;&gt;&quot;request&quot;&lt;/span&gt;: {
        &lt;span class=&quot;code-quote&quot;&gt;&quot;mbean&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;akka:type=Cluster&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;type&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;read&quot;&lt;/span&gt;
    },
    &lt;span class=&quot;code-quote&quot;&gt;&quot;status&quot;&lt;/span&gt;: 200,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;timestamp&quot;&lt;/span&gt;: 1525358717,
    &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt;: {
        &lt;span class=&quot;code-quote&quot;&gt;&quot;Available&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;ClusterStatus&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;{\n  \&quot;&lt;/span&gt;members\&lt;span class=&quot;code-quote&quot;&gt;&quot;: [\n    {\n      \&quot;&lt;/span&gt;address\&lt;span class=&quot;code-quote&quot;&gt;&quot;: \&quot;&lt;/span&gt;akka.tcp:&lt;span class=&quot;code-comment&quot;&gt;//opendaylight-cluster-data@127.0.0.1:2550\&lt;span class=&quot;code-quote&quot;&gt;&quot;,\n      \&quot;&lt;/span&gt;roles\&lt;span class=&quot;code-quote&quot;&gt;&quot;: [\n        \&quot;&lt;/span&gt;dc-&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;\&lt;span class=&quot;code-quote&quot;&gt;&quot;,\n        \&quot;&lt;/span&gt;member-1\&lt;span class=&quot;code-quote&quot;&gt;&quot;\n      ],\n      \&quot;&lt;/span&gt;status\&lt;span class=&quot;code-quote&quot;&gt;&quot;: \&quot;&lt;/span&gt;Up\&lt;span class=&quot;code-quote&quot;&gt;&quot;\n    }\n  ],\n  \&quot;&lt;/span&gt;self-address\&lt;span class=&quot;code-quote&quot;&gt;&quot;: \&quot;&lt;/span&gt;akka.tcp://opendaylight-cluster-data@127.0.0.1:2550\&lt;span class=&quot;code-quote&quot;&gt;&quot;,\n  \&quot;&lt;/span&gt;unreachable\&lt;span class=&quot;code-quote&quot;&gt;&quot;: []\n}\n&quot;&lt;/span&gt;,
&lt;/span&gt;        &lt;span class=&quot;code-quote&quot;&gt;&quot;Leader&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;akka.tcp:&lt;span class=&quot;code-comment&quot;&gt;//opendaylight-cluster-data@127.0.0.1:2550&quot;&lt;/span&gt;,
&lt;/span&gt;        &lt;span class=&quot;code-quote&quot;&gt;&quot;MemberStatus&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;Up&quot;&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;Members&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;akka.tcp:&lt;span class=&quot;code-comment&quot;&gt;//opendaylight-cluster-data@127.0.0.1:2550&quot;&lt;/span&gt;,
&lt;/span&gt;        &lt;span class=&quot;code-quote&quot;&gt;&quot;Singleton&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;,
        &lt;span class=&quot;code-quote&quot;&gt;&quot;Unreachable&quot;&lt;/span&gt;: &quot;&quot;
    }
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;So, what are you looking for in that output?&lt;/p&gt;
</comment>
                            <comment id="62827" author="faseela.k@ericsson.com" created="Fri, 4 May 2018 07:07:31 +0000"  >&lt;p&gt;in this output, if self-address matches the ip in the cluster-members, we do localStatusSummary(). I was wondering why the exception you have given shows that RemoteStatusSummary() failed for 127.0.0.1.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Could you please confirm if you are using a build which has this fix?&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/70842/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/70842/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="62838" author="jluhrsen" created="Fri, 4 May 2018 18:24:49 +0000"  >&lt;p&gt;I think it was, but it was from 4/17, which is when that patch was merged. Anyway,&lt;br/&gt;
below is the same request on a distro built today. looks like the same output:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;$ curl -u &lt;span class=&quot;code-quote&quot;&gt;&quot;admin:admin&quot;&lt;/span&gt; http:&lt;span class=&quot;code-comment&quot;&gt;//localhost:8181/jolokia/read/akka:type=Cluster | python -m json.tool
&lt;/span&gt;&#160; % Total&#160;&#160;&#160; % Received % Xferd&#160; Average Speed&#160;&#160; Time&#160;&#160;&#160; Time&#160;&#160;&#160;&#160; Time&#160; Current
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Dload&#160; Upload&#160;&#160; Total&#160;&#160; Spent&#160;&#160;&#160; Left&#160; Speed
100&#160;&#160; 651&#160;&#160;&#160; 0&#160;&#160; 651&#160;&#160;&#160; 0&#160;&#160;&#160;&#160; 0&#160;&#160; 5482&#160;&#160;&#160;&#160;&#160; 0 --:--:-- --:--:-- --:--:--&#160; 5516
{
&#160;&#160;&#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;request&quot;&lt;/span&gt;: {
&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;mbean&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;akka:type=Cluster&quot;&lt;/span&gt;,
&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;type&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;read&quot;&lt;/span&gt;
&#160;&#160;&#160; },
&#160;&#160;&#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;status&quot;&lt;/span&gt;: 200,
&#160;&#160;&#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;timestamp&quot;&lt;/span&gt;: 1525458172,
&#160;&#160;&#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;value&quot;&lt;/span&gt;: {
&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;Available&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;,
&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;ClusterStatus&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;\{\n&#160; \&quot;&lt;/span&gt;members\&lt;span class=&quot;code-quote&quot;&gt;&quot;: [\n&#160;&#160;&#160; {\n&#160;&#160;&#160;&#160;&#160; \&quot;&lt;/span&gt;address\&lt;span class=&quot;code-quote&quot;&gt;&quot;: \&quot;&lt;/span&gt;akka.tcp:&lt;span class=&quot;code-comment&quot;&gt;//opendaylight-cluster-data@127.0.0.1:2550\&lt;span class=&quot;code-quote&quot;&gt;&quot;,\n&#160;&#160;&#160;&#160;&#160; \&quot;&lt;/span&gt;roles\&lt;span class=&quot;code-quote&quot;&gt;&quot;: [\n&#160;&#160;&#160;&#160;&#160;&#160;&#160; \&quot;&lt;/span&gt;dc-&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;\&lt;span class=&quot;code-quote&quot;&gt;&quot;,\n&#160;&#160;&#160;&#160;&#160;&#160;&#160; \&quot;&lt;/span&gt;member-1\&lt;span class=&quot;code-quote&quot;&gt;&quot;\n&#160;&#160;&#160;&#160;&#160; ],\n&#160;&#160;&#160;&#160;&#160; \&quot;&lt;/span&gt;status\&lt;span class=&quot;code-quote&quot;&gt;&quot;: \&quot;&lt;/span&gt;Up\&lt;span class=&quot;code-quote&quot;&gt;&quot;\n&#160;&#160;&#160; }\n&#160; ],\n&#160; \&quot;&lt;/span&gt;self-address\&lt;span class=&quot;code-quote&quot;&gt;&quot;: \&quot;&lt;/span&gt;akka.tcp://opendaylight-cluster-data@127.0.0.1:2550\&lt;span class=&quot;code-quote&quot;&gt;&quot;,\n&#160; \&quot;&lt;/span&gt;unreachable\&lt;span class=&quot;code-quote&quot;&gt;&quot;: []\n}\n&quot;&lt;/span&gt;,
&lt;/span&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;Leader&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;akka.tcp:&lt;span class=&quot;code-comment&quot;&gt;//opendaylight-cluster-data@127.0.0.1:2550&quot;&lt;/span&gt;,
&lt;/span&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;MemberStatus&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;Up&quot;&lt;/span&gt;,
&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;Members&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;akka.tcp:&lt;span class=&quot;code-comment&quot;&gt;//opendaylight-cluster-data@127.0.0.1:2550&quot;&lt;/span&gt;,
&lt;/span&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;Singleton&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;,
&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;span class=&quot;code-quote&quot;&gt;&quot;Unreachable&quot;&lt;/span&gt;: &quot;&quot;
&#160;&#160;&#160; }
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="62896" author="jluhrsen" created="Wed, 9 May 2018 19:55:50 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=k.faseela&quot; class=&quot;user-hover&quot; rel=&quot;k.faseela&quot;&gt;k.faseela&lt;/a&gt;, anything more I can do here? I don&apos;t think this is probably a high priority/severity bug, but just making sure the&lt;/p&gt;

&lt;p&gt;ball is not in my court &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="62898" author="faseela.k@ericsson.com" created="Wed, 9 May 2018 20:27:40 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=jluhrsen&quot; class=&quot;user-hover&quot; rel=&quot;jluhrsen&quot;&gt;jluhrsen&lt;/a&gt; only thing is whether you had the patch I mentioned above while testing? If it is there the error would not have come even if your /etc/hosts is not proper for single node . Anyways should we close the bug saying it is a missing config?&lt;/p&gt;</comment>
                            <comment id="62899" author="jluhrsen" created="Wed, 9 May 2018 20:43:18 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=k.faseela&quot; class=&quot;user-hover&quot; rel=&quot;k.faseela&quot;&gt;k.faseela&lt;/a&gt;, no I confirmed that I had the patch and gave the output in my last comment. Do you want me to try again?&lt;/p&gt;</comment>
                            <comment id="62916" author="faseela.k@ericsson.com" created="Thu, 10 May 2018 10:22:52 +0000"  >&lt;p&gt;Yes, I made &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=sathwiksai&quot; class=&quot;user-hover&quot; rel=&quot;sathwiksai&quot;&gt;sathwiksai&lt;/a&gt; to try this out locally, and we always see that for 127.0.0.1 it fetches the local status and never go via RMI. In fact that was the main reason why the above patch was pushed. Yesterday, even Vishal tried this out, and we did not see the error. Probably we should try removing hostname from /etc/hosts and see if it works? Will try that out and update.&lt;/p&gt;</comment>
                            <comment id="62918" author="sathwiksai" created="Thu, 10 May 2018 11:47:39 +0000"  >&lt;p&gt;I tried this locally, removing the hostname in etc/hosts and it worked. I have seen the same before this patch (&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/70842/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/70842/&lt;/a&gt;) pushed. that&apos;s the main reason the patch was pushed.&lt;/p&gt;</comment>
                            <comment id="63056" author="jluhrsen" created="Tue, 22 May 2018 18:07:19 +0000"  >&lt;p&gt;just for kicks I double checked with and without a good /etc/hosts file and I don&apos;t see the high level symptoms with those&lt;br/&gt;
exceptions. closing this as resolved and verified.&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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03e53:</customfieldvalue>

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