<Audits>System.Threading.ThreadAbortException: Thread was being aborted.
   at System.Threading.Monitor.Enter(Object obj)
   at System.Web.CachedPathData.WaitForInit()
   at System.Web.CachedPathData.GetConfigPathData(String configPath)
   at System.Web.CachedPathData.GetConfigPathData(String configPath)
   at System.Web.CachedPathData.GetConfigPathData(String configPath)
   at System.Web.Configuration.HttpConfigurationSystem.GetApplicationSection(String sectionName)
   at System.Configuration.ConfigurationManager.GetSection(String sectionName)
   at System.Configuration.ConfigurationManager.get_AppSettings()
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in E:\Application\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 99
9ab971a7-b780-4a92-8a84-0dbbb36a595f|OlympiaSearch|Thread was being aborted.|System.Threading.ThreadAbortException: Thread was being aborted.
   at System.Data.Common.StringStorage.Copy(Int32 recordNo1, Int32 recordNo2)
   at System.Data.DataTable.NewRecord(Int32 sourceRecord)
   at System.Data.DataRow.BeginEditInternal()
   at System.Data.DataRow.set_Item(DataColumn column, Object value)
   at HotelBookingEngine.CheckDataSetNullColumn.GetDataSetNullColumns(DataSet dsHotel) in E:\Application\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 1057
   at HotelBookingEngine.HotelStaticData.GetHotelDetail() in E:\Application\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 60
   at HotelSources.Olympia.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in E:\Application\WorldwideDMCV2\Module\Hotel\Sources\Olympia\Olympia.cs:line 286|Olympia|FalseSystem.Threading.ThreadAbortException: Thread was being aborted.
   at System.Threading.Monitor.Enter(Object obj)
   at System.Web.CachedPathData.WaitForInit()
   at System.Web.CachedPathData.GetConfigPathData(String configPath)
   at System.Web.CachedPathData.GetConfigPathData(String configPath)
   at System.Web.Configuration.HttpConfigurationSystem.GetApplicationSection(String sectionName)
   at System.Configuration.ConfigurationManager.GetSection(String sectionName)
   at System.Configuration.ConfigurationManager.get_AppSettings()
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in E:\Application\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 99
9ab971a7-b780-4a92-8a84-0dbbb36a595f|CoordinatorError|Thread was being aborted.|System.Threading.ThreadAbortException: Thread was being aborted.
   at HotelSources.Olympia.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in E:\Application\WorldwideDMCV2\Module\Hotel\Sources\Olympia\Olympia.cs:line 123
   at HotelCoordinator.Coordinator.Search(Object pSearchData) in D:\Application\WorldwideDMCV2\Module\Hotel\HotelCoordinator\HotelCoordinator\HotelCoordinator\HotelCoordinator.cs:line 365|Olympia|FalseSystem.Threading.ThreadAbortException: Thread was being aborted.
   at System.Threading.Monitor.Enter(Object obj)
   at System.Web.CachedPathData.WaitForInit()
   at System.Web.CachedPathData.GetConfigPathData(String configPath)
   at System.Web.CachedPathData.GetConfigPathData(String configPath)
   at System.Web.Configuration.HttpConfigurationSystem.GetApplicationSection(String sectionName)
   at System.Configuration.ConfigurationManager.GetSection(String sectionName)
   at System.Configuration.ConfigurationManager.get_AppSettings()
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in E:\Application\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 99
9ab971a7-b780-4a92-8a84-0dbbb36a595f|W2MSearch|supplier interation failed||W2M|FalseSystem.Threading.ThreadAbortException: Thread was being aborted.
   at System.String.IndexOf(Char value, Int32 startIndex, Int32 count)
   at System.Web.Configuration.WebConfigurationHost.GetSiteIDAndVPathFromConfigPath(String configPath, String& siteID, VirtualPath& vpath)
   at System.Web.CachedPathData.GetConfigPathData(String configPath)
   at System.Web.Configuration.HttpConfigurationSystem.GetApplicationSection(String sectionName)
   at System.Configuration.ConfigurationManager.GetSection(String sectionName)
   at System.Configuration.ConfigurationManager.get_AppSettings()
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in E:\Application\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 99
9ab971a7-b780-4a92-8a84-0dbbb36a595f|OlympiaSearch|error while generating search request:-Thread was being aborted.|System.Threading.ThreadAbortException: Thread was being aborted.
   at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
   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.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
   at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
   at System.Threading.Tasks.ThreadPoolTaskScheduler.TryExecuteTaskInline(Task task, Boolean taskWasPreviouslyQueued)
   at System.Threading.Tasks.TaskScheduler.TryRunInline(Task task, Boolean taskWasPreviouslyQueued)
   at System.Threading.Tasks.Task.InternalRunSynchronously(TaskScheduler scheduler, Boolean waitForCompletion)
   at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
   at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
   at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
   at HotelSources.Olympia.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in E:\Application\WorldwideDMCV2\Module\Hotel\Sources\Olympia\Olympia.cs:line 60|Olympia|FalseSystem.Threading.ThreadAbortException: Thread was being aborted.
   at System.Configuration.BaseConfigurationRecord.Init(IInternalConfigRoot configRoot, BaseConfigurationRecord parent, String configPath, String locationSubPath)
   at System.Configuration.RuntimeConfigurationRecord.Create(InternalConfigRoot configRoot, IInternalConfigRecord parent, String configPath)
   at System.Configuration.Internal.InternalConfigRoot.GetConfigRecord(String configPath)
   at System.Configuration.Internal.InternalConfigRoot.GetUniqueConfigRecord(String configPath)
   at System.Web.Configuration.HttpConfigurationSystem.GetUniqueConfigRecord(String configPath)
   at System.Web.CachedPathData.Init(CachedPathData parentData)
   at System.Web.CachedPathData.GetConfigPathData(String configPath)
   at System.Web.CachedPathData.GetConfigPathData(String configPath)
   at System.Web.Configuration.HttpConfigurationSystem.GetApplicationSection(String sectionName)
   at System.Configuration.ConfigurationManager.GetSection(String sectionName)
   at System.Configuration.ConfigurationManager.get_AppSettings()
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in E:\Application\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 99
9ab971a7-b780-4a92-8a84-0dbbb36a595f|DOTWSearch|Thread was being aborted.|System.Threading.ThreadAbortException: Thread was being aborted.
   at System.Globalization.CompareInfo.InternalFindNLSStringEx(IntPtr handle, IntPtr handleOrigin, String localeName, Int32 flags, String source, Int32 sourceCount, Int32 startIndex, String target, Int32 targetCount)
   at System.Globalization.CompareInfo.IndexOf(String source, String value, Int32 startIndex, Int32 count, CompareOptions options)
   at System.String.IndexOf(String value, Int32 startIndex, Int32 count, StringComparison comparisonType)
   at System.String.Contains(String value)
   at HotelBookingEngine.HotelProperty.GetCommonHotelInfo(DataSet dsHotel, String SupplierName, HotelSearchRS& response, HotelStay& stay) in E:\Application\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 707
   at HotelSources.DOTW.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in E:\Application\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 308|DOTW|FalseSystem.Threading.ThreadAbortException: Thread was being aborted.
   at System.String.Concat(String str0, String str1)
   at System.Web.CachedPathData.GetConfigPathData(String configPath)
   at System.Web.Configuration.HttpConfigurationSystem.GetApplicationSection(String sectionName)
   at System.Configuration.ConfigurationManager.GetSection(String sectionName)
   at System.Configuration.ConfigurationManager.get_AppSettings()
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in E:\Application\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 99
9ab971a7-b780-4a92-8a84-0dbbb36a595f|MikiSearch|supplier interation failed||Miki|False