Building targets with Elasticsearch on the server

This forum is for all Flare related Tips and Tricks.
Have a tip or trick you use while working in Flare? Share it here.
Post Reply
jaku
Jr. Propeller Head
Posts: 1
Joined: Mon Sep 21, 2015 6:31 am

Building targets with Elasticsearch on the server

Post by jaku »

Hi,

I've encountered this error in mclog while building our targets with Elasticsearch on our server:
Build failed: There was no endpoint listening at net.pipe://localhost/ProcessManager/Service that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
The problem is caused by madprocess.exe running under another user account:

Image

So, on a server with more user accounts which build targets with Ealsticsearch is important after the build to always kill this process:

Code: Select all

taskkill /F /IM madprocess.exe
Jan
Post Reply