java - WildFly 9 中新的缺失/不满足的依赖项错误

标签 java configuration ejb wildfly

我正在从 Jboss7 迁移到 WildFly 9。

启动 WildFly 9 时出现以下错误。我正在从部署了应用程序的 eclipse 启动服务器。

同样的应用程序在 Jboss7 中启动没有问题

 WFLYCTL0184:    New missing/unsatisfied dependencies:
       service jboss.remoting.endpoint.subsystem.outbound-connection.remote-ejb-connection (missing) dependents: [service jboss.ejb3.dd-based-ejb-client-context."test.war".internal-remoting-profile] 



 10:18:43,087 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 9.0.1.Final (WildFly Core 1.0.1.Final) started (with errors) in 30273ms - Started 338 of 513 services (4 services failed or missing dependencies, 220 services are lazy, passive or on-demand)


 WFLYCTL0184:    New missing/unsatisfied dependencies:
       service jboss.ejb3.dd-based-ejb-client-context."test.war" (missing) dependents: [service jboss.deployment.unit."test.war".ejb3.client-context.registration-service, service jboss.deployment.unit."test.war".INSTALL] 
       service jboss.ejb3.dd-based-ejb-client-context."test.war".internal-remoting-profile (missing) dependents: [service jboss.ejb3.dd-based-ejb-client-context."test.war"] 
       service jboss.naming.context.java.app.test(missing) dependents: [service jboss.deployment.unit."test.war".INSTALL] 
       service jboss.naming.context.java.module.test.test(missing) dependents: [service jboss.deployment.unit."test.war".INSTALL] 

我在这里检查了一些类似的问题,但似乎都没有答案。谁能帮我解决这个问题。

我是不是漏掉了一些配置

最佳答案

我错过了 standalone.xml 中的出站连接标记,一旦我添加了带有必要数据的标记,错误就消失了。

关于java - WildFly 9 中新的缺失/不满足的依赖项错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31979946/

相关文章:

android - Activity的后台线程和配置更改

安卓应用配置

ejb - 如何解决启动 TomEE 1.6.0 plus 时出现 'Api type [java.util.Set] is not found with the qualifiers' 错误?

java - 使用 JNDI 加载 NamingException Bean

ejb - 在 JavaEE 6 for ejb 中需要 application.xml

java - 如何在不创建新对象的情况下更改对象的类?

java - SetContentView 参数显示错误

grails - 从环境变量将grails配置外部化为多个属性文件

java - Play Framework 1 : tag to include javascript file only once

java - 如何更正使用 Portal 在 WAS 上调用 Web 服务时出现的错误 'java.util.zip.ZipException: error in opening zip file'