Jump to content
DeployCentral

tonys

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by tonys

  1. Hello,

     

    I'm trying to do an inplace upgrade on a machine from 7 to 10 using the console but I noticed event viewer spit out a log with the following.

    Exception:
    The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.
    
    Server stack trace: 
       at System.ServiceModel.Channels.CommunicationObject.ThrowIfFaulted()
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
       at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at SmartDeploy.ClientServiceWCF.ConsoleServiceWCFReference.IService.Subscribe(String fromName, String callingServiceName, String[] callingServiceHostNameAndIPAddresses, String[] callingServiceMacAddresses, String authenticationKey)
       at SmartDeploy.ClientServiceWCF.ConsoleServiceWCFReference.ServiceClient.Subscribe(String fromName, String callingServiceName, String[] callingServiceHostNameAndIPAddresses, String[] callingServiceMacAddresses, String authenticationKey)
       at SmartDeploy.ClientService.Communication.Listener.Open()

    Not sure if anyone else has seen this or knows of a fix/resolution.

     

     

×
×
  • Create New...