Application is crashed during startup with yourkit agent

Questions about YourKit Java Profiler
Post Reply
avinogradov
Posts: 3
Joined: Wed Oct 03, 2018 7:08 am

Application is crashed during startup with yourkit agent

Post by avinogradov »

I've started my application with the following parameters:

Code: Select all

-server -agentpath:/usr/local/YourKit-JavaProfiler-2018.04/bin/linux-x86-64/libyjpagent.so=port=$yourKitPort,listen=all,disabletracing,disablealloc,probe_disable=* -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/dumps/java_${name.value}.hprof -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.local.only=false -Dcom.sun.management.jmxremote.port=9998 -Dcom.sun.management.jmxremote.rmi.port=9998 -Djava.rmi.server.hostname=127.0.0.1 -XX:InitialRAMPercentage=80 -XX:MaxRAMPercentage=80
but got an error:

Code: Select all

agentinit core.init() returned false
What is it mean?
avinogradov
Posts: 3
Joined: Wed Oct 03, 2018 7:08 am

Re: Application is crashed during startup with yourkit agent

Post by avinogradov »

BTW, my application is executed in docker environment
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Application is crashed during startup with yourkit agent

Post by Anton Katilin »

Could you please provide the entire log file. If you can't share it in the forum, please send it attached to [email protected]
avinogradov
Posts: 3
Joined: Wed Oct 03, 2018 7:08 am

Re: Application is crashed during startup with yourkit agent

Post by avinogradov »

Sent
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Application is crashed during startup with yourkit agent

Post by Anton Katilin »

We answered your email.
Post Reply