Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Arie 224 posts 675 karma points
    Sep 08, 2013 @ 07:00
    Arie
    0

    Error installing uSync in 6.1.4

    Server Error in '/' Application.

    Response is not available in this context.

    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.HttpException: Response is not available in this context.

    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: 

    [HttpException (0x80004005): Response is not available in this context.]
       System.Web.HttpContext.get_Response() +11331486
       System.Web.HttpUtility.JavaScriptStringEncode(String value, Boolean addDoubleQuotes) +63
       System.Web.Script.Serialization.JavaScriptSerializer.SerializeCustomObject(Object o, StringBuilder sb, Int32 depth, Hashtable objectsInUse, SerializationFormat serializationFormat) +714
       System.Web.Script.Serialization.JavaScriptSerializer.SerializeValueInternal(Object o, StringBuilder sb, Int32 depth, Hashtable objectsInUse, SerializationFormat serializationFormat) +1692
       System.Web.Script.Serialization.JavaScriptSerializer.SerializeValue(Object o, StringBuilder sb, Int32 depth, Hashtable objectsInUse, SerializationFormat serializationFormat) +146
       System.Web.Script.Serialization.JavaScriptSerializer.SerializeEnumerable(IEnumerable enumerable, StringBuilder sb, Int32 depth, Hashtable objectsInUse, SerializationFormat serializationFormat) +182
       System.Web.Script.Serialization.JavaScriptSerializer.SerializeValueInternal(Object o, StringBuilder sb, Int32 depth, Hashtable objectsInUse, SerializationFormat serializationFormat) +1647
       System.Web.Script.Serialization.JavaScriptSerializer.SerializeValue(Object o, StringBuilder sb, Int32 depth, Hashtable objectsInUse, SerializationFormat serializationFormat) +146
       System.Web.Script.Serialization.JavaScriptSerializer.Serialize(Object obj, StringBuilder output, SerializationFormat serializationFormat) +43
       Umbraco.Web.Cache.DistributedCacheExtensions.RefreshDataTypeCache(DistributedCache dc, DataTypeDefinition dataType) +236
       jumps.umbraco.usync.SyncDataType.ReadFromDisk(String path) +354
       jumps.umbraco.usync.uSync.ReadAllFromDisk() +156
       jumps.umbraco.usync.uSync.RunSync() +323
       jumps.umbraco.usync.uSync.DoOnStart() +100
       Umbraco.Core.EnumerableExtensions.ForEach(IEnumerable`1 items, Action`1 action) +148
       Umbraco.Core.CoreBootManager.Complete(Action`1 afterComplete) +144
       Umbraco.Web.WebBootManager.Complete(Action`1 afterComplete) +331
    
    [HttpException (0x80004005): Response is not available in this context.]
       System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +3985477
       System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +191
       System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +325
       System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +407
       System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +375
    
    [HttpException (0x80004005): Response is not available in this context.]
       System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11524352
       System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +141
       System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +4782309
    



    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

  • Arie 224 posts 675 karma points
    Sep 08, 2013 @ 07:01
    Arie
    0

    Correction: I'm running 6.1.5 on this instance, not 6.1.4.

    By the way, this completely crashed Umbraco - had to restore from backup.

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Sep 09, 2013 @ 14:11
    Kevin Jump
    0

    Hi, I can't currently replicate this, but looking at the strack trace it looks like the error happens when umbraco is updating the Distributed cache

    did this install have multiple servers updating using the distributedCall settings in umbracosettings.config? (i've just tried this but it still didn't break for me, but if that's how it was setup i will try harder)

    uSync doesn't make any db or config changes to umbraco so if uSync crashes the install you can just remove the jumps.umbraco.usync.dll from the bin folder and it will stop being part of your umbraco installation.

  • Arie 224 posts 675 karma points
    Sep 09, 2013 @ 14:14
    Arie
    0

    Kevin, by "multiple servers" are you referring to a server farm? This install is running on a single server.

  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Sep 09, 2013 @ 14:24
    Kevin Jump
    0

    OK then it's not that : )

    any fancy data types (i.e from any packages)? or just the standard ones ?

  • Arie 224 posts 675 karma points
    Sep 09, 2013 @ 14:30
    Arie
    0

    Some custom data types:

    • uComponents
    • Pixlr
    • uHidesy
    • Image Cropper
    • Doc2Form
    • Macro Container
    • DAMP
Please Sign in or register to post replies

Write your reply to:

Draft