Hi,
I made a post few days ago with regard to Sitecore upgrading. After upgrading our site, we have decided to move it to Azure. Well, I'm new in Azure deployment, so I followed Azure related documents from http://doc.sitecore.net.
Everything went well, until I tried to deploy the site to Azure. At certain point, I received the following exception:
I tried to find the solution on other blogs / community forum without any success.
Then, I checked Sitecore.Azure.dll and Sitecore.Kernel.dll and I realized, there are some changes in Sitecore.Configuration.Factory class ("ExpandIncludeFiles" was removed from Factory), so I have contacted with Sitecore support and waiting for a patch.
So if you host your solution in Azure, I suggest to wait for the patch.
Everything went well, until I tried to deploy the site to Azure. At certain point, I received the following exception:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create package failed System.ApplicationException:xxxxxxxxxxxxxxStaging [S] | |
Create package failed ---> System.ApplicationException: Create package is failed ---> System.Reflection.TargetInvocationException: | |
Exception has been thrown by the target of an invocation. ---> System.ApplicationException: | |
Method ExpandIncludeFiles doesn't exist at Sitecore.Azure.Pipelines.CreateAzurePackage.Base.ConfigurationChangesBase.CallStaticMethod(Type type, String methodName, | |
Object[] parameters) at Sitecore.Azure.Pipelines.CreateAzurePackage.Base.ConfigurationChangesBase.GetExpandedConfig(XElement root, DirectoryInfo includeDir) | |
at Sitecore.Azure.Pipelines.CreateAzurePackage.Base.ConfigurationChangesBase.ExpandIncludes(CreateAzureDeploymentPipelineArgs args) | |
at Sitecore.Azure.Pipelines.CreateAzurePackage.Base.ConfigurationChangesBase.Action(RolePipelineArgsBase arguments) | |
at Sitecore.Azure.Pipelines.BasePipeline.RolePipelineProcessor.Process(RolePipelineArgsBase args) | |
--- End of inner exception stack trace --- | |
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) | |
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) | |
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) | |
at Sitecore.Reflection.ReflectionUtil.InvokeMethod(MethodInfo method, Object[] parameters, Object obj) at Sitecore.Nexus.Pipelines.NexusPipelineApi.Resume(PipelineArgs args, Pipeline pipeline) at Sitecore.Pipelines.Pipeline.Start(PipelineArgs args, Boolean atomic) at Sitecore.Pipelines.Pipeline.Start(String pipelineName, PipelineArgs args, Boolean atomic) at Sitecore.Azure.Pipelines.BasePipeline.RolePipelineProcessor.Process(RolePipelineArgsBase args) --- End of inner exception stack trace --- --- End of inner exception stack trace --- | |
2016. 04. 11. 8:55:58xxxxxxxxxxxxxxxNeCe01Role01SSc549Staging [S] Apply configuration changes failed System.ApplicationException: | |
xxxxxxxxxProdNeCe01Role01SSc549Staging [S] Apply configuration changes failed ---> System.ApplicationException: Apply configuration changes is failed ---> | |
System.ApplicationException: Method ExpandIncludeFiles doesn't exist at | |
Sitecore.Azure.Pipelines.CreateAzurePackage.Base.ConfigurationChangesBase.CallStaticMethod(Type type, String methodName, Object[] parameters) | |
at Sitecore.Azure.Pipelines.CreateAzurePackage.Base.ConfigurationChangesBase.GetExpandedConfig(XElement root, DirectoryInfo includeDir) | |
at Sitecore.Azure.Pipelines.CreateAzurePackage.Base.ConfigurationChangesBase.ExpandIncludes(CreateAzureDeploymentPipelineArgs args) | |
at Sitecore.Azure.Pipelines.CreateAzurePackage.Base.ConfigurationChangesBase.Action(RolePipelineArgsBase arguments) a | |
t Sitecore.Azure.Pipelines.BasePipeline.RolePipelineProcessor.Process(RolePipelineArgsBase args) --- End of inner exception stack trace --- | |
--- End of inner exception stack trace --- |
I tried to find the solution on other blogs / community forum without any success.
Then, I checked Sitecore.Azure.dll and Sitecore.Kernel.dll and I realized, there are some changes in Sitecore.Configuration.Factory class ("ExpandIncludeFiles" was removed from Factory), so I have contacted with Sitecore support and waiting for a patch.
So if you host your solution in Azure, I suggest to wait for the patch.
Comments
Post a Comment