Jboss 7.0 version default deployment failed

Viewed 15

Tired to deploy a war with spring boot 2.6.6 war file in jboss 7.4.1 version using gradle as build tool with default configurations and getting the below

ot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ["deployment" = > "SpringWar.war")]) failure description: "WFLYCTL0080: Failed services" => "jboss.deployment.unit."SpringWar.war".undertow-deployment" => "java.lang.NoSu chFieldError: EMPTY_BYTE_ARRAY

Caused by: java.lang.NoSuchFieldError: EMPTY BYTE_ARRAY">} 06:17:40,670 INFO [org.jboss.as.server] <ServerService Thread Pool 42) WFLYS RU8018: Deployed "SpringWar.war" (runtime-name: "SpringWar.war">

06:17:48,680 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL018 3: Service status report WFLYCTL0186: Services which failed to start: service jboss.deployment.uni

t."SpringWar.war".undertow-deployment: java.lang.NoSuchFieldError: EMPTY BYTE_AR

RAY WFLYCTL0448: 1 additional services are down due to their dependencies being miss ing or failed

06:17:40,802 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRU8212: R esuning server

06:17:40,809 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRU0026: JBoss EA P 7.4.0.GA (WildFly Core 15.0.2.Final-redhat-00001) started (with errors) in 238 06ms Started 531 of 737 services (3 services failed or missing dependencies, 3 48 services are lazy, passive or on-demand)

06:17:40,819 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http man agement interface listening on http://127.0.0.1:9990/management 06:17:40,822 INFO [org.jboss.as) (Controller Boot Thread) WFLYSRUBOS: Admin co nsole listening on http://127.0.0.1:9990

0 Answers
Related