Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Proget crashing throughout the day from System.Net.ProtocolViolationException
-
The proget service keep crashing randomly throughout the day with the following exception. We are on v 4.7.8. Has this been fixed in a newer version and also is there anything we can do to find out what the actual cause is or is anyone else having this issue
Application: ProGet.Service.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Net.ProtocolViolationException
Stack:
at System.Net.HttpResponseStream.Write(Byte[], Int32, Int32)
at Inedo.Web.Server.AspWorkerRequest.SendResponseFromMemory(Byte[], Int32)
at System.Web.HttpRuntime.ProcessRequestInternal(System.Web.HttpWorkerRequest)
at System.Web.HttpRuntime.ProcessRequestNoDemand(System.Web.HttpWorkerRequest)
at System.Web.HttpRuntime.ProcessRequest(System.Web.HttpWorkerRequest)
at Inedo.Web.Server.HttpListenerHost.ProcessRequestAsync(System.IAsyncResult)
at System.Net.LazyAsyncResult.Complete(IntPtr)
at System.Net.ListenerAsyncResult.IOCompleted(System.Net.ListenerAsyncResult, UInt32, UInt32)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)Product: ProGet
Version: 4.7.8
-
I haven't seen the error before, but it appears to be network related.
I would suggest switching to IIS, so that you can debug those network problems a lot easier than the integrated web server.