Helo! 1) Yes, we do not support ports < 1024 since you need to be root to occupy these, which we do not want to suggest. 2) The default port for thin client is 10800. 3) That's the one you should pass to your LB and clients. 4) Make sure you are using a TCP load balancer and not an HTTP load balancer. In the latter case you can only access via REST.
Regards, -- Ilya Kasnacheev вт, 18 авг. 2020 г. в 09:26, kay <[email protected]>: > Hello! > > I use java thin client and put 80 port at clientConfiguration. > ex) ClientConfiguration.setAddresses("cache.ignite.com:80"); > > but I got a Exception. > > Caused by: java.lang.IllegalArgumentException: Ignite client port 80 is out > of valid ports range 1024...49151. > > Do I have to change port for L4?? like 'cache.ignite.com:49100'? > > I think 'cache.ignite.com' is not an Ignite server node(its L4), but thin > client recognizes it for Server Node. > I'll try to change the port but I wanna sure for use L4 possibility.. > > I'll wating for reply! > Thank you so much! > > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
