Error on Send Web Request activity in server workflow
I got the following error on a Send Web Request activity in a server workflow. Does someone have tips for the cause of the error.
I've seen this request working on an other server and I can get also a response to the request when sending it with apitester.com from the server.
"SENDING WEBREQUEST",
"Error: 0: Unexpected Error: Geocortex.Workflow.Runtime.Execution.Exceptions.ActivityExecutionException: [WF: Activity execution error] Failed to execute activity 25 with action gcx:wf:core:request:WebRequest: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond ---> System.Net.Http.HttpRequestException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond",
" at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)",
" --- End of inner exception stack trace ---",
" at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)",
" at System.Threading.Tasks.ValueTask`1.get_Result()",
" at System.Net.Http.HttpConnectionPool.CreateConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)",
" at System.Threading.Tasks.ValueTask`1.get_Result()",
" at System.Net.Http.HttpConnectionPool.WaitForCreatedConnectionAsync(ValueTask`1 creationTask)",
" at System.Threading.Tasks.ValueTask`1.get_Result()",
" at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)",
" at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)",
" at System.Net.Http.HttpClient.FinishSendAsyncBuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)",
" at Geocortex.Workflow.Runtime.Activities.Core.WebRequest.Execute(IDictionary`2 inputs, IActivityContext context)",
" at Geocortex.Workflow.Runtime.Execution.ActivityContext.ExecuteActivityHandler(IActivityHandler handler, IDictionary`2 inputs)",
" --- End of inner exception stack trace ---",
" at Geocortex.Workflow.Runtime.Execution.ActivityContext.ExecuteActivityHandler(IActivityHandler handler, IDictionary`2 inputs)",
" at Geocortex.Workflow.Runtime.Execution.ActivityContext.ExecuteFinish(IActivityHandler handler, IDictionary`2 inputs)",
" at Geocortex.Workflow.Runtime.Execution.ActivityContext.ExecuteStart()",
" at Geocortex.Workflow.Runtime.Execution.AmbientState.ExecuteCurrentContext()",
" at Geocortex.Workflow.Runtime.Execution.AmbientState.Execute()",
" at Geocortex.Workflow.Runtime.Execution.Engine.Run(Program program, RunOptions options)",
" at Geocortex.Workflow.Hosts.Server.Host.RunWorkflow(String workflowJson, IDictionary`2 inputs, IDictionary`2 trivia, String accessToken, String portalUrl, CancellationToken cancellationToken)",
" at Geocortex.Workflow.Server.Foundation.WorkflowRunner.ProcessAsync(Object content)"
0
-
The request a POST request and is done to a https:// URL
0 -
Any solution?
0
Please sign in to leave a comment.
Comments
2 comments