Profiler UI doesn't open

Questions about YourKit .NET Profiler
Post Reply
Calandale
Posts: 6
Joined: Thu Oct 30, 2008 2:14 pm

Profiler UI doesn't open

Post by Calandale »

I played with this a little earlier, when I was first given a license by my company,
but didn't have time to really use it how I wished.

now that I have time, and have upgraded to the newest fix,
I'm not seeing the application open at all.
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Re: Profiler UI doesn't open

Post by Vladimir Kondratyev »

1) Do you have .NET framework installed?

2) Please open command prompt, go to profiler installation directory (usually "C:\Program Files\YourKit Profiler 3.0.8 for .NET") and run the following command: ".\jre\bin\java.exe -jar .\lib\yjp.jar". Does it fix the problem? What is the output in console?
Calandale
Posts: 6
Joined: Thu Oct 30, 2008 2:14 pm

Re: Profiler UI doesn't open

Post by Calandale »

It runs the profiler.

The output is:

C:\Program Files\YourKit Profiler 3.0.8 for .NET>.\jre\bin\java.exe -jar .\lib\y
jp.jar
Picked up JAVA_TOOL_OPTIONS: -agentlib:jvmhook
Picked up _JAVA_OPTIONS: -Xrunjvmhook -Xbootclasspath/a:C:\PROGRA~1\HP\QUICKT~1\
bin\JAVA_S~1\classes;C:\PROGRA~1\HP\QUICKT~1\bin\JAVA_S~1\classes\jasmine.jar
Loading HP QuickTest Professional Java Support (version 9.5.2194.0) (SUN 1.6.0_1
2)


Guessing the HP stuff is conflicting. It's done so with other tools.
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Re: Profiler UI doesn't open

Post by Vladimir Kondratyev »

Yes, it seems that HP jvmhook is the cause of the problem. Please try to remove jvmhook from JAVA_TOOL_OPTIONS and _JAVA_OPTIONS environment variable. It should fix the problem with profiler startup.
Calandale
Posts: 6
Joined: Thu Oct 30, 2008 2:14 pm

Re: Profiler UI doesn't open

Post by Calandale »

Thanks.
Post Reply