Re: ignite node ports

2020-05-21 Thread Ilya Kasnacheev
Hello! You may true igniteCfg.setConnectorConfiguration(null). Regards, вт, 19 мая 2020 г. в 02:42, 배혜원 : > Thank you so much. > then, if im not going to be use 11211 port. > what should i do. I do not want to binding 11211 port. is there any way?? > or it will be just automatically binding?? >

Re: ignite node ports

2020-05-18 Thread 배혜원
Thank you so much. then, if im not going to be use 11211 port. what should i do. I do not want to binding 11211 port. is there any way?? or it will be just automatically binding?? 나의 iPhone에서 보냄 > 2020. 5. 18. 오후 10:27, Ilya Kasnacheev 작성: > >  > Hello! > > I have to correct, 11211 is not u

Re: ignite node ports

2020-05-18 Thread Ilya Kasnacheev
Hello! I have to correct, 11211 is not used by thick JDBC driver (Which is a regular client node), instead it is used by control.sh tool mostly. And some other legacy tools. Regards, -- Ilya Kasnacheev ср, 13 мая 2020 г. в 17:44, Evgenii Zhuravlev : > Hi, > > Ports are described here: > https

Re: ignite node ports

2020-05-14 Thread Stephen Darlington
If you download Ignite and run it, the REST server isn’t enabled. You have to copy ignite-rest-http from libs/optional to libs. Assuming you did that, you can start Ignite like this: ./ignite.sh -J-DIGNITE_JETTY_PORT=8088 That will start the REST service on port 8088. > On 14 May 2020, at 01:1

Re: ignite node ports

2020-05-13 Thread kay
oh.. I see thank you so much For REST port(8080) is open, you said i have to enable it. but i didn't understand exactly. how can i enable it? you mean server machine(disk) port enable to use? If i some application already use port(8080) so i set change port number using IGNITE_JETTY_PORT propert

Re: ignite node ports

2020-05-13 Thread Stephen Darlington
Note that the REST port (8080) isn’t open by default (you have to enable it) and that it doesn’t have the port-range. If it can’t bind to port 8080 it fails to start. You can change the port number manually with the IGNITE_JETTY_PORT property. > On 13 May 2020, at 15:44, Evgenii Zhuravlev wrot

Re: ignite node ports

2020-05-13 Thread Evgenii Zhuravlev
Hi, Ports are described here: https://dzone.com/articles/a-simple-checklist-for-apache-ignite-beginners Basically, Discovery(47500 by default) and Communication(47100) are always should be open, since without them cluster won't be functional. Discovery port used for clustering, checking all nodes

ignite node ports

2020-05-12 Thread kay
Hello, I started ignite node and checked log file. I found TCP ports in logs >>> Local ports : TCP:8080 TCP:11213 TCP:47102 TCP:49100 TCP:49200 I set 49100, 49200 port at configuration file for ignite node and client connector port. but I don't know the others port exactly. I found a summary at