Copied to clipboard

Flag this post as spam?

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


  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Aug 13, 2020 @ 08:33
    Alex Skrypnyk
    0

    Boot filed error after upgrading to 8.6.4

    We just upgraded Umbraco from 8.5.5 to 8.6.4 via NuGet, but now there is a problem - enter image description here

    Boot failed: Umbraco cannot run. See Umbraco's log file for more details.
    
    -> Umbraco.Core.Exceptions.BootFailedException: Boot failed.
    
    -> System.InvalidOperationException: Unable to resolve type: Umbraco.Core.Composing.ComponentCollection, service name:
      at LightInject.ServiceContainer.CreateDelegate(Type serviceType, String serviceName, Boolean throwError) in C:\projects\lightinject\src\LightInject\LightInject.cs:line 4748
      at LightInject.ServiceContainer.CreateDefaultDelegate(Type serviceType, Boolean throwError) in C:\projects\lightinject\src\LightInject\LightInject.cs:line 4705
      at LightInject.ServiceContainer.GetInstance(Type serviceType) in C:\projects\lightinject\src\LightInject\LightInject.cs:line 3437
      at Umbraco.Core.FactoryExtensions.GetInstance[T](IFactory factory) in D:\a\1\s\src\Umbraco.Core\FactoryExtensions.cs:line 22
      at Umbraco.Core.Runtime.CoreRuntime.Boot(IRegister register, DisposableTimer timer) in D:\a\1\s\src\Umbraco.Core\Runtime\CoreRuntime.cs:line 187
    

    Folder rights are correct, models builder - dll mode, database connection ok.

    Thanks, Alex

  • Marc Goodson 2141 posts 14344 karma points MVP 8x c-trib
    Aug 13, 2020 @ 17:45
    Marc Goodson
    100

    Hi Alex

    Welcome to the forums...

    From you screengrab is it something to do with the plugin

    Our.Umbraco.FullTextSearch

    and the dependencies in Components.PerformCacheTasksComponent.cs ?

    where it is requesting the ICachedService dependency...

    if you have access to the plugin source, worth seeing what the dependencies are and when in the lifecycle they are registered, to see if maybe something in the upgrade is changing this order somehow?

    regards

    marc

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Aug 13, 2020 @ 17:49
    Alex Skrypnyk
    0

    Hi Marc :)

    Nice to see you!! 1

    You are right, it's Our.Umbraco.FullTextSearch plugin and I solved it by upgrading "Our.Umbraco.FullTextSearch" to the latest, so it was something with the 0.1.0 version of Our.Umbraco.FullTextSearch

    Have a great evening!

    Thanks,

    Alex

  • Marc Goodson 2141 posts 14344 karma points MVP 8x c-trib
    Aug 13, 2020 @ 17:54
    Marc Goodson
    1

    Hi Alex

    Yey! - I've found that on the scary boot ysods, that it's pretty much always the 'third' section of trace information text that has the actual issue...

    regards

    Marc

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Aug 13, 2020 @ 18:20
    Alex Skrypnyk
    0

    Yes, Boot filed is scary :)

    I was thinking about an issue with models builder because it was working with 8.5.5. but crashed just after upgrading Umbraco to 8.6.4

    In any case, I thank you so much!

    Thanks, Alex

Please Sign in or register to post replies

Write your reply to:

Draft