HI Andrey,

I have tried the same but not able to provide the proper configuration. But got 
the below error


11:32:54,260 SEVERE [org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi] 
(http-/0.0.0.0:8443-6) Failed to register local node address in IP finder on 
start (retrying every 2000 ms).: class 
org.apache.ignite.spi.IgniteSpiException: Invalid multicast group address: 
/172.30.72.188


For example if my nodes are like this, under the same network

>>> NODE 1: [10.21.13.51/10.21.13.51, rhlabb122.xyz.com/127.0.0.1, 
>>> /72.30.52.166<http://72.30.52.166>]
>>> NODE 2: [10.21.13.52/10.21.13.52, rhlabb123.xyz.com/127.0.0.1, 
>>> /72.30.52.1667]


SO, I would like to know how to provide these details in the configuration 
file. I hope I am doing something wrong. Could you please help to provide me a  
working copy of the configuration file or help me to put my details into a 
config file.

Thanks,
Abhijit



From: Andrey Mashenkov [mailto:[email protected]]
Sent: Friday, March 10, 2017 8:29 PM
To: [email protected]
Subject: Re: Failed to register local node address in IP finder on start 
(retrying every 2000 ms).: class org.apache.ignite.spi.IgniteSpiException: 
Invalid multicast group address: /72.30.52.166

This is a same issue [1]. MulticastIpFinder is not configured properly.

You should set multicast group address, the same multicast address on all nodes.
Whoy you nees multicast for local ignite instances only?


[1] 
http://apache-ignite-users.70518.x6.nabble.com/Apache-Ignite-cluster-in-with-MulticastIP-tp11110.html

On Fri, Mar 10, 2017 at 5:13 PM, Abhijit Prusty 
<[email protected]<mailto:[email protected]>> wrote:
Attached is the file.

From: Andrey Mashenkov 
[mailto:[email protected]<mailto:[email protected]>]
Sent: Friday, March 10, 2017 7:36 PM
To: [email protected]<mailto:[email protected]>
Subject: Re: Failed to register local node address in IP finder on start 
(retrying every 2000 ms).: class org.apache.ignite.spi.IgniteSpiException: 
Invalid multicast group address: /72.30.52.166<http://72.30.52.166>

Hi,

Looks like typo in configuration. Please share grid configuration?

On Fri, Mar 10, 2017 at 4:48 PM, abhijitprusty 
<[email protected]<mailto:[email protected]>> wrote:
TcpDiscoveryMulticastIpFinder has no pre-configured addresses (it is
recommended in production to specify at least one address in
TcpDiscoveryMulticastIpFinder.getAddresses() configuration property)
11:32:54,260 WARNING
[org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.TcpDiscoveryMulticastIpFinder]
(http-/0.0.0.0:8443-6) TcpDiscoveryMulticastIpFinder has no pre-configured
addresses (it is recommended in production to specify at least one address
in TcpDiscoveryMulticastIpFinder.getAddresses() configuration property)
11:32:54,260 SEVERE [org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi]
(http-/0.0.0.0:8443-6) Failed to register local node address in IP finder on
start (retrying every 2000 ms).: class
org.apache.ignite.spi.IgniteSpiException: Invalid multicast group address:
/72.30.52.166<http://72.30.52.166>
        at
org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.TcpDiscoveryMulticastIpFinder.initializeLocalAddresses(TcpDiscoveryMulticastIpFinder.java:331)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at
org.apache.ignite.spi.discovery.tcp.TcpDiscoveryImpl.registerLocalNodeAddress(TcpDiscoveryImpl.java:268)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at
org.apache.ignite.spi.discovery.tcp.ServerImpl.spiStart(ServerImpl.java:323)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at
org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.spiStart(TcpDiscoverySpi.java:1837)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at
org.apache.ignite.internal.managers.GridManagerAdapter.startSpi(GridManagerAdapter.java:267)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at
org.apache.ignite.internal.managers.discovery.GridDiscoveryManager.start(GridDiscoveryManager.java:681)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at
org.apache.ignite.internal.IgniteKernal.startManager(IgniteKernal.java:1571)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:901)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1739)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1589)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1042)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at
org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:964)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:850)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:749)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:619)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:589)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at org.apache.ignite.Ignition.start(Ignition.java:347)
[JwScoreCore-0.0.1-SNAPSHOT-jar-with-dependencies.jar:]
        at
com.fico.ignite.jw.CustomIgniteCache.startIgnite(CustomIgniteCache.java:143)
[outsystems.nosjwmextension.jar:]
        at
outsystems.nosjwmextension.actions.ActBuildCacheStore.mosBuildCacheStore(ActBuildCacheStore.java:43)
[outsystems.nosjwmextension.jar:]
        at
osjwdupcheck.referencesproxy.rssextensionjwmextension.actions.ActBuildCacheStore.mosBuildCacheStore(Unknown
Source) [JwDupCheckReferencesProxy.jar:]
        at 
osjwdupcheck.actions.ActBuildCacheStore.executeBuildCacheStore(Unknown
Source) [JwDupCheck.jar:]
        at
osjwdupcheck.csrestexpose.csbuildcachewithlist.CsBuildCacheWithlistControllerFlows$FlowBuildCacheWithlistActbuildCacheWithList.flowBuildCacheWithlistActbuildCacheWithList(Unknown
Source) [JwDupCheck.Csrestexpose.jar:]
        at
osjwdupcheck.csrestexpose.csbuildcachewithlist.CsBuildCacheWithlistController.BuildCacheWithlistbuildCacheWithList(Unknown
Source) [JwDupCheck.Csrestexpose.jar:]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[rt.jar:1.8.0_77]
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[rt.jar:1.8.0_77]
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.8.0_77]
        at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_77]
        at
com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
[jersey-server.jar:1.18]
        at
com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)
[jersey-server.jar:1.18]
        at
com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
[jersey-server.jar:1.18]
        at
com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
[jersey-server.jar:1.18]
        at
com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
[jersey-server.jar:1.18]
        at
com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
[jersey-server.jar:1.18]
        at
com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
[jersey-server.jar:1.18]
        at
com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
[jersey-server.jar:1.18]
        at
com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1542)
[jersey-server.jar:1.18]
        at
com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1473)
[jersey-server.jar:1.18]
        at
com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1419)
[jersey-server.jar:1.18]
        at
com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1409)
[jersey-server.jar:1.18]
        at
com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:409)
[jersey-servlet.jar:1.18]
        at
com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:540)
[jersey-servlet.jar:1.18]
        at
com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:715)
[jersey-servlet.jar:1.18]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
[jboss-servlet-api_3.0_spec.jar:1.0.2.Final-redhat-2]
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295)
[jbossweb.jar:7.5.12.Final-redhat-1]
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
[jbossweb.jar:7.5.12.Final-redhat-1]
        at
outsystems.hubedition.webwidgets.BaseRequestStartupFilter.doFilter(Unknown
Source) [outsystems.hubedition.webwidgets.jar:]
        at osjwdupcheck.RequestStartupFilter.doFilter(Unknown Source)
[JwDupCheck.jar:]
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
[jbossweb.jar:7.5.12.Final-redhat-1]
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
[jbossweb.jar:7.5.12.Final-redhat-1]
        at
outsystems.hubedition.webwidgets.filters.HttpContextFilter.doFilter(Unknown
Source) [outsystems.hubedition.webwidgets.jar:]
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
[jbossweb.jar:7.5.12.Final-redhat-1]
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
[jbossweb.jar:7.5.12.Final-redhat-1]
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:231)
[jbossweb.jar:7.5.12.Final-redhat-1]
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149)
[jbossweb.jar:7.5.12.Final-redhat-1]
        at
org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169)
[jboss-as-web.jar:7.5.6.Final-redhat-2]
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:150)
[jbossweb.jar:7.5.12.Final-redhat-1]
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97)
[jbossweb.jar:7.5.12.Final-redhat-1]
        at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:559)
[jbossweb.jar:7.5.12.Final-redhat-1]
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102)
[jbossweb.jar:7.5.12.Final-redhat-1]
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
[jbossweb.jar:7.5.12.Final-redhat-1]
        at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:854)
[jbossweb.jar:7.5.12.Final-redhat-1]
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653)
[jbossweb.jar:7.5.12.Final-redhat-1]
        at 
org.apache.tomcat.util.net<http://org.apache.tomcat.util.net>.JIoEndpoint$Worker.run(JIoEndpoint.java:926)
[jbossweb.jar:7.5.12.Final-redhat-1]
        at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_77]




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Failed-to-register-local-node-address-in-IP-finder-on-start-retrying-every-2000-ms-class-org-apache-6-tp11109.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.



--
Best regards,
Andrey V. Mashenkov
This email and any files transmitted with it are confidential, proprietary and 
intended solely for the individual or entity to whom they are addressed. If you 
have received this email in error please delete it immediately.



--
Best regards,
Andrey V. Mashenkov
This email and any files transmitted with it are confidential, proprietary and 
intended solely for the individual or entity to whom they are addressed. If you 
have received this email in error please delete it immediately.

Reply via email to