I'm trying to get the Appian 7.7 search server deployed under JBoss EAP 6.3

Certified Lead Developer
I'm trying to get the Appian 7.7 search server deployed under JBoss EAP 6.3 on Windows. I've followed through the documentation and added the following to my appian-ds.xml file:

<subsystem xmlns="urn:jboss:domain:deployment-scanner:1.1">
<deployment-scanner name="appian-search-server" path="${appian.home.search-server}" auto-deploy-exploded="false" auto-deploy-zipped="false" auto-deploy-xml="false" deployment-timeout="1800" scan-interval="5000"/>
<deployment-scanner name="appian" path="${appian.home.ear}" auto-deploy-exploded="false" auto-deploy-zipped="false" auto-deploy-xml="false" deployment-timeout="1800" scan-interval="5000"/>
<deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000"/>
</subsystem>


I've enabled the config in custom.properties :

conf.data.search-server.HOST=<server>:9300

where '<server>' is the same string used to configure conf.suite.SERVER_AND_PORT=<PROVIDE A...

OriginalPostID-128457

OriginalPostID-128457

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    ... VALUE>


    Starting JBoss returns the following log entries:

    10:19:35,771 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015014: Re-attempting failed deployment appian-ds.xml
    10:19:35,785 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 22) JBAS014612: Operation ("add") failed - address: ([
    ("subsystem" => "deployment-scanner"),
    ("scanner" => "appian-search-server")
    ]) - failure description: "JBAS014802: Cannot resolve expression 'expression \\"${appian.home.search-server}\\"' -- java.lang.IllegalStateException: Failed to resolve expression: ${appian.home.search-server}"
    10:19:35,790 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) "JBAS014784: Failed executing subsystem deployment-scanner boot operations"
    10:19:35,822 FATAL [org.jboss.as.server] (Controller Boot Thread) JBAS015957: Server boot has failed in an unrecoverable manner; exiting. See previous messages...
Reply
  • 0
    Certified Lead Developer
    ... VALUE>


    Starting JBoss returns the following log entries:

    10:19:35,771 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015014: Re-attempting failed deployment appian-ds.xml
    10:19:35,785 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 22) JBAS014612: Operation ("add") failed - address: ([
    ("subsystem" => "deployment-scanner"),
    ("scanner" => "appian-search-server")
    ]) - failure description: "JBAS014802: Cannot resolve expression 'expression \\"${appian.home.search-server}\\"' -- java.lang.IllegalStateException: Failed to resolve expression: ${appian.home.search-server}"
    10:19:35,790 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) "JBAS014784: Failed executing subsystem deployment-scanner boot operations"
    10:19:35,822 FATAL [org.jboss.as.server] (Controller Boot Thread) JBAS015957: Server boot has failed in an unrecoverable manner; exiting. See previous messages...
Children
No Data