'java jboss failed to process phase PARSE of deployment
I run my war/ear file on Jboss 7 and get the following error:
"Failed services" => {"jboss.deployment.unit.\PROJECTNAME.war\".
PARSE" => "org.jboss.msc.services.StartException in service jboss.deployment.unit.\"PROJECTNAME.war\".
PARSE: Failed to process phase PARSE of deployment \"PROJECTNAME.war\""}
Any suggestions or ideas on how to solve this?
Solution 1:[1]
I faced the same message trying to run an ee8 WAR on WildFly 16 in standalone mode. Assuming you are also running in standalone mode, ensure you set --server-config=standalone-full.xml after the standalone executable.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | danialk |
