2010-09-23 6 views
2

Я пытаюсь запустить JProfiler 6 в удаленном режиме и получить следующее сообщение об ошибке:JProfiler Assertion удалось

JProfiler> Protocol version 28 
JProfiler> Using JVMTI 
JProfiler> JVMTI version 1.1 detected. 
JProfiler> 64-bit library 
JProfiler> Listening on port: 8849. 
JProfiler> Instrumenting native methods. 
JProfiler> Can retransform classes. 
JProfiler> Native library initialized 
JProfiler> VM initialized 
JProfiler> Waiting for a connection from the JProfiler GUI ... 
JProfiler> Using dynamic instrumentation 
JProfiler> Time measurement: elapsed time 
JProfiler> CPU profiling enabled 
Assertion failed: (agentClassLocal), function initReferences, file /Users/hannes/buildsys/jprofiler/build/src/c/agent/shared/LiveProfilingSession.cpp, line 95. 

Может кто-то пожалуйста объяснить, что они из и как их исправить?

Спасибо!

+0

Я получаю очень похожие ошибки при установке JProfiler 6.2.2 или 6.2.3 на x64 поле Linux с 64-битным Sun Hotspot JVM: java: /home/hannes/buildsys/jprofiler/build/src/c/agent/shared/LiveProfilingSession.cpp:102: void LiveProfiling :: initReferences (JNIEnv *): утверждение 'controllerClassLocal 'не выполнено. - Вы когда-нибудь находили разрешение на это? –

ответ

1

Вы упускаете ссылку на agent.jar:

-Xbootclasspath/p:/opt/jprofiler/bin/agent.jar 
Смежные вопросы