Hello,
I am receiving the error below when a customer is trying to access a responseURL. They see the canned symantec error page, but when they try to access the page again it goes through. How can i troubleshoot this?
Application Name : Request Software Prod
Process ID : 3672
Date :10/22/2014 11:58:22 AM
Log Level :Error
Log Category :Core-DialogHandler
Machine Name : PAINFGWS101
Message :
Error starting/continuing dialog model execution
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Exception: could not deserialize IData ---> LogicBase.Framework.ObjectDeserializationError: could not deserialize: System.Collections.Hashtable ---> System.Exception: exception deserializing dictionary ---> LogicBase.Framework.ValueDeserializationError: could not deserialize attribute : valueType(System.Type) ---> System.Exception: could not find type LogicBase.Core.Ensemble.ReportingStorageGateway.LogProcessReport
at LogicBase.Framework.TypeTypeConverter.ConvertFromString(String value, Type t)
at LogicBase.Framework.ObjectReadStream.ReadSimpleConverter(ObjectStorageValue objValue, Type type, ObjectStorageSimpleTypeConverter converter)
--- End of inner exception stack trace ---
at LogicBase.Framework.ObjectReadStream.ReadSimpleConverter(ObjectStorageValue objValue, Type type, ObjectStorageSimpleTypeConverter converter)
at LogicBase.Framework.DictionaryItemStorage.ReadFromStream(ObjectReadStream stream)
at LogicBase.Framework.IDictionaryTypeConverter.GetObject(ObjectStorageContainer storageContainer, ObjectStorageObjectData values, Type valueType, ObjectStorageErrorHandler errorHandler)
--- End of inner exception stack trace ---
at LogicBase.Framework.IDictionaryTypeConverter.GetObject(ObjectStorageContainer storageContainer, ObjectStorageObjectData values, Type valueType, ObjectStorageErrorHandler errorHandler)
at LogicBase.Framework.ObjectReadStream.ReadRelationshipConverter(ObjectStorageValue objValue, Type type, ObjectStorageRelationshipTypeConverter converter)
--- End of inner exception stack trace ---
at LogicBase.Framework.ObjectReadStream.ReadRelationshipConverter(ObjectStorageValue objValue, Type type, ObjectStorageRelationshipTypeConverter converter)
at LogicBase.Framework.ObjectReadStream.GetValue[T](String name)
at LogicBase.Core.Data.IStorableHashTableHolder.ReadFromStream(ObjectReadStream stream)
at LogicBase.Framework.ObjectStorage.ContainerDeserialize(ObjectStorageContext context, ObjectStorageContainer container)
at LogicBase.Core.Data.OrchestrationData..ctor(SerializationInfo info, StreamingContext context)
--- End of inner exception stack trace ---
at LogicBase.Core.Data.OrchestrationData..ctor(SerializationInfo info, StreamingContext context)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._SerializationInvoke(Object target, SignatureStruct& declaringTypeSig, SerializationInfo info, StreamingContext context)
at System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context)
at System.Runtime.Serialization.ObjectManager.FixupSpecialObject(ObjectHolder holder)
at System.Runtime.Serialization.ObjectManager.DoFixups()
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage)
at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, IMethodCallMessage methodCallMessage)
at LogicBase.Core.Messaging.Message.get_PayLoad()
at LogicBase.Components.Default.ExchangeAdapters.LogicBaseExchangeWorkQueue.GetItem(String serviceID, String id)
at LogicBase.Core.Models.Workflow.EmbeddedDialogModel.WorkflowDialogHTTPHandler.StartDialog(HttpContext context, DialogSession session)
at LogicBase.Core.Models.Dialog.DialogHttpHandlerBase.System.Web.IHttpHandler.ProcessRequest(HttpContext context)