Aplique la actualización de Evolution - Oracle hasta la versión 1.10.0.6 y me muestra el siguiente mensaje de error al querer ingresar al sitio: Server Error in '/Evolution' Application. An item with the same key has already been added. 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.ArgumentException: An item with the same key has already been added. 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: [ArgumentException: An item with the same key has already been added.]
System.Collections.Generic.Dictionary [AggregateException: One or more errors occurred.]
System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) +14086697
System.Threading.Tasks.Task.Wait() +17
System.Threading.Tasks.Parallel.ForWorker(Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action [HttpException (0x80004005): One or more errors occurred.] System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +12600621 System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +175 System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +304 System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +404 System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +475 [HttpException (0x80004005): One or more errors occurred.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12617668 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12457285 Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34209 asked 02 Sep '16, 14:13 Erick Túchez |
Tenés un key de localización duplicado. Revisa la tabla cfg.tra_translations porque existen dos valores para la misma combinación area/keyword/language. Si nunca has hecho cambios en las localizaciones, entonces podes borrar las tablas cfg.lok y cfg.tra, y ejecutar de nuevo el script de sincronización de las localizaciones ( Si has hecho cambios, entonces si tendrías que revisar cual combinación area/key/language esta duplicada. answered 02 Sep '16, 14:34 Fernando Paz ♦♦ Gracias ese era el problema. al final borre las tablas y volví a correr el script.
(02 Sep '16, 14:54)
Erick Túchez
|