我无法成功连接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连接出现问题吗?