Connecting Yourkit to IBM Domino does not work

Questions about YourKit Java Profiler
Post Reply
boni
Posts: 2
Joined: Thu Oct 19, 2017 7:00 am

Connecting Yourkit to IBM Domino does not work

Post by boni »

Hello,

I try to connect Yourkit to my domino server.

What I done is the following steps:

1. Tools> Inbtergrate with Standalaone Java EE Server > Generic Server (use if your server is not on the list)
2. added the local ip adres with port 10001 and built in probes disabled, so i eventually got something this:
disablestacktelemetry,exceptions=disable,delay=10000,probe_disable=*,listen=10.10.20.10:10001
3. Next, copied 32 bit to clipboard.
4. Created new notepad txt file and added the agentpath text and saved the txt in to C:\Lotus\Domino\yourkitoptionsfile.txt
5. executed server command Set Config JavaOptionsFile=C:\Lotus\Domino\yourkitoptionsfile.txt
6. tell http restart
7. Connect to remote application
8. filled in the local ip address

Got this error: There's no application running at 10.10.28.30 with profiler agent confiugured to listen on port 10001

What to do ??
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Connecting Yourkit to IBM Domino does not work

Post by Anton Katilin »

Hi,

Please clarify: does your server run on another machine?

Please check these troubleshooting instructions:
https://www.yourkit.com/docs/java/help/ ... leshooting

Please try first not to specify "listen=10.10.20.10:10001". Instead let the port and network adapter be chosen automatically. After that check, as the troubleshooting instructions suggest, that the agent is loaded, i.e. check the presence of the agent log file and try opening "10.10.20.10:10001" in the web browser.

Best regards,
Anton
boni
Posts: 2
Joined: Thu Oct 19, 2017 7:00 am

Re: Connecting Yourkit to IBM Domino does not work

Post by boni »

Thanks for you reply.

I changed it to:
-agentpath:C:\ProgramData\YourKit\2017.02.66.533F3022\32\yjpagent.dll=disablestacktelemetry,exceptions=disable,delay=10000,probe_disable=*

so i removed the ip and port.

but still not working.
as the troubleshooting instructions suggest, that the agent is loaded, i.e. check the presence of the agent log file and try opening "10.10.20.10:10001" in the web browser.
How do I check the presence of the agent log file?
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Connecting Yourkit to IBM Domino does not work

Post by Anton Katilin »

The profiler agent log file is <user home>/.yjp/log/<session name>-<pid>.log
Post Reply