InicioInfomensaje de error de Fibertel

mensaje de error de Fibertel

Info4/3/2012
Server Error in '/' Application.
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at Person.Person.GetIdByEmail(String Email) in G:e-nexumFerengicrmtrunkFerengi.Crm.WebservicePerson.asmx.cs:line 365
--- End of inner exception stack trace ---
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at Person.Person.GetIdByEmail(String Email) in G:e-nexumFerengicrmtrunkFerengi.Crm.WebservicePerson.asmx.cs:line 365
--- End of inner exception stack trace ---

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at Person.Person.GetIdByEmail(String Email) in G:e-nexumFerengicrmtrunkFerengi.Crm.WebservicePerson.asmx.cs:line 365
--- End of inner exception stack trace ---]
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +1540184
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +221
Ferengi.Workflow.Fibertel.fibertel2.webservice.person.Person.GetIdByEmail(String Email) in CevelopmentWorkingFerengi.CrmFerengi.Workflow.FibertelWeb Referencesfibertel2.webservice.personReference.cs:668
Ferengi.Workflow.Fibertel.Activities.Promotion.MapFormSantanderRioModelToIssueForWebservice.GetPersonIdByEmail(String Email) in CevelopmentWorkingFerengi.CrmFerengi.Workflow.FibertelActivitiesSantanderRioMapFormSantanderRioModelToIssueForWebservice.cs:107
Ferengi.Workflow.Fibertel.Activities.Promotion.MapFormSantanderRioModelToIssueForWebservice.Execute(Object InputModel, Object& OutputModel) in CevelopmentWorkingFerengi.CrmFerengi.Workflow.FibertelActivitiesSantanderRioMapFormSantanderRioModelToIssueForWebservice.cs:34
Ferengi.Workflow.Activities.Abstract.ChainedActivityBase.Execute(Object& Out) in CevelopmentWorkingFerengi.CrmFerengi.WorkflowActivitiesAbstractChainedActivityBase.cs:17
Ferengi.Workflow.Activities.Abstract.ChainedActivityBase.Execute() in CevelopmentWorkingFerengi.CrmFerengi.WorkflowActivitiesAbstractChainedActivityBase.cs:11
Ferengi.Workflow.Activities.Abstract.SimpleActivityBase.Execute(NativeActivityContext context) in CevelopmentWorkingFerengi.CrmFerengi.WorkflowActivitiesAbstractSimpleActivityBase.cs:82
System.Activities.NativeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) +201
System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager) +38
System.Activities.Runtime.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation) +123

[ActivityException: An activity has throwed an exception from the id 12]
Ferengi.MVC.Controllers.WorkflowController.ExceptionHandler(String id, Exception ex) in CevelopmentWorkingFerengi.CrmFerengi.MVCControllersWorkflowController.cs:31
Ferengi.MVC.Controllers.WorkflowController.HandleActivityExceptions(String id) in CevelopmentWorkingFerengi.CrmFerengi.MVCControllersWorkflowController.cs:26
Ferengi.MVC.Controllers.WorkflowController.RunWorkflow(String id) in CevelopmentWorkingFerengi.CrmFerengi.MVCControllersWorkflowController.cs:16
Ferengi.MVC.Controllers.WorkflowController.GetViewFromWorkflow(Object model, String id) in CevelopmentWorkingFerengi.CrmFerengi.MVCControllersWorkflowController.cs:90
Ferengi.MVC.Controllers.WorkflowController.GetViewFromWorkflowWithExceptionHandler(Object model, String id) in CevelopmentWorkingFerengi.CrmFerengi.MVCControllersWorkflowController.cs:73
Ferengi.MVC.Controllers.WorkflowController.Index(Object model, String id) in CevelopmentWorkingFerengi.CrmFerengi.MVCControllersWorkflowController.cs:60
lambda_method(Closure , ControllerBase , Object[] ) +119
System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +17
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +208
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +27
System.Web.Mvc.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12() +55
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +263
System.Web.Mvc.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14() +19
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +191
System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +343
System.Web.Mvc.Controller.ExecuteCore() +116
System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +97
System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) +10
System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__5() +37
System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21
System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +12
System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62
System.Web.Mvc.<>c__DisplayClasse.<EndProcessRequest>b__d() +50
System.Web.Mvc.SecurityUtil.<GetCallInAppTrustThunk>b__0(Action f) +7
System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) +22
System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +60
System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8969201
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184
Datos archivados del Taringa! original
0puntos
615visitas
0comentarios
Actividad nueva en Posteamelo
0puntos
1visitas
0comentarios
Dar puntos:

Dejá tu comentario

0/2000

Autor del Post

K
KeyserSoze🇦🇷
Usuario
Puntos0
Posts2
Ver perfil →
PosteameloArchivo Histórico de Taringa! (2004-2017). Preservando la inteligencia colectiva de la internet hispanohablante.

CONTACTO

18 de Septiembre 455, Casilla 52

Chillán, Región de Ñuble, Chile

Solo correo postal

© 2026 Posteamelo.com. No afiliado con Taringa! ni sus sucesores.

Contenido preservado con fines históricos y culturales.