]
Marek Kopecky updated WFCORE-4597:
----------------------------------
Priority: Blocker (was: Major)
Intermittent failures deploying an application with Class-Path
pointing to an external jar file
-----------------------------------------------------------------------------------------------
Key: WFCORE-4597
URL:
https://issues.jboss.org/browse/WFCORE-4597
Project: WildFly Core
Issue Type: Bug
Components: Modules
Reporter: Yeray Borges
Assignee: Yeray Borges
Priority: Blocker
Attachments: reproducer-WFCORE-4597.zip
The deployment of an application which is using an external library configured via
Class-Path manifest attribute could fail with the following error:
{noformat}
13:58:32,347 ERROR [org.jboss.as.controller.management-operation] (Controller Boot
Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("core-service" => "management"),
("security-realm" => "ManagementRealm")
]) - failure description: "WFLYCTL0441: Operation has resulted in failed or missing
services
WFLYCTL0184: New missing/unsatisfied dependencies:
service
module.resolved.service.\"deployment.web-app-classpath-1.0.war\".main (missing)
dependents: [service
jboss.module.service.\"deployment.web-app-classpath-1.0.war\".main]
WFLYCTL0448: 1 additional services are down due to their dependencies being missing or
failed"
{noformat}
Follow up the steps to reproduce