Hi @vas aj<mailto:vasudevan.a...@gmail.com>,
As it seems, geode fails to start JGroups channel (UDP traffic). Could you please try to start the locator with DEBUG log-level to have additional information to troubleshoot what could be happening? Also, do you have any restriction on your system regarding UDP traffic? BR, Mario. ________________________________ From: vas aj <vasudevan.a...@gmail.com> Sent: Monday, October 26, 2020 11:05 PM To: user@geode.apache.org <user@geode.apache.org> Subject: Re: Error: unable to create jgroups channel Hi all, I am starting locator using the below command gfsh> start locator --name=locator-1 --dir=/abc/pqr/ Any clue? Regards, Ajay Vasudevan On Sun, Oct 25, 2020 at 12:54 PM vas aj <vasudevan.a...@gmail.com<mailto:vasudevan.a...@gmail.com>> wrote: Hi all, I get the following error while running "start locator --name=locator-1" in gfsh console. I am running Apache geode 1.13.0 on Ubuntu 20.04 & openjdk 8 [info 2020/10/25 13:27:00.099 CET <main> tid=0x1] initializing InternalDataSerializer with 7 services [info 2020/10/25 13:27:00.112 CET <main> tid=0x1] Serial Queue info : THROTTLE_PERCENT: 0.75 SERIAL_QUEUE_BYTE_LIMIT :41943040 SERIAL_QUEUE_THROTTLE :31457280 TOTAL_SERIAL_QUEUE_BYTE_LIMIT :83886080 TOTAL_SERIAL_QUEUE_THROTTLE :31457280 SERIAL_QUEUE_SIZE_LIMIT :20000 SERIAL_QUEUE_SIZE_THROTTLE :15000 [info 2020/10/25 13:27:00.294 CET <main> tid=0x1] Starting membership services [info 2020/10/25 13:27:00.384 CET <main> tid=0x1] Stopping Locator on 0.0.0.0/0.0.0.0:10334:10334<http://0.0.0.0/0.0.0.0:10334:10334> [error 2020/10/25 13:29:00.392 CET <main> tid=0x1] TcpClient.stop(): exception connecting to locator HostAndPort[/0.0.0.0:10334]java.net.SocketTimeoutException: connect timed out [fatal 2020/10/25 13:31:00.393 CET <main> tid=0x1] Could not stop Locator on 0.0.0.0/0.0.0.0:10334:10334<http://0.0.0.0/0.0.0.0:10334:10334> in 120 seconds [info 2020/10/25 13:31:00.394 CET <main> tid=0x1] Distribution Locator on 104.18.54.133[10334] is stopped [info 2020/10/25 13:31:00.394 CET <main> tid=0x1] locator is exiting due to an exception org.apache.geode.GemFireConfigException: unable to create jgroups channel at org.apache.geode.distributed.internal.DistributionImpl.start(DistributionImpl.java:184) at org.apache.geode.distributed.internal.DistributionImpl.createDistribution(DistributionImpl.java:222) at org.apache.geode.distributed.internal.ClusterDistributionManager.<init>(ClusterDistributionManager.java:464) at org.apache.geode.distributed.internal.ClusterDistributionManager.<init>(ClusterDistributionManager.java:497) at org.apache.geode.distributed.internal.ClusterDistributionManager.create(ClusterDistributionManager.java:326) at org.apache.geode.distributed.internal.InternalDistributedSystem.initialize(InternalDistributedSystem.java:779) at org.apache.geode.distributed.internal.InternalDistributedSystem.access$200(InternalDistributedSystem.java:135) at org.apache.geode.distributed.internal.InternalDistributedSystem$Builder.build(InternalDistributedSystem.java:3033) at org.apache.geode.distributed.internal.InternalDistributedSystem.connectInternal(InternalDistributedSystem.java:290) at org.apache.geode.distributed.internal.InternalLocator.startDistributedSystem(InternalLocator.java:743) at org.apache.geode.distributed.internal.InternalLocator.startLocator(InternalLocator.java:388) at org.apache.geode.distributed.LocatorLauncher.start(LocatorLauncher.java:716) at org.apache.geode.distributed.LocatorLauncher.run(LocatorLauncher.java:623) at org.apache.geode.distributed.LocatorLauncher.main(LocatorLauncher.java:217) Please guide. Regards, Ajay Vasudevan