Hi I have installed Appain 7.2 but while running the jboss server I am getting t

Hi I have installed Appain 7.2 but while running the jboss server I am getting the error as below. I have also checked my appian-ds.xml file for any trailing space or any typo and also checked the characterset to utf8 in mysql DB.

the error shown below in created in appian-ds.xml.failed file in deployment folder for jboss

{"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\\"appian-ds.xml\\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\\"appian-ds.xml\\".PARSE: Failed to process phase PARSE of deployment \\"appian-ds.xml\\""}}}}

What I understand from the error is it is not able to parse the xml but I have cross-checked my xml file. I am also attaching my appian-ds.xml file. ...

appian-ds.xml

OriginalPostID-93391

OriginalPostID-93391

  Discussion posts and replies are publicly visible

Parents
  • Hi Sunny,
    The XML tags are not properly configured for server name and database name in your appian-ds.xml
    Tags in your appian-ds.xml:
    <xa-datasource-property name="serverName">localhost</xa-datasourceproperty>
    <xa-datasource-property name="databaseName">mySQL_for_appian</xa-datasourceproperty>

    Actual Tags should be given as below:
    <xa-datasource-property name="serverName">localhost</xa-datasource-property>
    <xa-datasource-property name="databaseName">mySQL_for_appian</xa-datasource-property>
Reply
  • Hi Sunny,
    The XML tags are not properly configured for server name and database name in your appian-ds.xml
    Tags in your appian-ds.xml:
    <xa-datasource-property name="serverName">localhost</xa-datasourceproperty>
    <xa-datasource-property name="databaseName">mySQL_for_appian</xa-datasourceproperty>

    Actual Tags should be given as below:
    <xa-datasource-property name="serverName">localhost</xa-datasource-property>
    <xa-datasource-property name="databaseName">mySQL_for_appian</xa-datasource-property>
Children
No Data