2010-09-23 4 views
2

Je suis en train de lancer JProfiler 6 en mode distant et obtenir l'erreur suivante: quelqu'unJProfiler Assertion échoué

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. 

peut expliquer ce qu'ils s'il vous plaît sont et comment les corriger?

Merci!

+0

J'obtiens une erreur très similaire lors de l'installation JProfiler 6.2.2 ou 6.2.3 sur une boîte Linux x64 64 bits Sun JVM Hotspot: java: /home/hannes/buildsys/jprofiler/build/src/c/agent/shared/LiveProfilingSession.cpp:102: void LiveProfiling :: initReferences (JNIEnv *): L'assertion 'controllerClassLocal 'a échoué. - Avez-vous déjà trouvé une solution à ce problème? –

Répondre

1

vous manquez la référence à agent.jar:

-Xbootclasspath/p:/opt/jprofiler/bin/agent.jar 
Questions connexes