Reporter | Sergey Coox (coox) |
---|---|
Created | Mar 1, 2012 5:19:48 PM |
Updated | Mar 1, 2012 5:19:48 PM |
Priority | Normal |
Type | Exception |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
ReSharper Branch Build “default” Version=7.0.0.237, Built=2012-03-01T08:00:10, Configuration=“Csharp InternalMode Vbnet VS1000”
There were non-fatal failures in the Settings subsystem caused by actual settings data. There were 4 exceptions. The process cannot access the file 'C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings' because it is being used by another process. Could not get access for writing the Settings Storage file. The file is currently locked by someone else. As this is a routine background save, will keep trying saving the file from time to time.
--- EXCEPTION #01/11 [IOException]
Message = “The process cannot access the file 'C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings' because it is being used by another process.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#0.InnerException
ClassName = System.IO.IOException
HResult = 80070020
Source = mscorlib
StackTraceString = “
”
--- Outer —
--- EXCEPTION #02/11 [LoggerException]
Message = “The process cannot access the file 'C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings' because it is being used by another process.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#0
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #01 at Root.InnerException.InnerException.Exceptions.#0.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
--- Next Branch —
--- EXCEPTION #03/11 [IOException]
Message = “Could not get access for writing the Settings Storage file. The file is currently locked by someone else. As this is a routine background save, will keep trying saving the file from time to time.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#1.InnerException
ClassName = System.IO.IOException
Data.FileName = C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings
HResult = COR_E_IO=80131620
--- Outer —
--- EXCEPTION #04/11 [LoggerException]
Message = “Could not get access for writing the Settings Storage file. The file is currently locked by someone else. As this is a routine background save, will keep trying saving the file from time to time.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#1
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #03 at Root.InnerException.InnerException.Exceptions.#1.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
--- Next Branch —
--- EXCEPTION #05/11 [IOException]
Message = “The process cannot access the file 'C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings' because it is being used by another process.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#2.InnerException
ClassName = System.IO.IOException
HResult = 80070020
Source = mscorlib
StackTraceString = “
”
--- Outer —
--- EXCEPTION #06/11 [LoggerException]
Message = “The process cannot access the file 'C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings' because it is being used by another process.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#2
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #05 at Root.InnerException.InnerException.Exceptions.#2.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
--- Next Branch —
--- EXCEPTION #07/11 [IOException]
Message = “Could not get access for writing the Settings Storage file. The file is currently locked by someone else. As this is a routine background save, will keep trying saving the file from time to time.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#3.InnerException
ClassName = System.IO.IOException
Data.FileName = C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings
HResult = COR_E_IO=80131620
--- Outer —
--- EXCEPTION #08/11 [LoggerException]
Message = “Could not get access for writing the Settings Storage file. The file is currently locked by someone else. As this is a routine background save, will keep trying saving the file from time to time.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#3
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #07 at Root.InnerException.InnerException.Exceptions.#3.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
--- Outer —
--- EXCEPTION #09/11 [CompoundException]
Message = “There were exceptions.”
ExceptionPath = Root.InnerException.InnerException
ExceptionsCount = 4
Messages.#0 = “The process cannot access the file 'C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings' because it is being used by another process.”
Messages.#1 = “Could not get access for writing the Settings Storage file. The file is currently locked by someone else. As this is a routine background save, will keep trying saving the file from time to time.”
Messages.#2 = “The process cannot access the file 'C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings' because it is being used by another process.”
Messages.#3 = “Could not get access for writing the Settings Storage file. The file is currently locked by someone else. As this is a routine background save, will keep trying saving the file from time to time.”
Exceptions.#0 = “Exception #02 at Root.InnerException.InnerException.Exceptions.#0”
Exceptions.#1 = “Exception #04 at Root.InnerException.InnerException.Exceptions.#1”
Exceptions.#2 = “Exception #06 at Root.InnerException.InnerException.Exceptions.#2”
Exceptions.#3 = “Exception #08 at Root.InnerException.InnerException.Exceptions.#3”
ClassName = JetBrains.Util.CompoundException
HResult = COR_E_APPLICATION=80131600
--- Outer —
--- EXCEPTION #10/11 [InvalidOperationException]
Message = “There were non-fatal failures in the Settings subsystem caused by actual settings data.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
InnerException = “Exception #09 at Root.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509
--- Outer —
--- EXCEPTION #11/11 [LoggerException]
Message = “There were non-fatal failures in the Settings subsystem caused by actual settings data.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.40219.1
InnerException = “Exception #10 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
There were non-fatal failures in the Settings subsystem caused by actual settings data. There were 4 exceptions. The process cannot access the file 'C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings' because it is being used by another process. Could not get access for writing the Settings Storage file. The file is currently locked by someone else. As this is a routine background save, will keep trying saving the file from time to time.
--- EXCEPTION #01/11 [IOException]
Message = “The process cannot access the file 'C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings' because it is being used by another process.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#0.InnerException
ClassName = System.IO.IOException
HResult = 80070020
Source = mscorlib
StackTraceString = “
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.Save_WriteFile_OpenStreamAndTakeLock(Lifetime lifeFileAccess, FileSystemPath path, SaveForcedFlags flagsForced, Boolean isRecursing) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Settings\Storage\Persistence\SettingsStoreSerializationToXmlDiskFile.cs:line 749
--- Outer —
--- EXCEPTION #02/11 [LoggerException]
Message = “The process cannot access the file 'C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings' because it is being used by another process.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#0
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #01 at Root.InnerException.InnerException.Exceptions.#0.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.<>c__DisplayClass36.<Save_WriteFile>b__28(Lifetime lifeFileAccess) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Settings\Storage\Persistence\SettingsStoreSerializationToXmlDiskFile.cs:line 589 at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20 at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.Save_WriteFile(SaveDiffFlags flagsDiff, SaveForcedFlags flagsForced) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Settings\Storage\Persistence\SettingsStoreSerializationToXmlDiskFile.cs:line 724 at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.<SaveRequested>b__10() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Settings\Storage\Persistence\SettingsStoreSerializationToXmlDiskFile.cs:line 196 at JetBrains.Threading.ThreadManager.PooledThread.ThreadProc() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Threading\ThreadManager.cs:line 152 at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Logger\Logger.cs:line 243 at JetBrains.Threading.ThreadManager.PooledThread.<.ctor>b__1() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Threading\ThreadManager.cs:line 116 at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()
--- Next Branch —
--- EXCEPTION #03/11 [IOException]
Message = “Could not get access for writing the Settings Storage file. The file is currently locked by someone else. As this is a routine background save, will keep trying saving the file from time to time.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#1.InnerException
ClassName = System.IO.IOException
Data.FileName = C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings
HResult = COR_E_IO=80131620
--- Outer —
--- EXCEPTION #04/11 [LoggerException]
Message = “Could not get access for writing the Settings Storage file. The file is currently locked by someone else. As this is a routine background save, will keep trying saving the file from time to time.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#1
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #03 at Root.InnerException.InnerException.Exceptions.#1.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.<>c__DisplayClass36.<Save_WriteFile>b__28(Lifetime lifeFileAccess) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Settings\Storage\Persistence\SettingsStoreSerializationToXmlDiskFile.cs:line 589 at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20 at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.Save_WriteFile(SaveDiffFlags flagsDiff, SaveForcedFlags flagsForced) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Settings\Storage\Persistence\SettingsStoreSerializationToXmlDiskFile.cs:line 724 at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.<SaveRequested>b__10() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Settings\Storage\Persistence\SettingsStoreSerializationToXmlDiskFile.cs:line 196 at JetBrains.Threading.ThreadManager.PooledThread.ThreadProc() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Threading\ThreadManager.cs:line 152 at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Logger\Logger.cs:line 243 at JetBrains.Threading.ThreadManager.PooledThread.<.ctor>b__1() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Threading\ThreadManager.cs:line 116 at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()
--- Next Branch —
--- EXCEPTION #05/11 [IOException]
Message = “The process cannot access the file 'C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings' because it is being used by another process.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#2.InnerException
ClassName = System.IO.IOException
HResult = 80070020
Source = mscorlib
StackTraceString = “
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.Save_WriteFile_OpenStreamAndTakeLock(Lifetime lifeFileAccess, FileSystemPath path, SaveForcedFlags flagsForced, Boolean isRecursing) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Settings\Storage\Persistence\SettingsStoreSerializationToXmlDiskFile.cs:line 749
--- Outer —
--- EXCEPTION #06/11 [LoggerException]
Message = “The process cannot access the file 'C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings' because it is being used by another process.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#2
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #05 at Root.InnerException.InnerException.Exceptions.#2.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.<>c__DisplayClass36.<Save_WriteFile>b__28(Lifetime lifeFileAccess) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Settings\Storage\Persistence\SettingsStoreSerializationToXmlDiskFile.cs:line 589 at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20 at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.Save_WriteFile(SaveDiffFlags flagsDiff, SaveForcedFlags flagsForced) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Settings\Storage\Persistence\SettingsStoreSerializationToXmlDiskFile.cs:line 724 at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.<SaveRequested>b__10() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Settings\Storage\Persistence\SettingsStoreSerializationToXmlDiskFile.cs:line 196 at JetBrains.Threading.ThreadManager.PooledThread.ThreadProc() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Threading\ThreadManager.cs:line 152 at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Logger\Logger.cs:line 243 at JetBrains.Threading.ThreadManager.PooledThread.<.ctor>b__1() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Threading\ThreadManager.cs:line 116 at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()
--- Next Branch —
--- EXCEPTION #07/11 [IOException]
Message = “Could not get access for writing the Settings Storage file. The file is currently locked by someone else. As this is a routine background save, will keep trying saving the file from time to time.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#3.InnerException
ClassName = System.IO.IOException
Data.FileName = C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings
HResult = COR_E_IO=80131620
--- Outer —
--- EXCEPTION #08/11 [LoggerException]
Message = “Could not get access for writing the Settings Storage file. The file is currently locked by someone else. As this is a routine background save, will keep trying saving the file from time to time.”
ExceptionPath = Root.InnerException.InnerException.Exceptions.#3
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #07 at Root.InnerException.InnerException.Exceptions.#3.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.<>c__DisplayClass36.<Save_WriteFile>b__28(Lifetime lifeFileAccess) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Settings\Storage\Persistence\SettingsStoreSerializationToXmlDiskFile.cs:line 589 at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20 at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.Save_WriteFile(SaveDiffFlags flagsDiff, SaveForcedFlags flagsForced) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Settings\Storage\Persistence\SettingsStoreSerializationToXmlDiskFile.cs:line 724 at JetBrains.Application.Settings.Storage.Persistence.SettingsStoreSerializationToXmlDiskFile.<SaveRequested>b__10() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Settings\Storage\Persistence\SettingsStoreSerializationToXmlDiskFile.cs:line 196 at JetBrains.Threading.ThreadManager.PooledThread.ThreadProc() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Threading\ThreadManager.cs:line 152 at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Logger\Logger.cs:line 243 at JetBrains.Threading.ThreadManager.PooledThread.<.ctor>b__1() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Threading\ThreadManager.cs:line 116 at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()
--- Outer —
--- EXCEPTION #09/11 [CompoundException]
Message = “There were exceptions.”
ExceptionPath = Root.InnerException.InnerException
ExceptionsCount = 4
Messages.#0 = “The process cannot access the file 'C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings' because it is being used by another process.”
Messages.#1 = “Could not get access for writing the Settings Storage file. The file is currently locked by someone else. As this is a routine background save, will keep trying saving the file from time to time.”
Messages.#2 = “The process cannot access the file 'C:\Users\qx\AppData\Roaming\JetBrains\ReSharper\vAny\GlobalSettingsStorage.DotSettings' because it is being used by another process.”
Messages.#3 = “Could not get access for writing the Settings Storage file. The file is currently locked by someone else. As this is a routine background save, will keep trying saving the file from time to time.”
Exceptions.#0 = “Exception #02 at Root.InnerException.InnerException.Exceptions.#0”
Exceptions.#1 = “Exception #04 at Root.InnerException.InnerException.Exceptions.#1”
Exceptions.#2 = “Exception #06 at Root.InnerException.InnerException.Exceptions.#2”
Exceptions.#3 = “Exception #08 at Root.InnerException.InnerException.Exceptions.#3”
ClassName = JetBrains.Util.CompoundException
HResult = COR_E_APPLICATION=80131600
--- Outer —
--- EXCEPTION #10/11 [InvalidOperationException]
Message = “There were non-fatal failures in the Settings subsystem caused by actual settings data.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
InnerException = “Exception #09 at Root.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509
--- Outer —
--- EXCEPTION #11/11 [LoggerException]
Message = “There were non-fatal failures in the Settings subsystem caused by actual settings data.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.40219.1
InnerException = “Exception #10 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.ComponentModel.LoggerComponent.JetBrains.Util.ILogger.LogException(Exception ex, ExceptionOrigin origin) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\ComponentModel\LoggerComponent.cs:line 19 at JetBrains.Application.Settings.Logging.SettingsLogging.<>c__DisplayClass4.<.ctor>b__0() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Shell\src\Settings\Logging\SettingsLogging.cs:line 51 at JetBrains.DataFlow.ISignalEx.<>c__DisplayClass1`1.<Advise>b__0(TValue value) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\DataFlow\Extension\ISignalEx.cs:line 22 at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\DataFlow\Signal!1.cs:line 363 at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\DataFlow\Signal!1.cs:line 524 at JetBrains.DataFlow.SimpleSignal.Fire() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\DataFlow\SimpleSignal.cs:line 66 at JetBrains.Threading.ReentrancyGuardTimer.OnTimerTickReentrantSafe() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\ReentrancyGuardTimer.cs:line 203 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266 at JetBrains.Threading.ReentrancyGuard.ExecuteOrQueue(String name, Action action) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 304 at JetBrains.Threading.ReentrancyGuardTimer.OnTimerTick() in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\ReentrancyGuardTimer.cs:line 186 at JetBrains.Util.Logger.Catch(Action action) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Logger\Logger.cs:line 243 at JetBrains.Threading.ReentrancyGuardTimer.<InitDataFlow>b__6(Object , EventArgs ) in c:\BuildAgent\work\1939c01d7b25093a\Platform\src\Util\src\Concurrency\ReentrancyGuardTimer.cs:line 148 at System.Windows.Forms.Timer.OnTick(EventArgs e) at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)