Hi Im having this Warns when I try to get events from event hub.
com.microsoft.azure.storage.StorageException: The client could not finish the operation within specified maximum execution timeout.
after those warns I get this error
[ERROR] 2022-01-31 15: 26: 37.760 [azure_event_hubs-worker-11-fadc76f77bb4d96b880b8af84e7d4dc9af184d55efd5dfedeaaac4ad2f5a5836
] azureeventhubs - Event Hub encountered an error. {
:event_hub_name=>"<edited>",
:exception=>com.microsoft.azure.eventprocessorhost.PartitionManager$FinalException: java.util.concurrent.CompletionException: com.microsoft.azure.eventprocessorhost.ExceptionWithAction: Out of retries creating lease store for this Event Hub,
:backtrace=>[
"com.microsoft.azure.eventprocessorhost.PartitionManager.lambda$buildRetries$19(PartitionManager.java:278)",
"java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:930)",
"java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:907)",
"java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478)",
"java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)",
"java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)",
"java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)",
"java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)",
"java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)",
"java.base/java.lang.Thread.run(Thread.java:829)"
]
}
I can connect with telnet to the host and port <edited>.servicebus.windows.net:5671
I also can do telnet to ports 5672 and 443
and when I use wget:
wget https://<edited>.servicebus.windows.net
--2022-01-31 19:55:50-- https://<edited>.servicebus.windows.net/
Resolving <edited>.servicebus.windows.net (<edited>.servicebus.windows.net)... <edited IP>
Connecting to <edited>.servicebus.windows.net (<edited>.servicebus.windows.net)|<edited IP>|:443... connected.
HTTP request sent, awaiting response... 200 OK
What may be the problem?