Hi Paolo, Can you try to disable shared memory communication and check if it helps? Add this to your configuration:
<property name="communicationSpi">
<bean
class="org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi">
<property name="sharedMemoryPort" value="-1"/>
</bean>
</property>
-Val
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Failed-to-send-message-tp3217p3229.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
