Copied to clipboard

Flag this post as spam?

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


  • Matt 353 posts 825 karma points
    Sep 15, 2020 @ 17:57
    Matt
    0

    Hello,

    My server run out of space and it seems to now have caused an issue, I cleared some old data and restarted the server now I'm getting

    Boot failed: Umbraco cannot run. See Umbraco's log file for more details.

    -> Umbraco.Core.Exceptions.BootFailedException: Boot failed.

    -> System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: handle at CSharpTest.Net.IO.TransactedCompoundFile.Read(UInt32 handle) at CSharpTest.Net.Storage.BTreeFileStoreV2.OpenRoot(Boolean& isNew) at CSharpTest.Net.Collections.BPlusTree2.StorageCache.OpenRoot(Boolean& isNew) at CSharpTest.Net.Collections.BPlusTree2.NodeCacheNone.LoadStorage()
    at CSharpTest.Net.Collections.BPlusTree2..ctor(BPlusTreeOptions2 ioptions) at Umbraco.Web.PublishedCache.NuCache.DataSource.BTree.GetTree(String filepath, Boolean exists) in D:\a\1\s\src\Umbraco.Web\PublishedCache\NuCache\DataSource\BTree.cs:line 27 at Umbraco.Web.PublishedCache.NuCache.PublishedSnapshotService.MainDomRegister() in D:\a\1\s\src\Umbraco.Web\PublishedCache\NuCache\PublishedSnapshotService.cs:line 175 at Umbraco.Core.MainDom.Register(Action install, Action release, Int32 weight) in D:\a\1\s\src\Umbraco.Core\MainDom.cs:line 102 at Umbraco.Web.PublishedCache.NuCache.PublishedSnapshotService..ctor(PublishedSnapshotServiceOptions options, IMainDom mainDom, IRuntimeState runtime, ServiceContext serviceContext, IPublishedContentTypeFactory publishedContentTypeFactory, IdkMap idkMap, IPublishedSnapshotAccessor publishedSnapshotAccessor, IVariationContextAccessor variationContextAccessor, IProfilingLogger logger, IScopeProvider scopeProvider, IDocumentRepository documentRepository, IMediaRepository mediaRepository, IMemberRepository memberRepository, IDefaultCultureAccessor defaultCultureAccessor, IDataSource dataSource, IGlobalSettings globalSettings, IEntityXmlSerializer entitySerializer, IPublishedModelFactory publishedModelFactory, UrlSegmentProviderCollection urlSegmentProviders) in D:\a\1\s\src\Umbraco.Web\PublishedCache\NuCache\PublishedSnapshotService.cs:line 124 at DynamicMethod(Object[] ) at LightInject.ServiceContainer.<>cDisplayClass1500.0() in C:\projects\lightinject\src\LightInject\LightInject.cs:line 3798
    at LightInject.ServiceContainer.<>cDisplayClass1980.1() in C:\projects\lightinject\src\LightInject\LightInject.cs:line 4657
    at LightInject.PerContainerLifetime.GetInstance(Func1 createInstance, Scope scope) in C:\projects\lightinject\src\LightInject\LightInject.cs:line 6169 at LightInject.ServiceContainer.EmitLifetime(ServiceRegistration serviceRegistration, Action1 emitMethod, IEmitter emitter) in C:\projects\lightinject\src\LightInject\LightInject.cs:line 4656 at LightInject.ServiceContainer.<>cDisplayClass1970.1(IEmitter methodSkeleton) in C:\projects\lightinject\src\LightInject\LightInject.cs:line 4649 at LightInject.ServiceContainer.<>cDisplayClass1530.0(IEmitter ms) in C:\projects\lightinject\src\LightInject\LightInject.cs:line 3856 at LightInject.ServiceContainer.EmitConstructorDependency(IEmitter emitter, Dependency dependency) in C:\projects\lightinject\src\LightInject\LightInject.cs:line 4158 at LightInject.ServiceContainer.EmitConstructorDependencies(ConstructionInfo constructionInfo, IEmitter emitter, Action`1 decoratorTargetEmitter) in C:\projects\lightinject\src\LightInject\LightInject.cs:line 4120

  • Steve Morgan 1346 posts 4453 karma points c-trib
    Sep 16, 2020 @ 07:11
    Steve Morgan
    1

    Hi,

    Have you tried clearing the /Appdata/cache and /appdata/Temp folders?

    Stop the site - delete them and then start back up again. Umbraco will rebuild them.

  • Sven 34 posts 138 karma points
    Jan 14, 2021 @ 15:52
    Sven
    0

    Hello,

    @Matt, did you find a solution to this ? I'm having the same issue. Thanks!

  • Tia 6 posts 74 karma points
    Sep 15, 2022 @ 14:49
    Tia
    0

    How did you resolve this issue? Would be great if you can share please. Thanks.

  • Tia 6 posts 74 karma points
    Sep 15, 2022 @ 14:47
    Tia
    0

    @matt @Sven Did you manage to fix this issue, I have same issue. Thanks.

  • Per 14 posts 99 karma points
    Jul 17, 2023 @ 17:34
    Per
    2

    I had a similar problem upgrading from 11.4.1 to 12.0.1.

    First, the site was complaining about a missing BouncyCastle.dll. I added this via NuGet.

    Second, I got this:

    • which was fixed by stopping the Application Pool in IIS, then deleting all the content/folders within the TEMP folder found in umbraco\data.

    @x":"System.IO.InvalidDataException: Found invalid data while decoding.\r\n at CSharpTest.Net.IO.TransactedCompoundFile.FileSection.Read(BlockRef& block, Boolean headerOnly, FGet fget)\r\n at CSharpTest.Net.IO.TransactedCompoundFile.Read(UInt32 handle)\r\n at CSharpTest.Net.Storage.BTreeFileStoreV2.OpenRoot(Boolean& isNew)\r\n at CSharpTest.Net.Collections.BPlusTree2.StorageCache.OpenRoot(Boolean& isNew)\r\n at CSharpTest.Net.Collections.BPlusTree2.NodeCacheNone.LoadStorage()\r\n at CSharpTest.Net.Collections.BPlusTree2.NodeCacheBase.Load()\r\n at CSharpTest.Net.Collections.BPlusTree2..ctor(BPlusTreeOptions2 ioptions)\r\n at CSharpTest.Net.Collections.BPlusTree2..ctor(OptionsV2 optionsV2)\r\n at Umbraco.Cms.Infrastructure.PublishedCache.DataSource.BTree.GetTree(String filepath, Boolean exists, NuCacheSettings settings, ContentDataSerializer contentDataSerializer)\r\n at Umbraco.Cms.Infrastructure.PublishedCache.PublishedSnapshotService.MainDomRegister()\r\n at Umbraco.Cms.Core.Runtime.MainDom.Register(Action install, Action release, Int32 weight)\r\n at Umbraco.Cms.Infrastructure.PublishedCache.PublishedSnapshotService.

  • Thomas 315 posts 602 karma points c-trib
    Feb 26, 2024 @ 08:01
    Thomas
    0

    How dit you fix the last error ?

Please Sign in or register to post replies

Write your reply to:

Draft