Document understanding execution failure error logs

Hi guys,
Facing issue in below logs. Executing with huge pages.
Error] Retry Scope - Extract: Request CorrelationId: f178f3db-fa1b-4c2b-913f-68355f2116db
Request PredictionId: //G3lMiblbzB18svmQ4NPmjZkafIjhBB2cotTO2itdg=_3e42cd2c-d50c-4b7d-a326-b58d0c9db25d
Invalid server response.
Http Response Code: 500
Http Response Content: {“info”:“Prediction Failed”,“reason”:“{"message":"Name or service not known (du-metering.uipath.com:443)"}”}
Cloudfare CF-RAY:
AppId:
02/12/2024 10:01:32 => [Warning] Failed to process page range 1-1 in file due to TrackingException with message: Request CorrelationId: f178f3db-fa1b-4c2b-913f-68355f2116db
Request PredictionId: //G3lMiblbzB18svmQ4NPmjZkafIjhBB2cotTO2itdg=_3e42cd2c-d50c-4b7d-a326-b58d0c9db25d
Invalid server response.
Http Response Code: 500
Http Response Content: {“info”:“Prediction Failed”,“reason”:“{"message":"Name or service not known (du-metering.uipath.com:443)"}”}
Cloudfare CF-RAY:
AppId:

Full Exception: UiPath.Shared.Activities.TrackingException: Request CorrelationId: f178f3db-fa1b-4c2b-913f-68355f2116db
Request PredictionId: //G3lMiblbzB18svmQ4NPmjZkafIjhBB2cotTO2itdg=_3e42cd2c-d50c-4b7d-a326-b58d0c9db25d
Invalid server response.
Http Response Code: 500
Http Response Content: {“info”:“Prediction Failed”,“reason”:“{"message":"Name or service not known (du-metering.uipath.com:443)"}”}
Cloudfare CF-RAY:
AppId:

—> UiPath.DocumentUnderstanding.ML.Activities.Exceptions.MLRequestException: Invalid server response.
—> System.Exception: Response status code does not indicate success: 500 (Internal Server Error).
— End of inner exception stack trace —
at UiPath.DocumentUnderstanding.ML.Services.MLClient.InterpretResponse[T](HttpResponseMessage httpResponse, JsonConverter converters)
at UiPath.DocumentUnderstanding.ML.Services.MLClient.PerformRequest[TRequest,TResponse](TRequest request, Boolean withRetry, Object metadata, Nullable1 timeout, String correlationId, String predictionId, CancellationToken ct, JsonConverter[] converters) at UiPath.DocumentUnderstanding.ML.Services.MLClient.Extract(String documentPath, Document dom, Object metadata, Boolean withRetry, ExtractorDocumentType extractorDocumentType, String correlationId, String predictionId, CancellationToken ct, Nullable1 timeout)
at UiPath.DocumentUnderstanding.ML.Activities.MachineLearningExtractor.ExecuteAsync(AsyncCodeActivityContext context, CancellationToken cancellationToken)
— End of inner exception stack trace —
at System.Activities.Statements.Throw.Execute(CodeActivityContext context)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
— End of stack trace from previous location —
at UiPath.Executor.BaseRunner.EndExecute(IAsyncResult result)
at UiPath.Executor.InProcessRunner.EndExecute(IAsyncResult result)
at UiPath.Core.Activities.ExecutorInvokeActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

Please help us on this issue.

Thanks!

The error log you’ve shared indicates an issue with a UiPath Document Understanding process, where a machine learning model extraction attempt results in a server error (HTTP 500). This error typically means there’s a problem on the server side, making it unable to process the request properly. The specific message within the error, “Name or service not known (du-metering.uipath.com:443)” , suggests a DNS resolution issue or a connectivity problem to the specified service endpoint.
1-- Verify if there are any network security configurations (like firewalls or DNS filters) that might block access to du-metering.uipath.com
2-- DNS Resolution

  • Test if du-metering.uipath.com can be resolved from the machine. You can do this using command line tools like ping or nslookup.
    3----If the DNS resolution fails, you might need to check your DNS settings or switch to a more reliable DNS server (like Google DNS or Cloudflare DNS).
    4— . Check UiPath Services Status
    5—Visit the UiPath status page to check if there are any ongoing issues with their services,
    particularly those related to Document Understanding or machine learning model hosting.
    6—Ensure your UiPath robot and Orchestrator are configured correctly to access external services. This includes checking any relevant proxy settings.
    7— Update UiPath Packages