Error seen while starting JBoss process

Hi All, 

I have followed all the steps required to configure Appian on my system , as per the quick -start link.  However , I am facing the following error on running the script :<JBOSS_HOME>\bin\standalone.bat. Any idea how this error can be resolved ?

Error :

 

Picked up JAVA_TOOL_OPTIONS: -Djava.vendor="New Oracle"
08:19:30,375 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.6.Final-
redhat-1
08:19:30,766 INFO [org.jboss.msc] (main) JBoss MSC version 1.1.5.Final-redhat-1

08:19:30,845 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015899: JBoss EAP
6.4.0.GA (AS 7.5.0.Final-redhat-21) starting
08:19:33,023 WARN [org.jboss.messaging] (ServerService Thread Pool -- 12) 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!
08:19:33,086 WARN [org.jboss.messaging] (ServerService Thread Pool -- 12) 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!
08:19:44,109 ERROR [org.jboss.as.controller.management-operation] (ServerService
Thread Pool -- 9) JBAS014612: Operation ("add") failed - address: ([("deploymen
t" => "appian-mysql-ds.xml")]) - failure description: "JBAS014803: Duplicate res
ource [(\"deployment\" => \"appian-mysql-ds.xml\")]"
08:19:44,109 ERROR [org.jboss.as.controller.management-operation] (Controller Bo
ot Thread) "JBAS014784: Failed executing subsystem deployment-scanner boot opera
tions"
08:19:44,109 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\""
08:19:44,124 FATAL [org.jboss.as.server] (Controller Boot Thread) JBAS015957: Se
rver boot has failed in an unrecoverable manner; exiting. See previous messages
for details.
08:19:44,140 INFO [org.jboss.as] (MSC service thread 1-5) JBAS015950: JBoss EAP
6.4.0.GA (AS 7.5.0.Final-redhat-21) stopped in 2ms

 

 

 

 

  Discussion posts and replies are publicly visible

  • Hello!

    PLease, a take a look at the following folders within your Appian folders/files:

    • Verify that the following file exists and does not have the extensions .undeployed, .isdeploying or .failed:
      <APPIAN_HOME>\_admin\_scripts\configure\templates\ear\suite.ear.dodeploy
      • Don't delete - rename it instead.
    • Delete the following file if it has the extensions .undeployed, .isdeploying or .failed:
      <JBOSS_HOME>\standalone\deployments\appian-mysql-ds.xml.deployed

    Verify, the following files:

    • <REPO_HOME>\ear\suite.ear\conf\custom.properties.<ENVIRONMENT>
      • uncomment - conf.suite.SCHEME=http
      • uncomment - conf.suite.SERVER_AND_PORT=<PROVIDE A VALUE>:8080
      • uncomment and provide appian primary datasource conf.data.APPIAN_DATA_SOURCE=jdbc/<APPIAN_PRIMARY_DATASTORE>
    • <REPO_HOME>\bin\jboss\jboss-eap-6.4\standalone\deployments\appian-mysql-ds.xml.<ENVIRONMENT>
      • <xa-datasource-property name="URL">jdbc:mysql://localhost:3306/<APPIAN_PRIMARY_DATASTORE_HERE>?useOldAliasMetadataBehavior=true</xa-datasource-property>
    • <REPO_HOME>\bin\jboss\jboss-eap-6.4\standalone\configuration\standalone.xml.<ENVIRONMENT>
      • change password generated by appian.

    Before you run the whole again, deploy the configs.

    • <APPIAN_HOME>\_admin\_scripts\configure\configure.bat
    • 4, 5, Select environment, 3, Q
    • Update password properties file
      • <APPIAN_HOME>\ear\suite.ear\conf director\passwords.properties

    Useful links:

    Regards.

  • I have verified all the steps , but i am still facing the same issue


    Calling start.conf.bat
    SS_JAVA_OPTS: -Xms1024m -Xmx1024m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:C
    MSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -Djava.awt.h
    eadless=true -Djava.net.preferIPv4Stack=true -Duser.timezone=GMT
    Appian Search Server process has been started.

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

    JBoss Bootstrap Environment

    JBOSS_HOME: "C:\appian\bin\jboss\jboss-eap-6.4"

    JAVA: "C:\Program Files\Java\jdk1.8.0_161\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=standalone.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"

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

    Picked up JAVA_TOOL_OPTIONS: -Djava.vendor="New Oracle"
    17:56:22,003 INFO [org.jboss.modules] (main) JBoss Modules version 1.3.6.Final-
    redhat-1
    17:56:22,316 INFO [org.jboss.msc] (main) JBoss MSC version 1.1.5.Final-redhat-1

    17:56:22,378 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015899: JBoss EAP
    6.4.0.GA (AS 7.5.0.Final-redhat-21) starting
    17:56:24,342 WARN [org.jboss.messaging] (ServerService Thread Pool -- 3) JBAS01
    1618: There is no resource matching the expiry-address jms.queue.ExpiryQueue for
    the address-settings #, expired messages from destinations matching this addres
    s-setting will be lost!
    17:56:24,404 WARN [org.jboss.messaging] (ServerService Thread Pool -- 3) JBAS01
    1619: There is no resource matching the dead-letter-address jms.queue.DLQ for th
    e address-settings #, undelivered messages from destinations matching this addre
    ss-setting will be lost!
    17:56:47,395 ERROR [org.jboss.as.controller.management-operation] (ServerService
    Thread Pool -- 22) JBAS014612: Operation ("add") failed - address: ([("deployme
    nt" => "suite.ear")]) - failure description: "JBAS014803: Duplicate resource [(\
    "deployment\" => \"suite.ear\")]"
    17:56:47,395 ERROR [org.jboss.as.controller.management-operation] (Controller Bo
    ot Thread) "JBAS014784: Failed executing subsystem deployment-scanner boot opera
    tions"
    17:56:47,395 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\""
    17:56:47,395 FATAL [org.jboss.as.server] (Controller Boot Thread) JBAS015957: Se
    rver boot has failed in an unrecoverable manner; exiting. See previous messages
    for details.
    17:56:47,442 INFO [org.jboss.as] (MSC service thread 1-1) JBAS015950: JBoss EAP
    6.4.0.GA (AS 7.5.0.Final-redhat-21) stopped in 35ms