I hope I put this in the correct place.
I have a customer that are using W7 workstations, 2008 R2 server, AD functional level 2008.
Static IP on all computers (Tested with DHCP=
The are developing in Visualstudio and Episerver.
The VPP directory are on share the fileserver that is in the AD.
The are using a AD user called episerver to run the local application pol on the Win 7 computers.
The have tested with other users.
DNS are domain controllers ip and secondary domain controllers IP.
When restart the client we can logon perfectly without any ”trust relationship issues”.
Visual Studio in most cases 2012.
Using TFS for version handling.
The get random this error “The trust relationship between the primary domain and the trusted domain failed.”
Resulting in the have to reboot the devilment workstation, then will it work 20 min to several days until the problem comes back.
It is around 10 developers that have this problem. It is random, some get it all the time some once a week.
Noting comes in server logs.
Local computer logs:
In web browser coms this up:
“The trust relationship between the primary domain and the trusted domain failed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.SystemException: The trust relationship between the primary domain and the trusted domain failed.Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[SystemException: The trust relationship between the primary domain and the trusted domain failed. ] System.Security.Principal.NTAccount.TranslateToSids(IdentityReferenceCollection sourceAccounts, Boolean& someFailed) +1095 System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess) +52 System.Security.Principal.WindowsPrincipal.IsInRole(String role) +176 EPiServer.Web.Hosting.VirtualPathUnifiedProvider.HasFileSystemRights(AuthorizationRuleCollection ruleCollection, FileSystemRights rightsDemand) +176 EPiServer.Web.Hosting.VirtualPathUnifiedProvider.GetAndValidatePhysicalPathBase(String physicalPath) +298 EPiServer.Web.Hosting.VirtualPathVersioningProvider..ctor(String name, NameValueCollection configParameters, IContentLoader contentQueryable, IContentProviderManager pageProviderManager, IPageQuickSearch pageQuickSearch) +399 EPiServer.Web.Hosting.VirtualPathVersioningProvider..ctor(String name, NameValueCollection configParameters) +30 [TargetInvocationException: Exception has been thrown by the target of an invocation.] System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) +0 System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +281 System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) +14429965 System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +200 System.Reflection.Assembly.CreateInstance(String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)+93 EPiServer.Web.Hosting.VirtualPathRegistrationHandler.CreateVirtualPathProviderInstance(ProviderSettings providerSettings) +434 EPiServer.Web.Hosting.VirtualPathRegistrationHandler.RegisterVirtualPathProviders(ProviderSettingsCollection providers) +111 EPiServer.Framework.FrameworkInitialization.Initialize(InitializationEngine context) +237 EPiServer.Framework.Initialization.ModuleNode.Execute(Action a, String key) +64 EPiServer.Framework.Initialization.InitializationEngine.InitializeModules() +719 EPiServer.Framework.Initialization.InitializationEngine.Initialize(HostType hostType) +168 EPiServer.Framework.Initialization.InitializationModule.Initialize(HostType hostType) +285 EPiServer.Framework.Initialization.InitializationModule.FrameworkInitialization(HostType hostType) +104 EPiServer.Framework.Initialization.InitializationModule.Application_BeginRequest(Object sender, EventArgs e) +27 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +165 |
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18055