Load jar Activity error:Jar could not be loaded

Previously, the jar file was called through the java activity and it always ran normally. However, an error suddenly occurred in the past few days. The three processes related to the jar file all had the same error message as follows:
System.AggregateException: One or more errors occurred. (Jar could not be loaded.) —> System.InvalidOperationException: Jar could not be loaded. —> System.IO.IOException: Pipe is broken. at System.IO.Pipes.PipeStream.CheckWriteOperations()
at System.IO.Pipes.PipeStream.Flush()
at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
at System.IO.StreamWriter.Dispose(Boolean disposing)
at System.IO.TextWriter.Dispose()
at UiPath.Java.Service.JavaService.RequestAsync(JavaRequest request, CancellationToken ct)
at UiPath.Java.JavaInvoker.LoadJar(String jarPath, CancellationToken ct)
at UiPath.Java.Activities.LoadJar.ExecuteAsync(AsyncCodeActivityContext context, CancellationToken cancellationToken)
— End of inner exception stack trace —
at UiPath.Java.Activities.LoadJar.ExecuteAsync(AsyncCodeActivityContext context, CancellationToken cancellationToken)
— End of inner exception stack trace —
at UiPath.Shared.Activities.AsyncTaskCodeActivity.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)

The java environment variables have been configured and have not changed. After the error occurred, I checked the configuration of the java environment variables and it was normal.

Hi @362604002

Is there anything that might have changed in your environment, application versions or the code that could offer a clue as to why it started occuring?

Does it still work for a simple dummy example, or is that broken as well?