Skip to content

Instantly share code, notes, and snippets.

@lwiechec
Created January 15, 2018 10:14
Show Gist options
  • Save lwiechec/271784ef5475239c90334392d5b424c2 to your computer and use it in GitHub Desktop.
Save lwiechec/271784ef5475239c90334392d5b424c2 to your computer and use it in GitHub Desktop.
NUnit Console run on Windows
1) Error : NCIA.CCIF.CSDQuery.ClientServiceLibrary.CSDQueryHelperTest.GetCapabilitiesTest
System.ServiceModel.EndpointNotFoundException : There was no endpoint listening at http://csd-query-service.docker-cdte.
nu.majiic2/CSDQueryService that could accept the message. This is often caused by an incorrect address or SOAP action. S
ee InnerException, if present, for more details.
----> System.Net.WebException : The remote name could not be resolved: 'csd-query-service.docker-cdte.nu.majiic2'
Server stack trace:
at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout)
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message messag
e, TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, O
bject[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntim
e 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 NCIA.CCIF.CSDQuery.ClientServiceLibrary.ServiceReference.QueryInterface.getCapabilities(getCapabilitiesRequest req
uest)
at NCIA.CCIF.CSDQuery.ClientServiceLibrary.ServiceReference.QueryInterfaceClient.NCIA.CCIF.CSDQuery.ClientServiceLibr
ary.ServiceReference.QueryInterface.getCapabilities(getCapabilitiesRequest request)
at NCIA.CCIF.CSDQuery.ClientServiceLibrary.ServiceReference.QueryInterfaceClient.getCapabilities(SecurityHeaderType S
ecurity, getCapabilities getCapabilities1)
at NCIA.CCIF.CSDQuery.ClientServiceLibrary.CSDQueryHelper.GetCapabilities()
at NCIA.CCIF.CSDQuery.ClientServiceLibrary.CSDQueryHelperTest.GetCapabilitiesTest()
--WebException
at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
at System.Net.HttpWebRequest.GetRequestStream()
at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
2) Error : NCIA.CCIF.CSDQuery.ClientServiceLibrary.CSDQueryHelperTest.GetHitCountTest
System.ServiceModel.EndpointNotFoundException : There was no endpoint listening at http://csd-query-service.docker-cdte.
nu.majiic/CSDQueryService that could accept the message. This is often caused by an incorrect address or SOAP action. Se
e InnerException, if present, for more details.
----> System.Net.WebException : Unable to connect to the remote server
----> System.Net.Sockets.SocketException : No connection could be made because the target machine actively refused it
192.168.74.18:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment