Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
8 replies
Subscribers
7 subscribers
Views
3079 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
I'm trying to get the Appian 7.7 search server deployed under JBoss EAP 6.3
alland
Certified Lead Developer
over 10 years ago
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
0
alland
Certified Lead Developer
over 10 years ago
... 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...
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
alland
Certified Lead Developer
over 10 years ago
... for details.
Can anyone see if I've missed something here? Thanks!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
abhi.jana
Appian Employee
over 10 years ago
You need to add the deployment-scanner subsystem to standalone.xml and not appian-ds.xml
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
abhi.jana
Appian Employee
over 10 years ago
forum.appian.com/.../Configuring_JBoss.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
alland
Certified Lead Developer
over 10 years ago
Hi Abhi, apologies; I typed the wrong file name - I did add the config lines to the standalone.xml as required!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
alland
Certified Lead Developer
over 10 years ago
I think this is a red herring - after experimentation I've found that the path="${appian.home.ear}" declaration wont resolve in my environment, so posting another thread for help with that.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 10 years ago
It seems that your last question has been already answered here
forum.appian.com/.../e-128477
and it was related to not using the start-up files that our documentation provides; those files are important since they set the environment variables that are used to resolve appian.home.ear and appian.home.search-server
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
alland
Certified Lead Developer
over 10 years ago
Hi Eduardo, exactly true. The zip extraction I used had extracted the files into a folder within \\bin, not directly into it, so no overwriting had taken place.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel