You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a vanilla install, first deployment of a .NET 4.5 application I get the error:
System.InvalidOperationException: This access control list is not in canonical form and therefore cannot be modified.
at System.Security.AccessControl.CommonAcl.SetQualifiedAce(SecurityIdentifier sid, AceQualifier qualifier, Int32 accessMask, AceFlags flags, ObjectAceFlags objectFlags, Guid objectType, Guid inheritedObjectType)
at System.Security.AccessControl.DiscretionaryAcl.SetAccess(AccessControlType accessType, SecurityIdentifier sid, Int32 accessMask, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags)
at System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified)
at System.Security.AccessControl.CommonObjectSecurity.SetAccessRule(AccessRule rule)
at Uhuru.Openshift.Runtime.Utils.LinuxFiles.TakeOwnership(String directory, String windowsUser) in c:\Git\openshift\node\src\openshift-dotnet\Uhuru.Openshift.Node\Utils\LinuxFiles.cs:line 112
at Uhuru.Openshift.Runtime.CartridgeModel.PopulateGearRepo(String cartName, String softwareVersion, String templateGitUrl) in c:\Git\openshift\node\src\openshift-dotnet\Uhuru.Openshift.Node\Model\CartridgeModel.cs:line 405
at Uhuru.Openshift.Runtime.CartridgeModel.Configure(String cartName, String templateGitUrl, String manifest) in c:\Git\openshift\node\src\openshift-dotnet\Uhuru.Openshift.Node\Model\CartridgeModel.cs:line 76
at Uhuru.Openshift.Cmdlets.OO_Configure.Execute() in c:\Git\openshift\node\src\openshift-dotnet\Uhuru.Openshift.Cmdlets\OO_Configure.cs:line 66
Unable to complete the requested operation due to: An invalid exit code (1) was returned from the server NZWLTVOST01. This indicates an unexpected problem during the execution of your request.
Reference ID: 449a9728d7791cc2bec92c34a7f84c6c
The text was updated successfully, but these errors were encountered:
On a vanilla install, first deployment of a .NET 4.5 application I get the error:
System.InvalidOperationException: This access control list is not in canonical form and therefore cannot be modified.
at System.Security.AccessControl.CommonAcl.SetQualifiedAce(SecurityIdentifier sid, AceQualifier qualifier, Int32 accessMask, AceFlags flags, ObjectAceFlags objectFlags, Guid objectType, Guid inheritedObjectType)
at System.Security.AccessControl.DiscretionaryAcl.SetAccess(AccessControlType accessType, SecurityIdentifier sid, Int32 accessMask, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags)
at System.Security.AccessControl.CommonObjectSecurity.ModifyAccess(AccessControlModification modification, AccessRule rule, Boolean& modified)
at System.Security.AccessControl.CommonObjectSecurity.SetAccessRule(AccessRule rule)
at Uhuru.Openshift.Runtime.Utils.LinuxFiles.TakeOwnership(String directory, String windowsUser) in c:\Git\openshift\node\src\openshift-dotnet\Uhuru.Openshift.Node\Utils\LinuxFiles.cs:line 112
at Uhuru.Openshift.Runtime.CartridgeModel.PopulateGearRepo(String cartName, String softwareVersion, String templateGitUrl) in c:\Git\openshift\node\src\openshift-dotnet\Uhuru.Openshift.Node\Model\CartridgeModel.cs:line 405
at Uhuru.Openshift.Runtime.CartridgeModel.Configure(String cartName, String templateGitUrl, String manifest) in c:\Git\openshift\node\src\openshift-dotnet\Uhuru.Openshift.Node\Model\CartridgeModel.cs:line 76
at Uhuru.Openshift.Cmdlets.OO_Configure.Execute() in c:\Git\openshift\node\src\openshift-dotnet\Uhuru.Openshift.Cmdlets\OO_Configure.cs:line 66
Unable to complete the requested operation due to: An invalid exit code (1) was returned from the server NZWLTVOST01. This indicates an unexpected problem during the execution of your request.
Reference ID: 449a9728d7791cc2bec92c34a7f84c6c
The text was updated successfully, but these errors were encountered: