Hi,
I almost got Ignite client running on AWS Lambda.
But then, I hit this error,
Caused by: class org.apache.ignite.IgniteCheckedException: Failed to
bind time server socket within specified port range
[locHost=ip-10-0-73-203.ec2.internal/10.0.73.203, startPort=31100,
endPort=31199]
at
org.apache.ignite.internal.processors.clock.GridClockServer.start(GridClockServer.java:101)
at
org.apache.ignite.internal.processors.clock.GridClockSyncProcessor.start(GridClockSyncProcessor.java:96)
at
org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1523)
... 9 more
This may not be an ignite issue at all, but wanted to check if there are
any workarounds and what it is trying to do here?
Thanks!