首页 新闻 会员 周边

关于xendesktop安装

0
悬赏园豆:20 [待解决问题]

安装xendesktop时出现如下错误,一直被卡在那里,有人知道是怎么回事么?

常: 
    Citrix.Console.Common.ConsoleUIErrorException 与控制器通信时出错。请确认控制器的状态是否为“开”,控制器的 DNS 记录是否正确,Citrix Configuration Service 是否正在控制器上运行,以及所有防火墙是否已配置为允许进行通信。
       在 Citrix.Console.Shared.UI.Dialogs.CcsLocationDialogViewModel.ValidateCcs()
       在 Citrix.Console.Shared.UI.Dialogs.CcsLocationDialogViewModel.OkBackgroundOperation()
       在 Citrix.Console.CommonControls.ProgressDisplay.GenericProgressOperation.PerformOperationInternal()
       在 Citrix.Console.CommonControls.ProgressDisplay.ProgressWindowOperation.PerformOperation()
       在 Citrix.Console.CommonControls.ProgressDisplay.ProgressWindowViewModel.PerformAction(ManualResetEvent operationComplete)
    
    
内部异常: 
    Citrix.Console.Models.CallbackEventArguments.ScriptException 发生通信错误。
       在 Citrix.Console.PowerShellInteraction.XDCommand.EndExecutionAndCheckErrors(ProgressModel progressModel)
       在 Citrix.Console.PowerShellInteraction.XDCommand.EndExecutionAndCheckErrors()
       在 Citrix.Console.PowerShellSdk.HealthMonitor.Scripts.ValidateConfigurationServiceLocationScript.<ExecuteNext>d__1.MoveNext()
       在 Citrix.Console.PowerShellInteraction.PowerShellScript`1.<ExecuteNext>d__9.MoveNext()
       在 Citrix.Console.InteractionCore.ScriptBase.<ExecuteImplementation>d__1.MoveNext()
       在 Citrix.Console.InteractionCore.Scheduler.ExecuteNext(ScriptExecution execution)
    
    
    
    脚本历史记录:
        
        
        2013/4/22 21:40:48
        
        Get-ConfigServiceStatus -AdminAddress 'localhost'
        
        Get-ConfigServiceStatus : An invalid URL was given for the service.  The value given was 'localhost'.
            The reason given was: 位于 http://localhost/Citrix/ConfigurationService 处的 HTTP 服务太忙。
            远程服务器返回错误: (503) 服务器不可用。.
            + CategoryInfo : InvalidOperation: (:) [Get-ConfigServiceStatus], InvalidOperationException
            + FullyQualifiedErrorId : Citrix.XDPowerShell.Status.CommunicationError,Citrix.Configuration.SDK.Commands.GetConfigServiceStatusCommand
        
        
    
    数据错误:
        CommunicationError\nSystem.InvalidOperationException: An invalid URL was given for the service.  The value given was 'localhost'.
            The reason given was: 位于 http://localhost/Citrix/ConfigurationService 处的 HTTP 服务太忙。
            远程服务器返回错误: (503) 服务器不可用。. ---> System.ServiceModel.ServerTooBusyException: 位于 http://localhost/Citrix/ConfigurationService 处的 HTTP 服务太忙。 ---> System.Net.WebException: 远程服务器返回错误: (503) 服务器不可用。
           在 System.Net.HttpWebRequest.GetResponse()
           在 System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
           --- 内部异常堆栈跟踪的结尾 ---
        
        Server stack trace: 
           在 System.ServiceModel.Security.IssuanceTokenProviderBase`1.DoNegotiation(TimeSpan timeout)
           在 System.ServiceModel.Security.SspiNegotiationTokenProvider.OnOpen(TimeSpan timeout)
           在 System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout)
           在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
           在 System.ServiceModel.Security.CommunicationObjectSecurityTokenProvider.Open(TimeSpan timeout)
           在 System.ServiceModel.Security.SecurityUtils.OpenTokenProviderIfRequired(SecurityTokenProvider tokenProvider, TimeSpan timeout)
           在 System.ServiceModel.Security.SymmetricSecurityProtocol.OnOpen(TimeSpan timeout)
           在 System.ServiceModel.Security.WrapperSecurityCommunicationObject.OnOpen(TimeSpan timeout)
           在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
           在 System.ServiceModel.Channels.SecurityChannelFactory`1.ClientSecurityChannel`1.OnOpen(TimeSpan timeout)
           在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
           在 System.ServiceModel.Security.SecuritySessionSecurityTokenProvider.DoOperation(SecuritySessionOperation operation, EndpointAddress target, Uri via, SecurityToken currentToken, TimeSpan timeout)
           在 System.ServiceModel.Security.SecuritySessionSecurityTokenProvider.GetTokenCore(TimeSpan timeout)
           在 System.IdentityModel.Selectors.SecurityTokenProvider.GetToken(TimeSpan timeout)
           在 System.ServiceModel.Security.SecuritySessionClientSettings`1.ClientSecuritySessionChannel.OnOpen(TimeSpan timeout)
           在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
           在 System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
           在 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
           在 System.ServiceModel.Channels.CommunicationObject.Open()
        
        Exception rethrown at [0]: 
           在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
           在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
           在 System.ServiceModel.ICommunicationObject.Open()
           在 Citrix.XDServiceBase.WcfClient.AdminConnection`1.CreateAndOpenChannel()
           在 Citrix.XDServiceBase.WcfClient.AdminConnection`1..ctor(ConnectionSpec cs, String wcfServiceName, Guid serverType, Version requiredVersion, Version firstUnsupportedVersion)
           在 Citrix.Configuration.SDK.Cmdlets.Standard.AdminConnection..ctor(ConnectionSpec cs, Version requiredVersion, Version firstUnsupportedVersion)
           在 Citrix.Configuration.SDK.Cmdlets.Standard.AdminConnection.<>c__DisplayClass3.<GetSDKConnection>b__1(ConnectionSpec cs)
           在 Citrix.XDServiceBase.WcfClient.AdminConnection`1.GetAdminConnection(String serverHostAndPort, Nullable`1 binding, GetStringForCode formatter, Func`2 builder)
           在 Citrix.Configuration.SDK.Cmdlets.Standard.AdminConnection.GetSDKConnection(String serverHostAndPort, Nullable`1 binding, Version requiredVersion, Version firstUnsupportedVersion)
           在 Citrix.Configuration.SDK.Cmdlets.Standard.Connection.GetConnection(String adminConnection, Nullable`1 binding, Version requiredVersion, Version firstUnsupportedVersion)
           在 Citrix.XDSnapInBase.Cmdlets.CommonWCFCmdletBase.OpenConnection()
           --- 内部异常堆栈跟踪的结尾 ---
           在 System.Management.Automation.MshCommandRuntime.ThrowTerminatingError(ErrorRecord errorRecord)
    
wangshijun的主页 wangshijun | 初学一级 | 园豆:182
提问于:2013-04-22 21:54
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册