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, HttpChannelFactory1 factory, WebException responseException, ChannelBinding channelBinding) at System.ServiceModel.Channels.HttpChannelFactory1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.RequestChannelBinder.Send(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Aseinfo.VH4.Infraestructura.Workflow.AuthorizationWorkflowService.IAuthorizationWorkflowService.StartWorkflowInstance(String EntityServiceType, String ConnectionString, String Username, String ConfigConnectionString, String BaseUrl, Guid InstanceId, String ApplicationName) at Aseinfo.VH4.Infraestructura.Workflow.AuthorizationWorkflowService.AuthorizationWorkflowServiceClient.StartWorkflowInstance(String EntityServiceType, String ConnectionString, String Username, String ConfigConnectionString, String BaseUrl, Guid InstanceId, String ApplicationName) at Aseinfo.VH4.Infraestructura.Workflow.WorkflowFoundationEngine.StartCurrentInstance() at Aseinfo.Infrastructure.Base.Entity.EntityServiceBase`2.InitializeWorkflowInEntity(IAuthorizationWorkflowManagedEntity entity, IInstanciaRutaAutorizacion instanciaQueSeReintenta) in c:BuildAgentwork89066541112bb801InfrastructureBaseEntityEntityServiceBase.cs:line 717 at Aseinfo.Infrastructure.Common.Extensions.MvcExtensions.InicializaFlujoAutorizacion(SecuredExtendedControllerBase controller, IAuthorizationWorkflowManagedEntity entity, IAuthorizationWorkflowManagedEntityService service, IInstanciaRutaAutorizacion instanciaQueSeReintenta) in c:BuildAgentwork89066541112bb801InfrastructureCommonExtensionsMvcExtensions.cs:line 573

asked 04 Sep '15, 16:14

jdelcid's gravatar image

jdelcid
(suspended)
accept rate: 16%

Deberias revisar el log al que se refiere la excepción, además revisar que tiene el log del EvolutionWorkflowService.

(11 Sep '15, 12:23) Fernando Paz ♦♦ Fernando%20Paz's gravatar image

Aquí abajo te muestro el error al momento de ingresar a: http://localhost/EvolutionWorkflowService/AuthorizationWorkflow.xamlx

(17 Sep '15, 11:07) jdelcid jdelcid's gravatar image

Se podría eliminar las base de datos de AppFabric y volver a instalar el AppFabric?

(22 Sep '15, 16:50) jdelcid jdelcid's gravatar image

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

link

answered 17 Sep '15, 11:06

jdelcid's gravatar image

jdelcid
(suspended)
accept rate: 16%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Evolution en BitBucket

En este sitio puede acceder al código fuente, centro de descargas y reportar bugs, propuestas y mejoras para Evolution.

Evolution en JIRA

En este sitio puedes sugerir nueva funcionalidad para Evolution, o puedes votar por la funcionalidad ya propuesta por otros usuarios.

Tags:

×31

Asked: 04 Sep '15, 16:14

Seen: 2,331 times

Last updated: 22 Sep '15, 16:50

[Acerca de] [Preguntas Frecuentes] [Privacidad] [Soporte] [Contacto]
Copyright 2013-2018. Asesores en Informática