DSoftStudio Mediator

← Back to Troubleshooting

Server startup failed

Symptom

The Pipeline Explorer view shows an error, or stays on Starting server… and never loads. Pipeline Explorer runs a small bundled background server for handler discovery and profiling; when it can’t start, the tree and profiler stay unavailable.

Work through the causes below in order.


1. Antivirus or endpoint protection quarantined the server

Security products sometimes quarantine freshly-installed binaries before they are widely trusted. If the bundled server file is removed or blocked from running, the extension can’t launch it.

Check

Open the extension’s installation folder and confirm the server files are present:

If the server files are missing right after a successful install, quarantine is the likely cause.

Fix


2. The server can’t run on your platform

The bundled server is a native binary matched to your operating system and CPU architecture. If it won’t start and you’re on an uncommon platform, capture the output (see Capturing logs below) so we can help.


3. A leftover server process or stale lock

Pipeline Explorer keeps a single background server per machine and tracks it with a lock. If a previous session left a server running, or the lock points at a process that is no longer alive, the new session can fail to connect.

Fix


4. Very old Linux system libraries

On Linux, the server needs reasonably current system libraries. Very old distributions may not have them, and the server exits immediately on launch.

Fix

On Windows and macOS this is rarely an issue.


Capturing logs

If you want to look closer or report the problem, capture the full output:

Reload the IDE so the log captures startup from the beginning, reproduce the failure, then copy the Mediator output. You can open an issue with that output plus your IDE and extension version — no project source is needed.


← Back to Troubleshooting