Issue with Probes

Questions about YourKit Java Profiler
Post Reply
tarunnurat
Posts: 1
Joined: Tue Mar 06, 2018 11:27 am

Issue with Probes

Post by tarunnurat »

Hi. I've connected to a remote Tomcat application through the YJP UI. However, I can't seem to get any probes to show up when I press "Manage Probes" under the Events tab. The list is simply blank.

I put the following lines in my Tomcat's startup.sh file to enable probes -

JAVA_OPTS="-agentpath:/opt/yjp/bin/linux-x86-64/libyjpagent.so=disablestacktelemetry,delay=10000,probe_on=*,sessionname=Tomcat $JAVA_OPTS"
export JAVA_OPTS

Does anything else need to be done to enable probes? Should I move the 'probes' folder to a specfici location or something?

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

Re: Issue with Probes

Post by Anton Katilin »

Please contact [email protected] and provide og files from <user home>/.yjp/log
Post Reply