Failed to parse \jboss-eap-7.2\bin\jboss-cli.xml

Latest response

Hi ,

I'm deploying an application but it failed, and the log return below error, anyone can help me understand what's wrong with the jboss-cli.xml file?

May 05, 2022 4:52:04 PM org.xnio.Xnio
INFO: XNIO version 3.4.4.Final-redhat-1
May 05, 2022 4:52:04 PM org.xnio.nio.NioXnio
INFO: XNIO NIO Implementation Version 3.4.4.Final-redhat-1
May 05, 2022 4:52:04 PM org.jboss.remoting3.EndpointImpl
INFO: JBoss Remoting version 4.0.22.Final-redhat-1
org.jboss.as.cli.CliInitializationException: Failed to parse C:\Rockwell\JBoss\jboss-eap-7.2\bin\jboss-cli.xml
at org.jboss.as.cli.impl.CliConfigImpl.parse(CliConfigImpl.java:171)
at org.jboss.as.cli.impl.CliConfigImpl.load(CliConfigImpl.java:108)
at org.jboss.as.cli.impl.CommandContextImpl.(CommandContextImpl.java:327)
at org.jboss.as.cli.impl.CommandContextFactoryImpl.newCommandContext(CommandContextFactoryImpl.java:157)
at org.jboss.as.cli.impl.CommandContextFactoryImpl.newCommandContext(CommandContextFactoryImpl.java:49)
at com.rockwell.deploy.jboss.DeployService.deploy(Unknown Source)
at com.rockwell.deploy.jboss.DeployService.main(Unknown Source)
Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[6,38]
Message: Unexpected element '{urn:jboss:cli:3.3}jboss-cli'
at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:108)
at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:69)
at org.jboss.as.cli.impl.CliConfigImpl.parse(CliConfigImpl.java:168)
... 6 more

Responses