We just upgraded Umbraco from 8.5.5 to 8.6.4 via NuGet, but now there is a problem -
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.
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?
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
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...
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 -
Folder rights are correct, models builder - dll mode, database connection ok.
Thanks, Alex
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
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
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
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
is working on a reply...
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.