【问题标题】:Wildfly not starting in debug mode with weld deployment stuck, but run mode is normalWildfly 未在调试模式下启动,焊接部署卡住,但运行模式正常
【发布时间】:2022-01-04 19:42:50
【问题描述】:

在运行模式下使用 Eclipse 启动 Wildfly 19 时,它会毫无问题地部署和启动。

当我以调试模式启动它时,它会启动然后停止,仍处于部署阶段。 日志总是这样结束的:

2022-01-04 20:34:54,531 INFO  [be2aq664] [MSC service thread 1-3:] [org.jboss.weld.deployer] WFLYWELD0003: Processing weld deployment com.xxx.jee.plugins.jar
2022-01-04 20:34:54,581 INFO  [be2aq664] [MSC service thread 1-2:] [org.jboss.weld.deployer] WFLYWELD0003: Processing weld deployment com.xxx.jee.reporting.web.war
2022-01-04 20:34:54,583 INFO  [be2aq664] [MSC service thread 1-8:] [org.jboss.weld.deployer] WFLYWELD0003: Processing weld deployment com.xxx.jee.services.facade.jar
2022-01-04 20:34:54,680 INFO  [be2aq664] [MSC service thread 1-8:] [org.jboss.weld.deployer] WFLYWELD0003: Processing weld deployment com.xxx.jee.pvmt.web.war
2022-01-04 20:34:54,763 INFO  [be2aq664] [MSC service thread 1-4:] [org.jboss.weld.deployer] WFLYWELD0003: Processing weld deployment com.xxx.jee.business.jar
2022-01-04 20:34:54,798 INFO  [be2aq664] [MSC service thread 1-1:] [org.jboss.weld.deployer] WFLYWELD0003: Processing weld deployment com.xxx.jee.importer.jar
2022-01-04 20:34:54,799 INFO  [be2aq664] [MSC service thread 1-4:] [org.jboss.weld.deployer] WFLYWELD0003: Processing weld deployment com.xxx.jee.remoting.web.war
2022-01-04 20:34:54,816 INFO  [be2aq664] [MSC service thread 1-1:] [org.jboss.weld.deployer] WFLYWELD0003: Processing weld deployment com.xxx.jee.plugins.tmd.jar
2022-01-04 20:34:54,937 INFO  [be2aq664] [MSC service thread 1-1:] [org.jboss.weld.deployer] WFLYWELD0003: Processing weld deployment com.xxx.jee.exporter.jar
2022-01-04 20:35:05,007 INFO  [be2aq664] [MSC service thread 1-6:] [io.jaegertracing.internal.JaegerTracer] No shutdown hook registered: Please call close() manually on application shutdown.
2022-01-04 20:35:04,984 INFO  [be2aq664] [MSC service thread 1-5:] [io.jaegertracing.internal.JaegerTracer] No shutdown hook registered: Please call close() manually on application shutdown.
2022-01-04 20:35:05,151 INFO  [be2aq664] [MSC service thread 1-2:] [io.jaegertracing.internal.JaegerTracer] No shutdown hook registered: Please call close() manually on application shutdown.
2022-01-04 20:36:15,801 INFO  [be2aq664] [MSC service thread 1-1:] [org.jboss.weld.deployer] WFLYWELD0003: Processing weld deployment com.xxx.jee.utils.jar
2022-01-04 20:36:40,168 INFO  [be2aq664] [MSC service thread 1-6:] [org.jboss.weld.deployer] WFLYWELD0003: Processing weld deployment com.xxx.jee.services.web.war

然后日志在服务器关闭时结束。我应该去哪里看?

【问题讨论】:

    标签: deployment wildfly jboss-weld


    【解决方案1】:

    eclipse 中的“跳过所有断点”被禁用。一旦我将它设置为跳过所有断点,它就被解决了。

    【讨论】:

      猜你喜欢
      • 2023-03-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-03-01
      • 1970-01-01
      • 2014-12-09
      • 1970-01-01
      相关资源
      最近更新 更多