Please suggest me for the below. 1.     &nbs

Please suggest me for the below.

1.          Done all pre-checks (java, env constants, license, etc)
2.          Installed appian (all engines working fine.)
3.          Configured Jboss (Done all settings that connects between appian and jboss)
4.          Done with post-install configurations
5.          When started with jboss and appian, (boss started with our errors)

6.          When tried to access appian from explorer, some error was displayed with “runtime_ear” saying that it was not found.

7.          So started with building with ant script, configuration script given in 7.5 add-ons.

8.          Ant built was failed saying, it was searching jboss bin in configuration script bin. Not able to sort out that home setting in menu.xml

9.          When tried to access appian from explorer, displaying exception “shipb: exception”
...

OriginalPostID-113916

OriginalPostID-113916

  Discussion posts and replies are publicly visible

Parents
  • This is the relevant error:

    11:56:23,539 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 12) JBAS014613: Operation ("add") failed - address: ([("deployment" => "ss.ear")]) - failure description: "JBAS014803: Duplicate resource [(\\"deployment\\" => \\"ss.ear\\")]"

    1. Review your standalone.xml and make sure there's no duplicate entry for the search server

    <deployment-scanner name="appian-search-server" path="${appian.home.search-server}" scan-interval="5000" auto-deploy-zipped="false" auto-deploy-exploded="false" auto-deploy-xml="false" deployment-timeout="1800"/>

    2. That you only have one D:/Appian/search-server directory

    3. And that you have a file called ss.ear.dodeploy under D:/Appian/search-server and one called suite.ear.dodeploy under D:/Appian/ear as indicated in the documentation forum.appian.com/.../Configuring_JBoss
Reply
  • This is the relevant error:

    11:56:23,539 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 12) JBAS014613: Operation ("add") failed - address: ([("deployment" => "ss.ear")]) - failure description: "JBAS014803: Duplicate resource [(\\"deployment\\" => \\"ss.ear\\")]"

    1. Review your standalone.xml and make sure there's no duplicate entry for the search server

    <deployment-scanner name="appian-search-server" path="${appian.home.search-server}" scan-interval="5000" auto-deploy-zipped="false" auto-deploy-exploded="false" auto-deploy-xml="false" deployment-timeout="1800"/>

    2. That you only have one D:/Appian/search-server directory

    3. And that you have a file called ss.ear.dodeploy under D:/Appian/search-server and one called suite.ear.dodeploy under D:/Appian/ear as indicated in the documentation forum.appian.com/.../Configuring_JBoss
Children
No Data