JBoss Deployement Issue - Cannot deploy this Jar

后端 未结 8 1365
野性不改
野性不改 2021-01-11 23:03

I am trying to deploy an application in jBoss and I\'m getting this issue. I am trying to deploy a jar and I\'m getting the issue.

Attached complete log:

<         


        
8条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-11 23:46

    I think this problem happened when I was manually deploying, while also using the Eclipse deployment tool. I found I lost the ability to launch the server, which means I could not access the admin console.

    1. Go to \standalone\configuration
    2. Open "standalone.xml"
    3. At the end of the XML file delete the node, (This should erase all of the deployments you may have done manually)
    4. Try restarting the server, "standalone.sh" or "standalone.bat".

提交回复
热议问题