Im trying to migrate a TFS team project to VSO with no success. I always get the System.OutOfMemoryException. I followed the following thread in hope to increase the memory for the Java runtime. Java heap space error
This is the error message if I look in the EventLog:
Application: opshubtfsservice.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.OutOfMemoryException
Stack:
at System.Runtime.Fx+AsyncThunk.UnhandledExceptionFrame(System.IAsyncResult)
at System.Net.LazyAsyncResult.Complete(IntPtr)
at System.Net.LazyAsyncResult.ProtectedInvokeCallback(System.Object, IntPtr)
at System.Net.ListenerAsyncResult.IOCompleted(System.Net.ListenerAsyncResult, UInt32, UInt32)
at System.Net.ListenerAsyncResult.WaitCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)
When I look how much memory actually being used it's far from the 32 GB that my server has.
Is there any way to get more info on why the OpsHub TFS Service crashes?
Have anyone experienced this and fixed it?
My setup is the following:
OpsHub: Version-1.0 OpsHub Integration Manager Framework-OVSMU-V1.0.1008
OS: Windows Server 2012 Standard 64-bit
.NET CLR Available: 4.0.30319 and below (32 and 64 bit)
The error does not occur at a particular changeset. When I look at the migration progress in OpsHub VSO Migration Utility I can see that the Work Item "Reading and analysis" and "Migration" is "Running". Version Control is "Not Running".
Are there any logfiles I can look into?