Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.50 KB | None | 0 0
  1. Exception:
  2. System.AggregateException: One or more errors occurred. ---> Newtonsoft.Json.JsonSerializationException: Error converting value "ModelManagement" to type 'IDC.Common.Enums.QualityCheckType'. Path 'CheckType', line 1, position 716. ---> System.ArgumentException: Requested value 'ModelManagement' was not found.
  3. at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
  4. at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
  5. at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
  6. at Newtonsoft.Json.Utilities.EnumUtils.ParseEnumName(String enumText, Boolean isNullable, Boolean disallowValue, Type t)
  7. at Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(JsonReader reader, Type objectType, Object existingValue, JsonSerializer serializer)
  8. --- End of inner exception stack trace ---
  9. at Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(JsonReader reader, Type objectType, Object existingValue, JsonSerializer serializer)
  10. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertable(JsonConverter converter, JsonReader reader, Type objectType, Object existingValue)
  11. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
  12. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
  13. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  14. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  15. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  16. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  17. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  18. at IDC.Connector.Core.JsonSerialization.JsonServerStorableObjectsSerializer.Deserialize(String data, Type objectType) in C:\Agent\_work\10\s\Connector\Connector.Core\JsonSerialization\JsonServerStorableObjectsSerializer.cs:line 53
  19. at IDC.Connector.Core.JsonConnectorModule.GetList[T](CriteriaFilter filter, String technologyId) in C:\Agent\_work\10\s\Connector\Connector.Core\JsonConnectorModule.cs:line 147
  20. at IDC.Connector.Core.ConnectorModule.GetListInternal[T](CriteriaFilter filter, String technologyId) in C:\Agent\_work\10\s\Connector\Connector.Core\ConnectorModule.cs:line 1239
  21. at IDC.Connector.Core.ConnectorModule.GetList[T](CriteriaFilter filter, String technologyId) in C:\Agent\_work\10\s\Connector\Connector.Core\ConnectorModule.cs:line 403
  22. at IDC.FerdaClient.Routines.Core.Configuration.GeneralQualityChecksProvider.Initialize() in C:\Agent\_work\10\s\FerdaClient2.0\Routines.Core\Configuration\GeneralQualityChecksProvider.cs:line 56
  23. at IDC.Connector.Core.Cache.CacheManager.<>c__DisplayClass109_0.<CreateCacheTypeProvider>b__10(Technology technology) in C:\Agent\_work\10\s\Connector\Connector.Core\Cache\CacheManager.TechnologyItems.cs:line 78
  24. at IDC.Connector.Core.Cache.CacheManager.<>c__DisplayClass109_0.<CreateCacheTypeProvider>g__CreateTechnologyItem|6[T](Func`2 factory) in C:\Agent\_work\10\s\Connector\Connector.Core\Cache\CacheManager.TechnologyItems.cs:line 107
  25. at IDC.Connector.Core.Cache.CacheManager.<>c__DisplayClass109_0.<CreateCacheTypeProvider>b__3() in C:\Agent\_work\10\s\Connector\Connector.Core\Cache\CacheManager.TechnologyItems.cs:line 75
  26. at IDC.Connector.Core.Cache.TechnologyItems.TechnologyItemProvider`1.Reset(Boolean force) in C:\Agent\_work\10\s\Connector\Connector.Core\Cache\TechnologyItems\TechnologyItemProvider.cs:line 66
  27. at IDC.Connector.Core.Cache.TechnologyItems.TechnologyItemProviderList.<>c__DisplayClass6_0.<UpdateTechnology>b__0(Type type) in C:\Agent\_work\10\s\Connector\Connector.Core\Cache\TechnologyItems\TechnologyItemProviderList.cs:line 91
  28. at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__0(Int32 i)
  29. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  30. at System.Threading.Tasks.Task.InnerInvoke()
  31. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  32. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  33. --- End of inner exception stack trace ---
  34. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  35. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  36. at System.Threading.Tasks.Task.Wait()
  37. 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)
  38. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IList`1 list, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  39. 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)
  40. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
  41. at IDC.Connector.Core.Cache.TechnologyItems.TechnologyItemProviderList.UpdateTechnology(String technologyId, IEnumerable`1 types) in C:\Agent\_work\10\s\Connector\Connector.Core\Cache\TechnologyItems\TechnologyItemProviderList.cs:line 84
  42. at IDC.Connector.Core.Cache.CacheManager.<>c__DisplayClass86_0.<RegisterTechnology>b__1(Task`1 b) in C:\Agent\_work\10\s\Connector\Connector.Core\Cache\CacheManager.cs:line 1438
  43. at System.Threading.Tasks.ContinuationTaskFromResultTask`1.InnerInvoke()
  44. at System.Threading.Tasks.Task.Execute()
  45. ---> (Inner Exception #0) Newtonsoft.Json.JsonSerializationException: Error converting value "ModelManagement" to type 'IDC.Common.Enums.QualityCheckType'. Path 'CheckType', line 1, position 716. ---> System.ArgumentException: Requested value 'ModelManagement' was not found.
  46. at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
  47. at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
  48. at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
  49. at Newtonsoft.Json.Utilities.EnumUtils.ParseEnumName(String enumText, Boolean isNullable, Boolean disallowValue, Type t)
  50. at Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(JsonReader reader, Type objectType, Object existingValue, JsonSerializer serializer)
  51. --- End of inner exception stack trace ---
  52. at Newtonsoft.Json.Converters.StringEnumConverter.ReadJson(JsonReader reader, Type objectType, Object existingValue, JsonSerializer serializer)
  53. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertable(JsonConverter converter, JsonReader reader, Type objectType, Object existingValue)
  54. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
  55. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
  56. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  57. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  58. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  59. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  60. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  61. at IDC.Connector.Core.JsonSerialization.JsonServerStorableObjectsSerializer.Deserialize(String data, Type objectType) in C:\Agent\_work\10\s\Connector\Connector.Core\JsonSerialization\JsonServerStorableObjectsSerializer.cs:line 53
  62. at IDC.Connector.Core.JsonConnectorModule.GetList[T](CriteriaFilter filter, String technologyId) in C:\Agent\_work\10\s\Connector\Connector.Core\JsonConnectorModule.cs:line 147
  63. at IDC.Connector.Core.ConnectorModule.GetListInternal[T](CriteriaFilter filter, String technologyId) in C:\Agent\_work\10\s\Connector\Connector.Core\ConnectorModule.cs:line 1239
  64. at IDC.Connector.Core.ConnectorModule.GetList[T](CriteriaFilter filter, String technologyId) in C:\Agent\_work\10\s\Connector\Connector.Core\ConnectorModule.cs:line 403
  65. at IDC.FerdaClient.Routines.Core.Configuration.GeneralQualityChecksProvider.Initialize() in C:\Agent\_work\10\s\FerdaClient2.0\Routines.Core\Configuration\GeneralQualityChecksProvider.cs:line 56
  66. at IDC.Connector.Core.Cache.CacheManager.<>c__DisplayClass109_0.<CreateCacheTypeProvider>b__10(Technology technology) in C:\Agent\_work\10\s\Connector\Connector.Core\Cache\CacheManager.TechnologyItems.cs:line 78
  67. at IDC.Connector.Core.Cache.CacheManager.<>c__DisplayClass109_0.<CreateCacheTypeProvider>g__CreateTechnologyItem|6[T](Func`2 factory) in C:\Agent\_work\10\s\Connector\Connector.Core\Cache\CacheManager.TechnologyItems.cs:line 107
  68. at IDC.Connector.Core.Cache.CacheManager.<>c__DisplayClass109_0.<CreateCacheTypeProvider>b__3() in C:\Agent\_work\10\s\Connector\Connector.Core\Cache\CacheManager.TechnologyItems.cs:line 75
  69. at IDC.Connector.Core.Cache.TechnologyItems.TechnologyItemProvider`1.Reset(Boolean force) in C:\Agent\_work\10\s\Connector\Connector.Core\Cache\TechnologyItems\TechnologyItemProvider.cs:line 66
  70. at IDC.Connector.Core.Cache.TechnologyItems.TechnologyItemProviderList.<>c__DisplayClass6_0.<UpdateTechnology>b__0(Type type) in C:\Agent\_work\10\s\Connector\Connector.Core\Cache\TechnologyItems\TechnologyItemProviderList.cs:line 91
  71. at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__0(Int32 i)
  72. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  73. at System.Threading.Tasks.Task.InnerInvoke()
  74. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  75. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )<---
  76.  
  77.  
  78. One or more errors occurred. (Requested value 'ModelManagement' was not found.)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement