En la versión 1.8.2.2 de un cliente esta lanzando este error al momento de mandar a guardar una solicitud de vacaciones.

System.ObjectDisposedException The ObjectContext instance has been disposed and can no longer be used for operations that require a connection.

System.ObjectDisposedException: The ObjectContext instance has been disposed and can no longer be used for operations that require a connection. at System.Data.Objects.ObjectContext.EnsureConnection() at System.Data.Objects.ObjectQuery1.GetResults(Nullable1 forMergeOption) at System.Data.Objects.DataClasses.EntityReference1.Load(MergeOption mergeOption) at System.Data.Objects.DataClasses.RelatedEnd.DeferredLoad() at Aseinfo.Infrastructure.Data.EntidadAuditoria.get_EntidadPadre() at Aseinfo.Infrastructure.Services.CustomValidationService.GetEntityInfoProcedureName(EntidadAuditoria entityInfo, String controllerName, String procedureName) at Aseinfo.Infrastructure.Services.CustomValidationService.<>c__DisplayClassc.<FilterCapableEntityChangeEntriesOnSavedChanges>b__7(String esn) at System.Collections.Generic.List1.ForEach(Action1 action) at Aseinfo.Infrastructure.Services.CustomValidationService.FilterCapableEntityChangeEntriesOnSavedChanges(List1 entries) at Aseinfo.VH4.Data.AppDataContext.DataContextSavedChanges(Object sender, EventArgs e) at Aseinfo.VH4.Data.AppDataContext.SaveChanges(SaveOptions options) at Aseinfo.Infrastructure.Base.Entity.GenericEntityRepository.SaveChanges() in c:VH4InfrastructureBaseEntityGenericEntityRepository.cs:line 218 at Aseinfo.Infrastructure.Base.Entity.EntityServiceBase2.SaveChanges() in c:\VH4\Infrastructure\Base\Entity\EntityServiceBase.cs:line 529 at Aseinfo.Infrastructure.Base.Entity.EntityServiceBase2.DoInsert(T entity, Boolean saveChanges, Boolean bypassWorkflowInitialization) in c:VH4InfrastructureBaseEntityEntityServiceBase.cs:line 832 at Aseinfo.VH4.Acciones.Controllers.SolicitudVacacionController.SaveSolicitudVacacion(SolicitudVacacion entity, Boolean inserting, Nullable1 codigoEmpleo, Nullable1 iniciaFlujo, Boolean esPortal) at Aseinfo.VH4.Acciones.Controllers.SolicitudVacacionController.Create(SolicitudVacacion entity, Nullable1 codigoEmpleo, Nullable1 iniciaFlujo, DateTime fechaInicio, DateTime fechaFinal) at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary2 parameters) at System.Web.Mvc.ControllerActionInvoker.<>cDisplayClass15.<invokeactionmethodwithfilters>b12() at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func1 continuation) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList1 filters, ActionDescriptor actionDescriptor, IDictionary2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)

Al principio se verificó que tenía activada la auditoria en la Entidad, esta se desactivó y por alguna razón el inconveniente desapareció. Pero luego volvió a aparecer el mensaje de error.

Que podría ocasionar ese inconveniente?

asked 19 Sep '14, 20:19

Josue%20Mancilla's gravatar image

Josue Mancilla
(suspended)
accept rate: 42%

¿La entidad tiene configurado flujo automático?

(19 Sep '14, 21:09) Fernando Paz ♦♦ Fernando%20Paz's gravatar image

No tiene Flujo Automático

(19 Sep '14, 21:11) Josue Mancilla Josue%20Mancilla's gravatar image

Estas seguro que es versión 1.8.2.2, es que los números de línea que reporta el StackTrace del error no coinciden con el fuente de esa versión.

(19 Sep '14, 21:16) Fernando Paz ♦♦ Fernando%20Paz's gravatar image

Si, como observación el cliente acaba actualizar a esa versión (1.8.2.2)

(19 Sep '14, 21:21) Josue Mancilla Josue%20Mancilla's gravatar image

Ese error se genera cuando se guarda la configuración de entidad, ya que el método que vuelve a generar el cache no trae toda la información necesaria, ese bug ya esta arreglado desde la version 1.8.2.1

Se puede arreglar el error temporalmente bajando el sitio y volviéndolo a cargar para que se genere correctamente el cache, pero volvería a fallar si se vuelve a modificar una configuración de entidad, sin reiniciar el Application Pool de IIS, por lo que se recomienda hacer el upgrade.

link

answered 19 Sep '14, 21:27

cgalan's gravatar image

cgalan ♦♦
(suspended)
accept rate: 75%

edited 22 Sep '14, 16:05

Fernando%20Paz's gravatar image

Fernando Paz ♦♦
17.3k81635

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:

×49
×31
×8

Asked: 19 Sep '14, 20:19

Seen: 6,534 times

Last updated: 22 Sep '14, 16:05

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