我有一个使用Vertx 2的Java程序,当我运行它时,我收到一条消息:
% vertx run -cluster com.abc.prep.manager.PrepStartup -cp ./build/libs/Operational-all-1.0.jar -conf safe.conf
Starting clustering...
No cluster-host specified so using address 172.17.0.1
[Fatal Error] :6:3: The element type "hr" must be terminated by the matching end-tag "</hr>".
Prep Starting up!
Succeeded in deploying verticle
我无法弄清楚那些&#39; [致命错误]&#39;消息来自。如果有人知道vertx正在做什么(因为我认为它来自那里),那就太棒了。
但我真正的问题是:我如何找出谁在打印?什么类在哪个罐子里?我似乎无法在System.out或System.err中设置断点来捕获它(我使用的是Intellij)。我可以覆盖(全部)输出以便打印堆栈跟踪吗?
答案 0 :(得分:1)
你如何找到谁在打印?我不能说Vertx 2的具体细节,但我必须追查大量的神秘错误。这是我的一般模式,尽可能适用于你的: