Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4999 Discussions

jrockit illegal memory access, [54]

david_l_shoresnasa_g
519 Views
Hi, I am evaluating vtune 9.1 on linux 64 bit. I know I am running on a non-supported platform, Red Hat Enterprise 5.3 64 bit. Vtune seems to run fine; but when I try to view the modules or hotspots I get an error from jrockit. I searched the archives and found mention of this from last year but did not see a resolution. Is there a fix for this problem?
0 Kudos
4 Replies
TimP
Honored Contributor III
519 Views
Hi, I am evaluating vtune 9.1 on linux 64 bit. I know I am running on a non-supported platform, Red Hat Enterprise 5.3 64 bit. Vtune seems to run fine; but when I try to view the modules or hotspots I get an error from jrockit. I searched the archives and found mention of this from last year but did not see a resolution. Is there a fix for this problem?
If someone did report this issue as suggested, one would wish they had included the initial forum URL with a suggestion that any progress be reported there.
RH 5.3 is not likely to be any different from earlier RH 5 versions in this respect, so the newness of your installation should not dissuade you from seeking support.
Meanwhile, in case your jre is involved, do you see
>java -version
java version "1.6.0_10"
Java SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot 64-Bit Server VM (build 11.0-b15, mixed mode

If you don't have Sun java, or it is an older version than this, or doesn't report 64-Bit, you should install this version from sun.com. It is OK for Sun jre 1.5 (required by certain applications) to coexist with 1.6. I think Sun refers to these versions as 5 and 6 sometimes. In my experience, any older versions should be removed entirely. I wish the Intel tools gave better documentation about which jre versions are required. I have filed support issues on this and been turned down.

The jre version is the only difficulty I encountered with current VTune and PTU on RH 5.2.
0 Kudos
Peter_W_Intel
Employee
519 Views
Additional comments:
1. Suggest to read Release Notes to know supported JREs
2. After downloading/installing supported JRE, use "export OTHER_JVM_BINDIR=Your JVM/bin directory"
3. Run vtlec

Best Regards, Peter
0 Kudos
TimP
Honored Contributor III
519 Views
1. Suggest to read Release Notes to know supported JREs
Peter,
An important point is that the release notes have erroneous information about supported JRE, and we have been told this will not be corrected.
0 Kudos
david_l_shoresnasa_g
519 Views
Hi, I am evaluating vtune 9.1 on linux 64 bit. I know I am running on a non-supported platform, Red Hat Enterprise 5.3 64 bit. Vtune seems to run fine; but when I try to view the modules or hotspots I get an error from jrockit. I searched the archives and found mention of this from last year but did not see a resolution. Is there a fix for this problem?

Thanks for all the help! Once my java was pointing to the correct version, 1.6, it works fine. I admit I didn't check the supported jre versions; I was just assuming it was something in jrockit.
0 Kudos
Reply