Doing the installation of appian 7.1. At last step when i start the jboss i am g

Doing the installation of appian 7.1. At last step when i start the jboss i am getting below error.
Kindly help.

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\\Windows\\system32>cd C:\\Program Files\\jboss-eap-6.4\\bin

C:\\Program Files\\jboss-eap-6.4\\bin>standalone.bat
Calling "C:\\Program Files\\jboss-eap-6.4\\bin\\standalone.conf.bat"
Calling "C:\\Program Files\\jboss-eap-6.4\\bin\\standalone.custom.bat"
Setting JAVA property to "C:\\Program Files\\Java\\jdk1.8.0_25\\bin\\java"
===============================================================================

JBoss Bootstrap Environment

JBOSS_HOME: "C:\\Program Files\\jboss-eap-6.4"

JAVA: "C:\\Program Files\\Java\\jdk1.8.0_25\\bin\\java"

JAVA_OPTS: "-verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+UseGCL
ogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=3M -XX:-TraceClassUnlo
ading -XX:+UseCompressedOops -Dprogram.name=st...

OriginalPostID-190052

OriginalPostID-190052

  Discussion posts and replies are publicly visible

  • ...andalone.bat -Xms2048m -Xmx4096m -
    XX:+HeapDumpOnOutOfMemoryError -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi
    .dgc.server.gcInterval=3600000 -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSwe
    epGC -Dorg.apache.catalina.connector.URI_ENCODING=UTF-8 -Duser.timezone=GMT -Dja
    va.awt.headless=true -Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF-8 -serv
    er -Dappian.home.ear=C:\\appian\\ear -Djboss.as.management.blocking.timeout=3600 -
    Dorg.jboss.resolver.warning=true -Djboss.server.default.config=standalone.xml"

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

    10:52:14,047 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.6.Final-
    redhat-1
    10:52:17,189 INFO [org.jboss.msc] (main) JBoss MSC version 1.1.5.Final-redhat-1

    10:52:17,375 INFO [org.jboss.as] (MSC service thread 1-1) JBAS015899: JBoss EAP
    6.4.0.GA (AS 7.5.0.Final-redhat-21) starting
    10:52:26,134 WARN [org.jboss.messaging] (ServerService Thread Pool -- 11) JBAS0...
  • ...
    11618: There is no resource matching the expiry-address jms.queue.ExpiryQueue fo
    r the address-settings #, expired messages from destinations matching this addre
    ss-setting will be lost!
    10:52:26,163 WARN [org.jboss.messaging] (ServerService Thread Pool -- 11) JBAS0
    11619: There is no resource matching the dead-letter-address jms.queue.DLQ for t
    he address-settings #, undelivered messages from destinations matching this addr
    ess-setting will be lost!
    10:52:50,222 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-t
    hreads - 1) JBAS015014: Re-attempting failed deployment suite.ear
    10:53:01,740 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-t
    hreads - 1) JBAS015003: Found suite.ear in deployment directory. To trigger depl
    oyment create a file called suite.ear.dodeploy
    10:53:01,872 ERROR [org.jboss.as.controller.management-operation] (ServerService
    Thread Pool -- 13) JBAS014612: Operation ("add") failed - address: ([("deployme
    nt" =...
  • ... > "suite.ear")]) - failure description: "JBAS014803: Duplicate resource [(\\
    "deployment\\" => \\"suite.ear\\")]"
    10:53:01,883 ERROR [org.jboss.as.controller.management-operation] (Controller Bo
    ot Thread) "JBAS014784: Failed executing subsystem deployment-scanner boot opera
    tions"
    10:53:01,889 ERROR [org.jboss.as.controller.management-operation] (Controller Bo
    ot Thread) JBAS014612: Operation ("parallel-subsystem-boot") failed - address: (
    []) - failure description: "\\"JBAS014784: Failed executing subsystem deployment-
    scanner boot operations\\""
    10:53:01,909 FATAL [org.jboss.as.server] (Controller Boot Thread) JBAS015957: Se
    rver boot has failed in an unrecoverable manner; exiting. See previous messages
    for details.
    10:53:02,034 INFO [org.jboss.as] (MSC service thread 1-4) JBAS015950: JBoss EAP
    6.4.0.GA (AS 7.5.0.Final-redhat-21) stopped in 45ms
    C:\\Program Files\\jboss-eap-6.4\\bin>
  • Please check that in your <APPIAN_HOME>/ear folder you only have one file with a .dodeploy extension and not have any with .failed. For future references, you can upload the stacktrace in a document rather than copying it on different posts here, this will make the tracking easier.
  • Thanks Ricardo.I have deleted .failed file and jboss server started sucessfully.