我想在tomcat上配置应用服务器,并且还可以使用命令行访问它!
所以我首先使用 JProfiler GUI 连接到它,甚至用它做了一些分析,它工作正常。
现在没有分离探查器我使用jpcontoroller.exe
没有任何参数,它找到了profiled jvm并尝试连接到它但它无法连接。这是输出:
Connecting to org.apache.catalina.startup.Bootstrap start [3956] ...
Starting JMX management agent ...
JProfiler MBean not found. Waiting for 20 seconds.
....................
ERROR: The JProfiler MBean was not registered in the profiled JVM
Maybe the JVM has been started with the "nowait" option and has never been
connected to by a JProfiler GUI
它终于无法连接!
在使用GUI进行分析时会发生这种情况!所以它肯定是连接的。任何身体都能帮忙吗?请注意,同样的方案适用于 hello world java程序!甚至在另一个地方的tomcat但不在这里!
我不知道为什么!有什么我应该检查的吗?我已经尝试用JProfiler
本身启动tomcat,但它没有帮助!