Can not install Appian Server

<?xml version="1.0" encoding="UTF-8"?>
<datasources xmlns="http://www.jboss.org/ironjacamar/schema">
  <!-- System Datasource -->
  <xa-datasource 
      jndi-name=jdbc/AppianDS 
      pool-name="MySqlDS"
      enabled="true" 
      use-java-context="false">
    <xa-datasource-property name="URL">jdbc:mysql://localhost:3306/appian_ds?useOldAliasMetadataBehavior=true</xa-datasource-property>
    <xa-datasource-property name="useUnicode">true</xa-datasource-property>
    <xa-datasource-property name="characterEncoding">UTF-8</xa-datasource-property>
    <xa-datasource-class>com.mysql.jdbc.jdbc2.optional.MysqlXADataSource</xa-datasource-class>
    <driver>com.mysql.jdbc</driver>
    <security>
      <security-domain>ds-name-security-primary</security-domain>
    </security>
    <transaction-isolation>TRANSACTION_READ_COMMITTED</transaction-isolation>
    <xa-pool>
      <min-pool-size>5</min-pool-size>
      <max-pool-size>100</max-pool-size>
    </xa-pool>
    <timeout>
      <blocking-timeout-millis>5000</blocking-timeout-millis>
      <idle-timeout-minutes>5</idle-timeout-minutes>
    </timeout>
  </xa-datasource>
</datasources>

I am having trouble while installing Appian Server on Windows 64 bit. In the final step Jboss is not getting deployed. The file appian-mysql-ds.xml is having the status of failed. I am attaching the failed file as well as appian-mysql-ds.xml file. Tell me where am I going wrong.

 

Please find attached the files.

  Discussion posts and replies are publicly visible

Parents
  • The failed file appian-mysql-ds is having the following content:

    {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"appian-mysql-ds.xml\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"appian-mysql-ds.xml\".PARSE: JBAS018733: Failed to process phase PARSE of deployment \"appian-mysql-ds.xml\"
    Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: Unexpected character 'j' (code 106) in start tag Expected a quote
    at [row,col {unknown-source}]: [5,17]
    Caused by: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character 'j' (code 106) in start tag Expected a quote
    at [row,col {unknown-source}]: [5,17]"}}}}
Reply
  • The failed file appian-mysql-ds is having the following content:

    {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"appian-mysql-ds.xml\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"appian-mysql-ds.xml\".PARSE: JBAS018733: Failed to process phase PARSE of deployment \"appian-mysql-ds.xml\"
    Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: Unexpected character 'j' (code 106) in start tag Expected a quote
    at [row,col {unknown-source}]: [5,17]
    Caused by: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character 'j' (code 106) in start tag Expected a quote
    at [row,col {unknown-source}]: [5,17]"}}}}
Children
No Data