JProfiler 7.2.2 に正常に接続できません。
私のアプリケーションでは、Linux ボックスで使用されるインストルメント化されたスタートアップ コードがあります。-agentpath:/opt/jprofiler7/bin/linux-x64/libjprofilerti.so=port=8849,nowait
スタートアップコードに追加しました。
起動ログに次の詳細が表示されます。
JProfiler> VM initialized
JProfiler> Hotspot compiler enabled
JProfiler> WARNING: Dangerous VM parameters detected: [-XX:+UseConcMarkSweepGC]
JProfiler> The profiling interface of the JVM might crash for certain operations
Setting system properties.
[MySystemClassLoader@4506411] warning javax.* types are not being woven because the weaver option '-Xset:weaveJavaxPackages=true' has not been specified
Starting MyApp
しかし、Windows PC からリモート クライアントから接続すると、しばらくハングしてタイムアウトします。
また、以下のパラメーターが起動パラメーターに存在します。
-Xmx4096m \
-XX:PermSize=512m \
-XX:MaxPermSize=512m \
-XX:+HeapDumpOnOutOfMemoryError \
-XX:HeapDumpPath=/opt/CSCOlumos/crash \
-XX:ThreadStackSize=256 \
-XX:+UseConcMarkSweepGC \
-XX:ParallelGCThreads=5 \
-XX:NewRatio=2
これらのパラメーターのいずれかが JProfiler 接続の問題を引き起こす可能性はありますか?