Copied to clipboard

Flag this post as spam?

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


  • Eran Meir 401 posts 543 karma points
    Aug 20, 2013 @ 10:34
    Eran Meir
    0

    ysod after installing v0.5 on 6.1.3

    hey i get this error after installing the package

    Server Error in '/' Application.
    Value was either too large or too small for an Int32.
    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.OverflowException: Value was either too large or too small for an Int32.
    
    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:
    
    
    [OverflowException: Value was either too large or too small for an Int32.]
       System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +395
       jumoo.usync.content.ContentWalker.ReplaceIdsWithGuid(String propValue) +422
       jumoo.usync.content.ContentWalker.ExportContent(IContent content) +1807
       jumoo.usync.content.ContentWalker.SaveContent(IContent content, String path) +20
       jumoo.usync.content.ContentWalker.WalkSite(String path, IContent item, ContentService _contentService, Boolean pairs) +578
       jumoo.usync.content.ContentWalker.WalkSite(String path, IContent item, ContentService _contentService, Boolean pairs) +762
       jumoo.usync.content.ContentWalker.WalkSite(String path, IContent item, ContentService _contentService, Boolean pairs) +762
       jumoo.usync.content.ContentWalker.WalkSite(String path, IContent item, ContentService _contentService, Boolean pairs) +762
       jumoo.usync.content.ContentWalker.WalkSite(String path, IContent item, ContentService _contentService, Boolean pairs) +762
       jumoo.usync.content.ContentWalker.WalkSite(String path, IContent item, ContentService _contentService, Boolean pairs) +762
       jumoo.usync.content.ContentWalker.WalkSite(Boolean pairs) +269
       jumoo.usync.content.ContentSync.ApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext) +380
       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) +347
    
    [HttpException (0x80004005): Value was either too large or too small for an Int32.]
       System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +12864365
       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): Value was either too large or too small for an Int32.]
       System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12881108
       System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159
       System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12722297
    
  • Kevin Jump 2310 posts 14695 karma points MVP 7x c-trib
    Aug 20, 2013 @ 10:43
    Kevin Jump
    100

    and I was just uploading the next version now : )

    When you export uSync goes through the properties looking for what it might consider to be Internal IDs of umbraco content. due to my miscalculation it occasionally can find numbers bigger than an actual Int can be.

    this is fixed in the next version (0.6) which is now uploaded to Our.

    I would delete the Content / MediaItems and Files folders from uSync if you are putting this onto an existing install.

    or you could just delete uSync folder and let the whole lot get redone.

  • Eran Meir 401 posts 543 karma points
    Aug 20, 2013 @ 10:52
    Eran Meir
    0

    awesome, thank you :)

Please Sign in or register to post replies

Write your reply to:

Draft