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

Parents
  • 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.

Reply
  • 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.

Children
No Data