Hi Bhargav, Can you please properly subscribe to the mailing list so that the community receives email notifications? Follow the instruction here to do this: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1
bhargav wrote > Caused by: class org.apache.ignite.spi.IgniteSpiException: Local node's > marshaller differs from remote node's marshaller (to make sure all nodes > in topology have identical marshaller, configure marshaller explicitly in > configuration) > [locMarshaller=org.apache.ignite.marshaller.optimized.OptimizedMarshaller, > rmtMarshaller=org.apache.ignite.internal.binary.BinaryMarshaller, > locNodeAddrs=[viji-PC/0:0:0:0:0:0:0:1, /127.0.0.1, /192.168.1.91], > locPort=47501, rmtNodeAddr=[viji-PC/0:0:0:0:0:0:0:1, /127.0.0.1, > /192.168.1.91], locNodeId=dc147388-7ea3-4869-9dd5-5d46bf8bc370, > rmtNodeId=e4d19db9-e3cb-40df-9810-f9f53d0004bd] > at > org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.checkFailedError(TcpDiscoverySpi.java:1648) > at > org.apache.ignite.spi.discovery.tcp.ServerImpl.joinTopology(ServerImpl.java:880) > at > org.apache.ignite.spi.discovery.tcp.ServerImpl.spiStart(ServerImpl.java:329) > at > org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.spiStart(TcpDiscoverySpi.java:1835) > at > org.apache.ignite.internal.managers.GridManagerAdapter.startSpi(GridManagerAdapter.java:255) > ... 14 more You're trying to start two nodes, one of them has OptimizedMarshaller explicitly configured, while the second one uses BinaryMarshaller which is the default one. Please try to start all nodes with the same configuration and let us know if it solves the issue. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Can-some-one-help-with-the-issue-tp2814p2821.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
