Hi,
This happens because it's either not allowed to open an UDP socket on your
machine or the port is already in use.
To get more details on what's happening please enable debug level logs for
org.apache.ignite.internal.processors.clock.GridClockServer. You can use and
modify {ignite}/config/log4j.xml for that.
If the reason is in the fact that all the ports are already in use then use
IgniteConfiguration.setTimeServerPortBase() to overcome the issue.
But most likely the reason is in the network configuration of the machine.
Regards,
Denis
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Apache-Ignite-client-on-AWS-Lambda-tp2596p2608.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.