During the installation of appian7.1 i am getting below error when i start jboss

During the installation of appian7.1 i am getting below error when i start jboss EAP 6.4 server. 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-7.0\\bin

C:\\Program Files\\jboss-eap-7.0\\bin>standalone.bat
Calling "C:\\Program Files\\jboss-eap-7.0\\bin\\standalone.conf.bat"
Calling "C:\\Program Files\\jboss-eap-7.0\\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-7.0"

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 -Dprogram.name=standalone.bat -Xms256m -Xm...

OriginalPostID-188916

OriginalPostID-188916

  Discussion posts and replies are publicly visible

  • ...x256m -XX:+HeapDumpOnOutOfMemory
    Error -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=36
    00000 -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -Dorg.apache.catalin
    a.connector.URI_ENCODING=UTF-8 -Duser.timezone=GMT -Djava.awt.headless=true -Dja
    va.net.preferIPv4Stack=true -Dfile.encoding=UTF-8 -server -Dappian.home.ear=C:\\a
    ppian\\ear -Djboss.as.management.blocking.timeout=3600 -Dorg.jboss.resolver.warni
    ng=true -Djboss.server.default.config=standalone.xml"

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

    14:21:09,394 INFO [org.jboss.modules] (main) JBoss Modules version 1.4.4.Final-
    redhat-1
    14:21:16,994 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final-redhat-1

    14:21:18,484 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: EAP 7.0.
    0.Beta1 (WildFly Core 2.0.3.Final-redhat-1) starting
    14:22:08,114 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: C
    aught exception dur...
  • ...ing boot: org.jboss.as.controller.persistence.ConfigurationPe
    rsistenceException: WFLYCTL0085: Failed to parse configuration
    at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(Xm
    lConfigurationPersister.java:131)
    at org.jboss.as.server.ServerService.boot(ServerService.java:356)
    at org.jboss.as.controller.AbstractControllerService$1.run(AbstractContr
    ollerService.java:299)
    at java.lang.Thread.run(Thread.java:745)
    Caused by: javax.xml.stream.XMLStreamException: WFLYCTL0083: Failed to load modu
    le org.jboss.as.messaging
    at org.jboss.as.controller.parsing.ExtensionXml.parseExtensions(Extensio
    nXml.java:155)
    at org.jboss.as.server.parsing.StandaloneXml_Legacy.readServerElement_1_
    4(StandaloneXml_Legacy.java:426)
    at org.jboss.as.server.parsing.StandaloneXml_Legacy.readElement(Standalo
    neXml_Legacy.java:137)
    at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.j
    ava:66)
    ...
  • ... at org.jboss.as.server.parsing.StandaloneXml.readElement(StandaloneXml.j
    ava:47)
    at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:1
    10)
    at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:6
    9)
    at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(Xm
    lConfigurationPersister.java:123)
    ... 3 more
    Caused by: java.util.concurrent.ExecutionException: java.lang.UnsupportedOperati
    onException: WFLYCTL0309: Legacy extension 'org.jboss.as.messaging' is not suppo
    rted on servers running this version. The extension is only supported for use by
    hosts running a previous release in a mixed-version managed domain
    at java.util.concurrent.FutureTask.report(FutureTask.java:122)
    at java.util.concurrent.FutureTask.get(FutureTask.java:192)
    at org.jboss.as.controller.parsing.ExtensionXml.parseExtensions(Extensio
    nXml.java:147)
    ... 10 more
    Caused by: java.lang.Uns...
  • ... upportedOperationException: WFLYCTL0309: Legacy extensio
    n 'org.jboss.as.messaging' is not supported on servers running this version. The
    extension is on
  • Are you sure you're using JBoss EAP 6.4? Your file path seems to indicate that you are using JBoss EAP 7.0.
  • Thanks Eliot. My bad it was pointing to wrong jboss path. Can you please tell me how i can change jboss path ?
  • It looks like you started by navigating to your JBoss 7 directory (by running cd C:\\Program Files\\jboss-eap-7.0\\bin). Navigate to your JBoss 6.4 directory instead.
  • During the configuration also i have given wrong path and deployed on same.
    How i can change it ?

    Configure Appian

    This script assists with configuring Appian on various environments.
    ======================================================================

    Repository location: C:\\appian\\repo\\appian7x
    Backup location: C:\\appian\\backup\\appian7x
    Registered environments: dev
    JBoss location: C:\\Program Files\\jboss-eap-7.0
  • If you performed your installation using JBoss 7, you will need to install JBoss 6.4 and follow the steps in the documentation: forum.appian.com/.../Configuring_JBoss.html