【发布时间】:2013-10-28 15:28:47
【问题描述】:
我正在尝试使用 glassfish 服务器 3.1 在 netbeans 7.2.1 中调试 Web 应用程序。之前的调试工作正常。
但 Netbeans 调试器突然开始打印此消息:
Thread admin-thread-pool-4848(2) stopped at Class.java.getDeclaredConstructors0.
调试器停在该行,就好像那里有一个断点一样,也停在这一行:
res = Reflection.filterFields(this, getDeclaredFields0(publicOnly));
in method private Field[] privateGetDeclaredFields(boolean publicOnly)
如果我按下按钮继续,它会在同一点再次停止几次,并且部署会持续很长时间,直到它失败并显示消息
Deployment error: Deployment timeout has exceeded.
我知道信息不多,但也许有人暗示它可能与什么有关?
【问题讨论】:
-
我前段时间遇到了同样的问题(SpringSource + tomcat7),解决方案是清理所有断点“运行->删除所有断点...”