简体   繁体   中英

jboss not picking the war in deployment folder

JBoss Version : jboss-as-7.1.1.Final

I have copied my ' war ' to deployment folder : /usr/share/jboss-as-7.1.1.Final/standalone/deployments

when I start the JBoss, It is not deploying the war , It is starting and stuck with the following logs,

/usr/share/jboss-as-7.1.1.Final/bin/standalone.sh -c standalone.xml -b testname.com
=========================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: /usr/share/jboss-as-7.1.1.Final

  JAVA: java

  JAVA_OPTS:  -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml

=========================================================================

OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
16:52:50,529 INFO  [org.jboss.modules] JBoss Modules version 1.1.5.GA
16:52:51,130 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA
16:52:51,186 INFO  [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting

Any help is appreciated.

Thanks,
Harry

JBoss AS 7.1.x与JDK 8不兼容。如果要使用JDK 8,则应升级到WildFly或使用JDK 7。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM