This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 89070 - Calibrate failure: Failed to obtain JVMTI capabilities
Summary: Calibrate failure: Failed to obtain JVMTI capabilities
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All Solaris
: P1 blocker (vote)
Assignee: issues@profiler
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-11-09 21:48 UTC by jchristi
Modified: 2007-09-07 17:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jchristi 2006-11-09 21:48:13 UTC
Got this when attempting to calibrate on Solaris 9
# uname -a
SunOS xxxxx.xxxx.com 5.9 Generic_118558-23 sun4u sparc SUNW,Sun-Fire-V240
# ./calibrate.sh
Profiler Agent: JNI On Load Initializing...
Profiler Agent Error: Failed to obtain JVMTI capabilities, error code: 98
Assertion failed: res == JVMTI_ERROR_NONE, file ../src-jdk15/common_functions.c,
line 66
Abort - core dumped
# which java
/jdk1.5.0_09/bin/java
# echo $JAVA_HOME
/jdk1.5.0_09
Comment 1 jchristi 2006-11-09 21:54:35 UTC
5.5 calibrate succeeded fine in same environment.
Comment 2 Tomas Hurka 2006-11-10 06:51:20 UTC
Which milestone are you using?
Comment 3 Tomas Hurka 2006-11-10 08:39:19 UTC
I can reproduce it with M4.

It is already fixed in trunk.
Comment 4 Tomas Hurka 2006-11-10 15:47:40 UTC
Solaris only bug.
Comment 5 Alexander Kouznetsov 2007-09-07 17:09:09 UTC
Verified with
bash-2.05$ uname -a
SunOS xxxxxx 5.9 Generic_117171-07 sun4u sparc SUNW,Ultra-5_10
bash-2.05$ java -version
java version "1.5.0_12"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, sharing)