I recently setup SharePoint 2013 Development environment on a VM with complete farm install on a same machine. I configured setup using configuration wizard and added some documents to the root site. As soon as I searched it gave Some Error Occured message.
On checking error logs, I found that it gave message:
Ims::ExecuteError
occured: System.ServiceModel.EndpointNotFoundException: There was no endpoint listening
at
net.tcp://<machine name>/6A7919/QueryProcessingComponent1/ImsQueryInternal that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. Server stack trace:
at
System.ServiceModel.Channels.ConnectionUpgradeHelper.DecodeFramingFault(ClientFramingDecoder decoder, IConnection connection, Uri via, String contentType, TimeoutHelper& timeoutHelper)
.
Then it had:
w3wp.exe:
Query processing component net.tcp://<server ip address>/QueryProcessingComponent1/ImsQueryInternal changes its status to Failed.
w3wp.exe:
All query processing components are in Failed status.


