Copied to clipboard

Flag this post as spam?

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


  • Phil 6 posts 76 karma points
    Jul 05, 2018 @ 18:48
    Phil
    0

    Import Full - Exception while binding a dynamic operation

    Hello, I have the following error during a synchronization - Import Full: enter image description here

    1. Content is empty in my target site but not Media
    2. In uSyncBackOffice.config, MediaHandler = false and MemberTypeHandler = false
    3. My source Site works well

    Umbraco version: 7.11.1
    Help would be greatly appreciated
    Phil

  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    Jul 05, 2018 @ 18:52
    Kevin Jump
    0

    Hi

    anything extra in the logs (app_data/logs) .

    or in the chrome developer console ?

    Kevin

  • Phil 6 posts 76 karma points
    Jul 05, 2018 @ 19:03
    Phil
    0

    I mainly have these messages in the logs:

    2018-07-05 14:24:11,871 [P11868/D8/T140] WARN Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedMediaCache - Failed (10 times) to retrieve medias from Examine index and had to load them from DB. This may indicate that the Examine index is corrupted.
    2018-07-05 14:24:12,183 [P11868/D8/T42] ERROR Umbraco.Web.Scheduling.KeepAlive - Failed (at "https://mycms"). System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The remote name could not be resolved: 'mysiteurl'

    2018-07-05 14:24:21,605 [P11868/D8/T140] ERROR Jumoo.uSync.BackOffice.Controllers.uSyncApiController - Unhandled controller exception occurred Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException: An unexpected exception occurred while binding a dynamic operation

  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    Jul 05, 2018 @ 19:36
    Kevin Jump
    0

    Hi

    if you add the following to the config/log4net.config file

      <logger name="Jumoo.uSync">
        <level value="debug" />
      </logger>
    

    we will get 'lots' more logging - but hopefully this should help us pinpoint the error - as it should log the item uSync is working on before it blows up

    Kevin

Please Sign in or register to post replies

Write your reply to:

Draft