Trying to upgrade to 7.2. I used the PS build 7.1 as base, modified build m

Trying to upgrade to 7.2.
I used the PS build 7.1 as base, modified build menu, environment specific build.
Make change appins-ds.xml in deployments folder. Leave standalone.xml untouch. Build went OK. Appian engine start ok.Start up jboss got error

ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 2) Operation ("add") failed - address: ([("deployment" => "appian-ds.xml")]) - failure description: "JBAS014803: Duplicate resource [(\\"deployment\\" => \\"appian-ds.xml\\")]"
...

OriginalPostID-69799

OriginalPostID-69799

  Discussion posts and replies are publicly visible

Parents
  • I beleive the isuse is due to there are two section of datasources was defined. one in standalone.xml and one in appian-ds.xml under deplouments folder. I decided to use the section in standalone, since it is required to have driver in this file with jboss eap 6 for production, I put all my datasource definition there. it works for both 7.1 and 7.2
Reply
  • I beleive the isuse is due to there are two section of datasources was defined. one in standalone.xml and one in appian-ds.xml under deplouments folder. I decided to use the section in standalone, since it is required to have driver in this file with jboss eap 6 for production, I put all my datasource definition there. it works for both 7.1 and 7.2
Children
No Data