Tengo el siguiente inconveniente, lo muestra al momento de realizar una solicitud de vacaciones, la version de Evolution es la 1.9.0.0 y la base de datos es SQLServer. Ya se reviso la configuracion del AppFabric, WCF y los servicios respectivos, habra algo mas que se pueda realizar? Agradecería su ayuda. System.ServiceModel.ServiceActivationException: The requested service, 'http://localhost/EvolutionWorkflowService/AuthorizationWorkflow.xamlx' could not be activated. See the server's diagnostic trace logs for more information. Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory |
Este error me mostro al momento de colocar en el navegador: "http://localhost/EvolutionWorkflowService/AuthorizationWorkflow.xamlx", ya reinicio los servicios,el IIS, el WCF. A que se deberá este inconveniente? Error de servidor en la aplicación '/EvolutionWorkflowService'. A severe error occurred on the current command. The results, if any, should be discarded. A severe error occurred on the current command. The results, if any, should be discarded. Descripción: Excepción no controlada al ejecutar la solicitud Web actual. Revise el seguimiento de la pila para obtener más información acerca del error y dónde se originó en el código. Detalles de la excepción: System.Data.SqlClient.SqlException: A severe error occurred on the current command. The results, if any, should be discarded. A severe error occurred on the current command. The results, if any, should be discarded. Error de código fuente: Se ha generado una excepción no controlada durante la ejecución de la solicitud Web actual. La información sobre el origen y la ubicación de la excepción pueden identificarse utilizando la excepción del seguimiento de la pila siguiente. Seguimiento de la pila: [SqlException (0x80131904): A severe error occurred on the current command. The results, if any, should be discarded. A severe error occurred on the current command. The results, if any, should be discarded.] System.Runtime.AsyncResult.End(IAsyncResult result) +624522 System.Activities.DurableInstancing.SqlWorkflowInstanceStoreAsyncResult.SqlCommandAsyncResultCallback(IAsyncResult result) +243 [InstancePersistenceCommandException: The execution of the InstancePersistenceCommand named {urn:schemas-microsoft-com:System.Activities.Persistence/command}CreateWorkflowOwner was interrupted by an error.] System.Runtime.AsyncResult.End(IAsyncResult result) +624522 System.Runtime.DurableInstancing.InstancePersistenceContext.OuterExecute(InstanceHandle initialInstanceHandle, InstancePersistenceCommand command, Transaction transaction, TimeSpan timeout) +93 System.ServiceModel.Activities.Dispatcher.DurableInstanceManager.Open(TimeSpan timeout) +369 [CommunicationException: The InstanceStore could not be initialized.] System.ServiceModel.Activities.Dispatcher.DurableInstanceManager.Open(TimeSpan timeout) +1527393 System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) +199 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) +740 System.ServiceModel.HostingManager.ActivateService(ServiceActivationInfo serviceActivationInfo, EventTraceActivity eventTraceActivity) +125 System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity) +901 [ServiceActivationException: The service '/EvolutionWorkflowService/AuthorizationWorkflow.xamlx' cannot be activated due to an exception during compilation. The exception message is: The InstanceStore could not be initialized..] System.Runtime.AsyncResult.End(IAsyncResult result) +624522 System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) +196075 System.Web.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar) +166 |
Deberias revisar el log al que se refiere la excepción, además revisar que tiene el log del EvolutionWorkflowService.
Aquí abajo te muestro el error al momento de ingresar a: http://localhost/EvolutionWorkflowService/AuthorizationWorkflow.xamlx
Se podría eliminar las base de datos de AppFabric y volver a instalar el AppFabric?