I see that you have raised a support case on this issue.
For the benefit of the community, you can post the answer here once its resolved.
Once the support case is resolved, Then i will check for the resolution and post here
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have created a simple Stateless Reliable Service on a Service Fabric cluster set up on Azure. I have tried to access the service using Service Remoting as guided [here] (https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-services-communication-remoting-java). I have created the following Java files to implement the codes suggested in the guide:
When I try to run the TestClient as a Java application from one of the nodes inside the service fabric cluster I get the following error message:
system.fabric.exception.FabricException:
TEST -- java.util.concurrent.CompletableFuture@7cd62f43[Completed exceptionally]
Can anyone please suggest what could be the reason for such error even when I am trying to access the service from within the service fabric cluster? I have been stuck with such a simple service access for days and so, I will appreciate any sort of help with regard to accessing a stateless service from within the service fabric cluster using a TestClient Java app.
Many thanks.
I see that you have raised a support case on this issue.
For the benefit of the community, you can post the answer here once its resolved.
Once the support case is resolved, Then i will check for the resolution and post here