Я собираюсь обновить wildfly с версии 9.0.1 до последней версии 16.
Но при развертывании моих файлов с ушами появляется ошибка, показанная ниже.
Кто-нибудь может подсказать, как решить эту проблему?
Я собираю уши с помощью jdk-11.
ОШИБКА:
{
\ "WFLYCTL0412: Required services that are not installed:\" => [
\"jboss.deployment.unit.\\\"awom-ear.ear\\\".beanmanager\",
\"jboss.deployment.subunit.\\\"awom-ear.ear\\\".\\\"awom-
web.war\\\".beanmanager\",
\"jboss.deployment.unit.\\\"awom-ear.ear\\\".WeldStartService\"
],
\"WFLYCTL0180: Services with missing/unavailable dependencies\" => [
\"jboss.deployment.subunit.\\\"awom-ear.ear\\\".\\\"awom-web.war\\\".batch.artifact.factory is missing [jboss.deployment.subunit.\\\"awom-ear.ear\\\".\\\"awom-web.war\\\".beanmanager]\",
\"jboss.deployment.subunit.\\\"awom-ear.ear\\\".\\\"awom-web.war\\\".weld.weldClassIntrospector is missing [jboss.deployment.unit.\\\"awom-ear.ear\\\".WeldStartService, jboss.deployment.subunit.\\\"awom-ear.ear\\\".\\\"awom-web.war\\\".beanmanager]\",
\"jboss.deployment.unit.\\\"awom-ear.ear\\\".weld.weldClassIntrospector is missing [jboss.deployment.unit.\\\"awom-ear.ear\\\".WeldStartService, jboss.deployment.unit.\\\"awom-ear.ear\\\".beanmanager]\"
]
}