No application running or profiler agent incompatible error

Questions about YourKit Java Profiler
Locked
blu
Posts: 1
Joined: Wed Aug 19, 2020 3:19 pm

No application running or profiler agent incompatible error

Post by blu »

Hi,

I'm profiling a remote application and an running into

Code: Select all

There's no application running at localhost with profiler agent configured to listen on port 8924 or profiler agent is incompatible with current version of profiler
when I click on any of the start profiling actions (ex: start monitor profiling, start cpu tracing, ...).

I have my remote Java 11 application running on a server with yourkit agent version

Code: Select all

YourKit Java Profiler 2019.8-b110
and an ssh tunnel configured to that port locally.

I can visit https://localhost:8924 and see my Yourkit Profiler Agent Summary.

The weird thing is that after I click a start action (ex: start monitor profiling), I receive the

Code: Select all

No application running or profiler agent incompatible
error, but then I refresh https://localhost:8924 and see that the monitor profiling did indeed start with status=running in the profiling activities section of the summary page.

My local YourKit UI version is 2020.7 b369.

Any help is appreciated in resolving this! Thanks
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Re: No application running or profiler agent incompatible er

Post by Vladimir Kondratyev »

Profiler UI says that it is incompatible with remote agent. You must use agent from version 2020.7 if you use UI from 2020.7.
Locked