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 [POST] request : /Jobs : Headers :[Content-Type=application/json][Accept=application/json,application/json][Accept-Encoding=gzip,deflate][Expect=100-continue][Host=127.0.0.1:81][Content-Length=156][SkipOldJsonConverter=true][CVRequestRouted=true][MS-ASPNETCORE-TOKEN=a122a259-c6b4-42d5-b3b7-97685bda87aa][X-Original-Proto=http][trace-id=ws87c5dfa042cf][X-Original-For=127.0.0.1:51335] : Parameters : (empty) : AdditionalInfo[ClientIP[127.0.0.1] ConsoleType[Unknown] Operation[CV.WebServer.Controllers.Job.GetJobsListSummary (CVWebControllerJobs)] isTokenSupplied?[True] Username[backupeagle]]
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?