I’m trying to get a list of Jobs from the Rest API.
It was working stable for a few month and now its not working anymore. Any other query works fine.
This is what i found in the WebServer.log:
27444 40 10/20 10:09:36 40 backupeagle - Processing gPOST] request : /Jobs : Headers : Content-Type=application/json]nAccept=application/json,application/json]nAccept-Encoding=gzip,deflate]eExpect=100-continue]eHost=127.0.0.1:81]1Content-Length=156]6SkipOldJsonConverter=true]eCVRequestRouted=true]eMS-ASPNETCORE-TOKEN=a122a259-c6b4-42d5-b3b7-97685bda87aa]aX-Original-Proto=http]ptrace-id=ws87c5dfa042cf]fX-Original-For=127.0.0.1:51335] : Parameters : (empty) : AdditionalInfofClientIPI127.0.0.1] ConsoleTypepUnknown] OperationoCV.WebServer.Controllers.Job.GetJobsListSummary (CVWebControllerJobs)] isTokenSupplied?dTrue] Usernamembackupeagle]]
27444 26 10/20 10:12:47 26 backupeagle Invoke - POST /Jobs : HTTP code 'OK'
35084 252 10/20 10:12:55 ### ### WebServerRoute::HandleRequest - Exception : The remote host closed the connection. The error code is 0x80070040.
35084 252 10/20 10:12:55 ### ### WebServerRoute::HandleRequest - Exception Stack Trace : at System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect)
at System.Web.Hosting.IIS7WorkerRequest.ExplicitFlush()
at System.Web.HttpResponse.Flush(Boolean finalFlush, Boolean async)
at CVInfoMgmtService.RemoteWebServiceHelperExtensions.CopyTo(HttpWebResponse source, HttpResponse target)
at CVInfoMgmtService.WebServerRoute.HandleRequest()
I already increased the maxMemory settings for the tomcat but it didn’t helped.
What can i check to find the problem?