I have completed the JBoss migration successfully. But while Im trying to up qthe server using standalone.bat file from bin folder, few of my .jars are getting failed to deploy . How can I resolve this . Any suggestions please ?
Error looks like below ::
2024-05-02 08:28:25,667 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) M3C000001: Failed to start service
jboss.deployment.subunit. "email-as-ear.ear", "email-as-ejb-3.0.0.10.jar". PARSE: org.jboss.msc.service.StartException in service
jboss.deployment.subunit."email-as-ear.ear","email-as-ejb-3.0.0.10.jar".PARSE:WFLYSRV0153: Failed to process phase PARSE of subdeployment "email-as-ejb-3.0.0.10.jar" of deployment "email-as-ear.ear"
at org.jboss.threads . EnhancedQueueExecutor.safeRun (EnhancedQueueExecutor.java:1990) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask (EnhancedQueueExecutor.java:1486)
Caused by: org.jboss.msc.service. ServiceNotFoundException: service jboss.ejb.default-resource-adapter-name-service not found
"{
WFLYCTL0412: Required services that are not installed:" => ["jboss.naming.context.java.jboss.coreDB"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.persistenceunit.\"filemanager-as-ear-3.1.0.0.ear/bupa-infra-filemanager-appservice-dataaccess\" is missing
[jboss.naming.context.java.jboss.coreDB]"]
Ideally these jars are working in my last Jboss 7.1 without any issues but here it is causing some issues. Kindly help!!