Hi all,
I was trying to create a package using package and deploy tool and getting below error. My environment has a single standalone server. I have checked if ports 5555 and 5252 are being used by any other process and they are being used only by K2 Host service. Any help?
"Error Receiving Buffer:An existing connection was forcibly closed by the remote host"
Details:
SourceCode.Hosting.Exceptions.APICommunicationException: Error Receiving Buffer:An existing connection was forcibly closed by the remote host ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.Receive(Byte(] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at SourceCode.Hosting.Client.BaseAPI.SocketBaseAPIConnection.OnReceiveBuffer(Byte(]& recvBuff)
at SourceCode.Hosting.Client.BaseAPI.BaseAPIConnectionBroker.OnReceiveBuffer(Byte(]& recvBuff)
at SourceCode.Hosting.Client.BaseAPI.BaseAPIConnection.ReceiveData(ValueType& hd)
--- End of inner exception stack trace ---
at SourceCode.Hosting.Client.BaseAPI.BaseAPIConnection.ReceiveData(ValueType& hd)
at SourceCode.Hosting.Client.BaseAPI.BaseAPIConnection.RemoteCall(String TypeName, String MethodName, Objectb] Parameters, Booleano] NullList, MarshalMessageType CallType)
at SourceCode.Deployment.Management.ClientSession.OnRemoteGetItem(GetItemOptions options)
at SourceCode.ComponentModel.CachedQueryContext.GetItemInternal(GetItemOptions options)
at SourceCode.ComponentModel.CachedQueryContext.GetItem(GetItemOptions options)
at SourceCode.Deployment.Management.Session.OnGetItem(GetItemOptions options)
at SourceCode.Management.Controls.AddItemViewComplexTypeNodeRef.OnActivate()
at SourceCode.Management.Controls.ViewModelNode.Activate()
at SourceCode.Management.Controls.ViewModelNode.ViewModelNodeCollection.InsertItem(Int32 index, ViewModelNode item)
at SourceCode.Management.Controls.AddItemViewComplexTypeNode.OnExpand()
at SourceCode.Management.Controls.ViewModelNode.Expand()
at SourceCode.Management.Controls.AddItemViewCategoryNodeRef.OnExpand()
at SourceCode.Management.Controls.ViewModelNode.Expand()
at SourceCode.Management.Controls.AddItemViewRootNode.OnExpand()
at SourceCode.Management.Controls.ViewModelNode.Expand()
at SourceCode.Management.Controls.AddItemView.<GetChildren>d__15.MoveNext()
Thanks,
Pradeep