Copied to clipboard

Flag this post as spam?

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


  • Tor Langlo 191 posts 554 karma points
    Sep 27, 2019 @ 08:06
    Tor Langlo
    0

    Error when attempting to remove archived job

    I'm getting the following error using the "Remove" button on an archived job. I also get this error when trying to remove a canceled submitted job (as part of my testing process).

    Message: Illegal characters in path.
    Type: ArgumentException
    Target site: Void CheckInvalidPathChars(System.String, Boolean)
    Source: mscorlib
    Stack trace:
       at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
       at System.IO.Path.Combine(String path1, String path2)
       at Umbraco.Core.IO.PhysicalFileSystem.GetFullPath(String path)
       at Umbraco.Core.IO.PhysicalFileSystem.FileExists(String path)
       at Umbraco.Core.IO.ShadowWrapper.FileExists(String path)
       at Jumoo.TranslationManager.Providers.SimpleFile.SimpleFileProvider.<Remove>d__17.MoveNext()
    

    -Tor

  • Kevin Jump 2348 posts 14896 karma points MVP 8x c-trib
    Sep 27, 2019 @ 08:25
    Kevin Jump
    0

    Hi

    is it possible the old job was created before you moved to cloud-based storage of the files? it might be that the path is complete and because the config is now expecting it on azure (or similar) its failing to delete it ?

    I will check to see if we haven't done something silly, but that's what pops into my head.

  • Tor Langlo 191 posts 554 karma points
    Sep 27, 2019 @ 09:41
    Tor Langlo
    0

    Unfortunately this happens on new jobs as well. I thought maybe it as a trailing slash issue, and removed the trailing slash from the xliff provider's folder setting, created a job, submitted it, canceled, and removed it. The error message showed up again after confirming to remove the job.

  • Kevin Jump 2348 posts 14896 karma points MVP 8x c-trib
    Sep 27, 2019 @ 10:22
    Kevin Jump
    100

    Yeah, just worked out what we missed when we added the storage updates.

    So put a new version of the XLIFF provider out to fixe this issue.

    Install-Package Jumoo.TranslationManager.Providers.Xliff -Version 2.3.5
    

    https://www.nuget.org/packages/Jumoo.TranslationManager.Providers.Xliff/2.3.5

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies